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.

Variables

_dialog
MessageBoxBase _dialog;
Undocumented in source.

Meta