creator.widgets.dialog

Undocumented in source.

Members

Enums

DialogButtons
enum DialogButtons
Undocumented in source.
DialogLevel
enum DialogLevel
Undocumented in source.

Functions

incCleanupDialogs
void incCleanupDialogs()

Clean up dialogs

incDialog
void incDialog(const(char)* title, string body_, DialogLevel level, DialogButtons btns, void* userData)

Creates a dialog with the tag set to the title

incDialog
void incDialog(const(char)* tag, const(char)* title, string body_, DialogLevel level, DialogButtons btns, void* userData)

Creates a dialog

incDialogButtonSelected
DialogButtons incDialogButtonSelected(const(char)* tag)

Gets which button the user selected in the last dialog box with the selected tag. Returns NONE if the last dialog was *not* the looked for tag or if there's no dialogs open

incDialogButtonUserData
void* incDialogButtonUserData(const(char)* tag)

Returns the user data bound to the dialog

incInitDialogs
void incInitDialogs()
Undocumented in source. Be warned that the author may not have intended to support it.
incRenderDialogs
void incRenderDialogs()

Render dialogs

Meta