Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Window

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkWindow
Class : Window
Implements: Atk.ImplementorIface, Gtk.Buildable
Subclasses: Gtk.AboutDialog, Gtk.AppChooserDialog, Gtk.Assistant, Gtk.ColorSelectionDialog, Gtk.Dialog, Gtk.FileChooserDialog, Gtk.FontSelectionDialog, Gtk.MessageDialog, Gtk.OffscreenWindow, Gtk.Plug, Gtk.RecentChooserDialog
Extends: Gtk.Bin
A GtkWindow is a toplevel window which can contain other widgets.
Windows normally have decorations that are under the control
of the windowing system and allow the user to manipulate the window
(resize it, move it, close it,...).
GTK+ also allows windows to have a resize grip (a small area in the lower
right or left corner) which can be clicked to reszie the window. To
control whether a window has a resize grip, use
gtk_window_set_has_resize_grip().

GtkWindow as GtkBuildable

The GtkWindow implementation of the GtkBuildable interface supports a
custom accel-groups element, which supports
any number of group elements representing the
GtkAccelGroup objects you want to add to your window (synonymous with
gtk_window_add_accel_group().


A UI definition fragment with accel groups






...


]]>

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
EvinceView.PrintOperation
Method
run (Window parent) : none
Gkbd.IndicatorPluginManager
Method
configure_plugin (IndicatorPluginContainer pc, String full_path, Window parent) : none
Gkbd.KeyboardDrawing
Method
print (Window parent_window, String description) : none
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.AppChooserDialog
Method
new Gtk.AppChooserDialog.c_new (Window parent, DialogFlags flags, File file) : Gtk.Widget
Create a new Gtk.AppChooserDialog
Gtk.AppChooserDialog
Method
new Gtk.AppChooserDialog.for_content_type (Window parent, DialogFlags flags, String content_type) : Gtk.Widget
Create a new Gtk.AppChooserDialog
Gtk.Application
Method
add_window (Window window) : none
Adds a window from application.
Gtk.Application
Method
remove_window (Window window) : none
Remove a window from application.
Gtk.MountOperation
Property
parent : Gtk.Window
Gtk.MountOperation
Method
new Gtk.MountOperation.c_new (Window parent) : Gio.MountOperation
Create a new Gtk.MountOperation
Gtk.MountOperation
Method
get_parent () : Gtk.Window
Gets the transient parent used by the GtkMountOperation
Gtk.MountOperation
Method
set_parent (Window parent) : none
Sets the transient parent for windows shown by the
GtkMountOperation.
Gtk.PrintOperation
Signal
preview (PrintOperation self, PrintOperationPreview preview, PrintContext context, Window parent) : gboolean
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.Widget
Method
get_tooltip_window () : Gtk.Window
Returns the GtkWindow of the current tooltip.
Gtk.Widget
Method
set_tooltip_window (Window custom_window) : none
Replaces the default, usually yellow, window used for displaying
tooltips with custom_window.
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:38 GMT+0800 (HKT)