- __anonymous
mixin DefineStyles
Undocumented in source.
- children
Children children;
- directionHorizontal
bool directionHorizontal;
Defines in what directions children of this frame should be placed.
- opOpAssign
void opOpAssign(T nodes)
- resizeImpl
void resizeImpl(Vector2 available)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImpl
void drawImpl(Rectangle , Rectangle area)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawChildren
void drawChildren(void delegate(GluiNode) @(safe) painter)
Iterate over every child and perform the painting function. Will automatically remove nodes queued for removal.
- hoveredImpl
bool hoveredImpl(Rectangle , Vector2 )
Undocumented in source. Be warned that the author may not have intended to support it.
- pickStyle
const(Style) pickStyle()
Undocumented in source. Be warned that the author may not have intended to support it.
This is a frame, a stylized container for other nodes. Styles: