GObject.Object
Gtk.WindowGroup
| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkWindowGroup |
| Class : | WindowGroup |
| Extends: | GObject.Object |
| Properties | Defined By | |
|---|---|---|
|
parent_instance : GObject.Object
read only
|
Gtk.WindowGroup | |
|
priv : Gtk.WindowGroupPrivate
read only
|
Gtk.WindowGroup | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gtk.WindowGroup
(Object properties)
Create a new Gtk.WindowGroup
Create a new Gtk.WindowGroup
|
||
|
add_window
(Window window)
:
none
Adds a window to a GtkWindowGroup.
Adds a window to a GtkWindowGroup.
|
Gtk.WindowGroup | |
|
get_current_device_grab
(Device device)
:
Gtk.Widget
Returns the current grab widget for device, or NULL if none.
Returns the current grab widget for device, or NULL if none.
|
Gtk.WindowGroup | |
|
get_current_grab
()
:
Gtk.Widget
Gets the current grab widget of the given group,
see gtk_grab_add().
Gets the current grab widget of the given group,
see gtk_grab_add().
|
Gtk.WindowGroup | |
|
list_windows
()
:
Array
Returns a list of the GtkWindows that belong to window_group.
Returns a list of the GtkWindows that belong to window_group.
newly-allocated list of windows inside the group.
|
Gtk.WindowGroup | |
|
remove_window
(Window window)
:
none
Removes a window from a GtkWindowGroup.
Removes a window from a GtkWindowGroup.
|
Gtk.WindowGroup | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.Window
Method |
get_group
()
:
Gtk.WindowGroup
Returns the group for window or the default group, if
window group. |