WindowFrame

window frame with caption widget

Constructors

this
this(string ID, bool showCloseButton)
Undocumented in source.

Members

Functions

createBodyWidget
Widget createBodyWidget()
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.
onCloseButtonClick
bool onCloseButtonClick(Widget source)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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.
caption
TextWidget caption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_bodyLayout
HorizontalLayout _bodyLayout;
Undocumented in source.
_bodyWidget
Widget _bodyWidget;
Undocumented in source.
_caption
TextWidget _caption;
Undocumented in source.
_captionLayout
HorizontalLayout _captionLayout;
Undocumented in source.
_closeButton
ImageButton _closeButton;
Undocumented in source.
_showCloseButton
bool _showCloseButton;
Undocumented in source.
closeButtonClick
Signal!OnClickHandler closeButtonClick;
Undocumented in source.

Meta