Method
GdkWindowget_group
since: 2.4
Declaration [src]
GdkWindow*
gdk_window_get_group (
GdkWindow* window
)
Description [src]
Returns the group leader window for window
. See gdk_window_set_group().
Available since: 2.4
Return value
Type: GdkWindow
The group leader window for window
.
The returned data is owned by the instance. |