Grid

The Grid node will align its children in a 2D grid.

Constructors

this
this(NodeParams params, Segments segments, Ts children)
Undocumented in source.
this
this(NodeParams params, Ts children)
Undocumented in source.

Members

Functions

addRow
void addRow(Ts content)

Add a new row to this grid.

drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
resizeImpl
void resizeImpl(Vector2 space)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DefineStyles
Undocumented in source.

Variables

segmentCount
size_t segmentCount;
Undocumented in source.

Inherited Members

From Frame

__anonymous
mixin DefineStyles
Undocumented in source.
__anonymous
mixin ImplHoveredRect
Undocumented in source.
drawImpl
void drawImpl(Rectangle outer, Rectangle inner)
Undocumented in source. Be warned that the author may not have intended to support it.
pickStyle
inout(Style) pickStyle()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta