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_window | Adds a window to a GtkWindowGroup. |
list_windows | Returns a list of the GtkWindows that belong to window_group. |
remove_window | Removes a window from a GtkWindowGroup. |
Adds a window to a GtkWindowGroup.
GtkWindowGroup.add_window( window )
window | the GtkWindow to add. |
Returns a list of the GtkWindows that belong to window_group.
GtkWindowGroup.list_windows()
Return | an array of GtkWindow. |
Removes a window from a GtkWindowGroup.
GtkWindowGroup.remove_window( window )
window | the GtkWindow to remove. |