WidgetsContainer

Undocumented in source.

Constructors

this
this(Widget widget)
Undocumented in source.

Members

Functions

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.

Properties

back
inout(Widget) back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(Widget) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

decorator
Widget delegate(Widget) decorator;
Undocumented in source.
rootWidget
Widget rootWidget;
Undocumented in source.

Meta