DefaultDialog

Default dialog for simple messageboxes.

Constructors

this
this(Box size, string source, Text title, Text[] message, Text[] options, string[] values, StyleSheet customStyle)
Undocumented in source.
this
this(Box size, string source, dstring title, dstring[] message, dstring[] options, string[] values, StyleSheet customStyle)

Ditto

Members

Functions

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

Variables

output
void delegate(Event ev) output;
Undocumented in source.

Meta