A group of related GtkWindows.
An object containing a set of GtkWindow widgets that can be managed together and limits the effect of grab_add() .
GtkWindowGroup ();-- Creates a new GtkWindowGroup instance.
add_window() Adds a GtkWindow to the GtkWindowGroup. remove_window() Removes a GtkWindow from the GtkWindowGroup.