GObject.Object
Gtk.WindowGroup
| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkWindowGroup |
| Class : | WindowGroup |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
grabs : Array
read only
|
Gtk.WindowGroup | |
|
parent_instance : GObject.Object
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 | |
|
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. 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.
|