DialogFrame

frame with caption for dialog

Constructors

this
this(Dialog dialog, bool enableCloseButton)
Undocumented in source.

Members

Variables

_dialog
Dialog _dialog;
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