get_children
Description:
Gets the list of children of this known to GDK.
This function only returns children created via GDK, so for example it’s useless when used with the root window; it only returns windows an application created itself.
The returned list must be freed, but the elements in the list need not be.
Parameters:
this |
a Window |
Returns:
list of child windows inside this |