MessageBox

The MessageBox class

Constructors

this
this(string title, string message, IconType icon_type)

Sets up the message box with the desired title, message, and icon. Does not show it until the show method is called.

Members

Functions

onError
void onError(void delegate(Throwable err) cb)

This method is called if there is an error when showing the message box.

show
void show()

Shows the message box. Will block until it is closed.

Static functions

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

Static variables

_temp_dir
string _temp_dir;
Undocumented in source.

Variables

_dialog
MessageBoxBase _dialog;
Undocumented in source.

Meta