GridRow

A single row in a Grid.

Constructors

this
deprecated this(BasicNodeParam!i params, Grid parent, T args)
this
this(NodeParams params, Grid parent, T args)

Members

Functions

calculateSegments
void calculateSegments()
Undocumented in source. Be warned that the author may not have intended to support it.
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

parent
Grid parent;
Undocumented in source.
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