WidgetContainer

Undocumented in source.
@Component("gui.WidgetContainer", Replication.none)
struct WidgetContainer {}

Members

Functions

bringToFront
void bringToFront(WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.
removeChild
void removeChild(WidgetId wid)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
WidgetId[] children;
Undocumented in source.

Meta