Layoutable

An interface of layoutable objects.

Members

Functions

layout
vec2 layout(vec2 , vec2 )

Places at the pos with the size.

shiftChildren
void shiftChildren(vec2 )

Shifts children.

Properties

childLayoutables
Layoutable[] childLayoutables [@property getter]

Children.

style
WidgetStyle style [@property getter]

Style data.

wantedSize
vec2 wantedSize [@property getter]

Wanted size.

Meta