Layout

A baseclass of Layout object. Layout object decides children position to place and calculates all styles.

Constructors

this
this(Layoutable owner)

Members

Functions

place
void place(vec2 , vec2 )

Calculates styles and decodes position of children.

Properties

children
children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
owner [@property getter]

Owner of the layout.

style
style [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_owner
Layoutable _owner;
Undocumented in source.

Meta