Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Window

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkWindow
Class : Window
Implements: Atk.ImplementorIface, Gtk.Buildable
Extends: Gtk.Bin
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Epiphany.EphyDialog
Property
parent_window : Gtk.Window
Epiphany.EphyEmbedPersist
Property
filechooser_parent : Gtk.Window
Epiphany.EphyEmbedPersist
Method
set_fc_parent (Window value) : none
Sets the EphyWindow which should be persist's filechooser's parent.
Epiphany.EphyEmbedPersist
Method
get_fc_parent () : Gtk.Window
Returns the EphyWindow which should serve as a parent for persist's filechooser.
Epiphany.EphySession
Method
add_window (Window window) : none
Add a tool window to the session.
Epiphany.EphySession
Method
remove_window (Window window) : none
history window.
Gdaui.BasicForm
Method
new Gdaui.BasicForm.in_dialog (Set data_set, Window parent, String title, String header) : Gdaui.BasicForm
Create a new Gdaui.BasicForm
Gdaui.ServerOperation
Method
new Gdaui.ServerOperation.in_dialog (ServerOperation op, Window parent, String title, String header) : Gdaui.ServerOperation
Create a new Gdaui.ServerOperation
Gladeui
Method
Gladeui.util_file_dialog_new (String title, Project project, Window parent, UtilFileDialogType action) : Gtk.Widget
Gladeui
Method
Gladeui.util_hide_window (Window window) : none
If you use this function to handle the delete_event of a window, when it will be shown again it will appear in the position where it was before beeing hidden.
Gladeui
Method
Gladeui.utils_hijack_key_press (Window win, EventKey event, void* user_data) : Number
This function is meant to be attached to key-press-event of a toplevel, it simply allows the window contents to treat key events /before/ accelerator keys come into play (this way widgets dont get deleted when cutting text in an entry etc.
Gladeui.App
Method
Gladeui.App.set_transient_parent (Window parent) : none
Gladeui.App
Method
Gladeui.App.get_transient_parent () : Gtk.Window
Gtk
Method
Gtk.print_run_page_setup_dialog (Window parent, PageSetup page_setup, PrintSettings settings) : Gtk.PageSetup
Runs a page setup dialog, letting the user modify the values from is identical to the passed in page_setup, otherwise it contains the modifications done in the dialog.
Gtk
Method
Gtk.print_run_page_setup_dialog_async (Window parent, PageSetup page_setup, PrintSettings settings, Function done_cb, void* data) : none
Runs a page setup dialog, letting the user modify the values from page_setup.
Gtk.MountOperation
Property
parent : Gtk.Window
Gtk.MountOperation
Method
new Gtk.MountOperation.c_new (Window parent) : Gtk.MountOperation
Create a new Gtk.MountOperation
Gtk.MountOperation
Method
set_parent (Window parent) : none
Sets the transient parent for windows shown by the GtkMountOperation.
Gtk.MountOperation
Method
get_parent () : Gtk.Window
Gets the transient parent used by the GtkMountOperation
Gtk.PrintOperation
Signal
preview (PrintOperation self, PrintOperationPreview preview, PrintContext context, Window parent) : Boolean
Gets emitted when a preview is requested from the native dialog.
Gtk.PrintOperation
Method
Runs the print operation, by first letting the user modify print settings in the print dialog, and then print the document.
Gtk.Tooltips
Method
Gtk.Tooltips.get_info_from_tip_window (Window tip_window, Tooltips tooltips, Widget current_widget) : Boolean
Determines the tooltips and the widget they belong to from the window in which they are displayed.
Gtk.Widget
Method
set_tooltip_window (Window custom_window) : none
Replaces the default, usually yellow, window used for displaying tooltips with custom_window.
Gtk.Widget
Method
get_tooltip_window () : Gtk.Window
Returns the GtkWindow of the current tooltip.
Gtk.Window
Property
transient_for : Gtk.Window
The transient parent of the window.
Gtk.WindowGroup
Method
add_window (Window window) : none
Adds a window to a GtkWindowGroup.
Gtk.WindowGroup
Method
remove_window (Window window) : none
Removes a window from a GtkWindowGroup.
GtkSource.Completion
Method
GtkSource.Completion.utils_move_to_iter (Window window, View view, TextIter iter) : none
GtkSource.Completion
Method
GtkSource.Completion.utils_move_to_cursor (Window window, View view) : none
Unique.App
Method
watch_window (Window window) : none
Makes app "watch" a window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:37 GMT+0800 (HKT)