TableLayout

A layout object that lineups children like table.

Constructors

this
this(Layoutable owner, size_t cols, size_t rows)

Members

Functions

place
void place(vec2 basePoint, vec2 parentSize)

Properties

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

Variables

_columns
size_t _columns;
Undocumented in source.
_rows
size_t _rows;
Undocumented in source.

Inherited Members

From FillLayout

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)

Meta