FillLayout

A layout object that fills the parent with the owner. This layout doesn't support children. You can specify Scalar.Auto at width or height to respect wantedSize. And you can also specify Scalar.None to fill the parent.

Constructors

this
this(Layoutable owner)

Members

Functions

alterSize
void alterSize(vec2 sz)
Undocumented in source. Be warned that the author may not have intended to support it.
fill
void fill(vec2 pt, vec2 sz)
Undocumented in source. Be warned that the author may not have intended to support it.
place
void place(vec2 pt, vec2 sz)

Inherited Members

From Layout

_owner
Layoutable _owner;
Undocumented in source.
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.
children
children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
place
void place(vec2 , vec2 )

Calculates styles and decodes position of children.

Meta