MessageBox

A MessageBox is a short window which present a title and a message. It is really helpfull to present Exceptions or Errors.

Constructors

this
this(int flag, string title, string msg, int wndId)

CTor

Members

Enums

Error
anonymousenum Error

The MessageBox states

Functions

show
void show()

Show the MessageBox.

Structs

Button
struct Button
Undocumented in source.
Color
struct Color
Undocumented in source.

Variables

box_buttons
Button[] box_buttons;
Undocumented in source.
box_colors
Color[] box_colors;
Undocumented in source.
flag
int flag;

The MessageBox Flags. See: MessageBox states enum

msg
string msg;

The Message of the MessageBox

title
string title;

The Title of the MessageBox

winId
int winId;

The Window id where the Error/Warning/Information comes from. Can be get by

Meta

Authors

rschuett