Struct Container

Base node for containers.

struct Container ;

A Container contains other controls and automatically arranges them in a certain way. A Control can inherit this to create custom container classes.

Methods

NameDescription
_childMinsizeChanged
_sortChildren
fitChildInRect Fit a child control in a given rect. This is mainly a helper for creating custom container classes.
queueSort Queue resort of the contained children. This is called automatically anyway, but can be called upon request.

Enums

NameDescription
Constants