MessageBoxBase

Undocumented in source.

Constructors

this
this(string title, string message, IconType icon_type)
Undocumented in source.

Members

Functions

fireOnError
void fireOnError(Throwable err)
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(void delegate(Throwable err) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source.

Variables

_icon_type
IconType _icon_type;
Undocumented in source.
_message
string _message;
Undocumented in source.
_on_error_cb
void delegate(Throwable err) _on_error_cb;
Undocumented in source.
_title
string _title;
Undocumented in source.

Meta