11.148Class GtkWindowGroup

Limit the effect of grabs

Class GtkWindowGroup

Creates a new GtkWindowGroup object. Grabs added with gtk_grab_add() only affect windows within the same GtkWindowGroup.

Methods
add_windowAdds a window to a GtkWindowGroup.
list_windowsReturns a list of the GtkWindows that belong to window_group.
remove_windowRemoves a window from a GtkWindowGroup.

Methods

add_window

Adds a window to a GtkWindowGroup.

GtkWindowGroup.add_window( window )
window the GtkWindow to add.

list_windows

Returns a list of the GtkWindows that belong to window_group.

GtkWindowGroup.list_windows()
Returnan array of GtkWindow.

remove_window

Removes a window from a GtkWindowGroup.

GtkWindowGroup.remove_window( window )
window the GtkWindow to remove.
Made with http://www.falconpl.org