Method
GdkWindowget_children_with_user_data
since: 3.10
Declaration [src]
GList*
gdk_window_get_children_with_user_data (
GdkWindow* window,
gpointer user_data
)
Description [src]
Gets the list of children of window
known to GDK with a
particular user_data
set on it.
The returned list must be freed, but the elements in the list need not be.
The list is returned in (relative) stacking order, i.e. the lowest window is first.
Available since: 3.10