Package: gdk

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

Lambda List

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

Arguments

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

Return Value

list of gdk:window child windows inside window

Details

Gets the list of children of the window known to GDK with a particular 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

#2023-2-26