- front
inout(GluiNode) front()
- getChildren
GluiNode[] getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(GluiNode node) @(trusted) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(size_t index, GluiNode node) @(trusted) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(GluiNode[] newList)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
GluiNode[] opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto opIndex(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()