Package: gdk

Function gdk-window-children-with-user-data

Lambda List

gdk-window-children-with-user-data (window user-data)

Arguments

window -- a gdk-window object
user-data -- user data to look for as a :pointer

Return Value

list of child windows inside window

Details

Gets the list of children of the 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.
 

See also

2020-9-24