get_children_with_user_data
Description:
[ Version ( since = "3.10" ) ]
public List<unowned Window> get_children_with_user_data (void* user_data)
public List<unowned Window> get_children_with_user_data (void* user_data)
Gets the list of children of this 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.
Parameters:
this |
a Window |
user_data |
user data to look for |
Returns:
list of child windows inside this |