Method
GtkWindowget_group
since: 2.10
Declaration [src]
GtkWindowGroup*
gtk_window_get_group (
GtkWindow* window
)
Description [src]
Returns the group for window
or the default group, if
window
is NULL
or if window
does not have an explicit
window group.
Available since: 2.10
Parameters
window
-
Type:
GtkWindow
A
GtkWindow
, orNULL
.The argument can be NULL
.
Return value
Type: GtkWindowGroup
The GtkWindowGroup
for a window or the default group.
The returned data is owned by the instance. |