get_children
Description:
Get the list of timeline elements contained in the container.
If recursive
is true, and the container contains other containers as children, then their
children will be added to the list, in addition to themselves, and so on.
Parameters:
this | |
recursive |
Whether to recursively get children in this |
Returns:
The list of TimelineElement-s contained in this. |