Container

    Inherited By: , CenterContainer, , GraphNode, , MarginContainer, , ScrollContainer, , TabContainer,

    Base node for containers. A contains other controls and automatically arranges them in a certain way.

    Emitted when sorting the children is needed.

    • NOTIFICATION_SORT_CHILDREN = 50 —- Notification for when sorting the children, it must be obeyed immediately.
    • void fit_child_in_rect ( Control child, rect )

    Queue resort of the contained children. This is called automatically anyway, but can be called upon request.