Can't seem to find such a method in the library. It could return an array of child windows, widgets etc.
Ideally this could be a method on uiControl, to allow fetching the children of _any_ control. This would improve memory management.
Probably uiControlForAllChildren() with a custom callback, to avoid memory allocations...
Some sort of structure to allow iteration of children might be useful as well (or it could be done by that function).
Merged with #309.
Most helpful comment
Ideally this could be a method on
uiControl, to allow fetching the children of _any_ control. This would improve memory management.