AutomaticDialog

This is the implementation for dialog. None of its details are guaranteed stable and may change at any time; the stable interface is just the dialog function at this time.

class AutomaticDialog : Dialog (
T
) {
T t;
void delegate(T) onOK;
void delegate() onCancel;
}

Inherited Members

From Dialog

OK
void OK()
Cancel
void Cancel()
Suggestion Box / Bug Report