DockWindow

docked window

Constructors

this
this(string ID)
Undocumented in source.

Members

Functions

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dockAlignment
DockAlignment dockAlignment [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
dockAlignment
DockAlignment dockAlignment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_dockAlignment
DockAlignment _dockAlignment;
Undocumented in source.

Inherited Members

From WindowFrame

_bodyWidget
Widget _bodyWidget;
Undocumented in source.
bodyWidget
Widget bodyWidget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
bodyWidget
Widget bodyWidget [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
_captionLayout
HorizontalLayout _captionLayout;
Undocumented in source.
_caption
TextWidget _caption;
Undocumented in source.
_closeButton
ImageButton _closeButton;
Undocumented in source.
_showCloseButton
bool _showCloseButton;
Undocumented in source.
_bodyLayout
HorizontalLayout _bodyLayout;
Undocumented in source.
caption
TextWidget caption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
closeButtonClick
Signal!OnClickHandler closeButtonClick;
Undocumented in source.
onCloseButtonClick
bool onCloseButtonClick(Widget source)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
createBodyWidget
Widget createBodyWidget()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta