TextInputDialog

Standard text input form for various applications.

Constructors

this
this(Box size, void delegate(Text text) textOutput, string source, Text title, Text message, Text text, Text okBtnText, StyleSheet customStyle)
this(Box size, void delegate(Text text) textOutput, string source, dstring title, dstring message, dstring text, dstring okBtnText, StyleSheet customStyle)

Creates a TextInputDialog. Auto-sizing version is not implemented yet.

Members

Functions

button_onClick
void button_onClick(Event ev)

Called when the "ok" button is pressed

Variables

textOutput
void delegate(Text text) textOutput;
Undocumented in source.

Meta