MessageBoxDlangUI

Undocumented in source.

Constructors

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

Members

Functions

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

Static functions

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

Inherited Members

From MessageBoxBase

onError
void onError(void delegate(Throwable err) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
fireOnError
void fireOnError(Throwable err)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source.
_title
string _title;
Undocumented in source.
_message
string _message;
Undocumented in source.
_icon_type
IconType _icon_type;
Undocumented in source.
_on_error_cb
void delegate(Throwable err) _on_error_cb;
Undocumented in source.

Meta