Constructor
GtkWindowGroupnew
Declaration [src]
GtkWindowGroup*
gtk_window_group_new (
void
)
Description [src]
Creates a new GtkWindowGroup
object. Grabs added with
gtk_grab_add()
only affect windows within the same GtkWindowGroup
.
Return value
Type: GtkWindowGroup
A new GtkWindowGroup
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |