PopupBox

Members

Static functions

error
void error(string message, string title)

Create an error popup dialog.

error
void error(Window parent, string message, string title)

Create an error popup dialog.

information
void information(string message, string title)

Create an information popup dialog.

information
void information(Window parent, string message, string title)

Create an information popup dialog.

yesNo
bool yesNo(string message, string title)

Create an 'yes' or 'no' popup dialog.

yesNo
bool yesNo(Window parent, string message, string title)

Create an 'yes' or 'no' popup dialog.

yesNoCancel
ResponseType yesNoCancel(string message, string title)

Create an 'yes', 'no' or 'cancel' popup dialog.

yesNoCancel
ResponseType yesNoCancel(Window parent, string message, string title)

Create an 'yes', 'no' or 'cancel' popup dialog.

Meta