Method
GdkDisplayget_default_group
since: 2.4
Declaration [src]
GdkWindow*
gdk_display_get_default_group (
GdkDisplay* display
)
Description [src]
Returns the default group leader window for all toplevel windows
on display
. This window is implicitly created by GDK.
See gdk_window_set_group().
Available since: 2.4
Return value
Type: GdkWindow
The default group leader window
for display
.
The returned data is owned by the instance. |