- addWidget
void addWidget(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- addWidgetWithoutDecorator
void addWidgetWithoutDecorator(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- decorateWidgets
void decorateWidgets(Widget delegate(Widget) decorator)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteWidget
void deleteWidget(Widget targetWidget)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteWidget
void deleteWidget(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Widget) apply)
Undocumented in source. Be warned that the author may not have intended to support it.