Dialog setters
These functions can be used to set attributes that are common to all types of dialogs, unless specifically noted by a particular dialog type.
Common dialog event getters
These functions can be used to get any of the attributes of a DIALOG_RESPONSE event that are common to all types of dialogs.
Alert dialog functions
An alert dialog is a simple dialog that displays a title, message, and buttons.
Context menu functions
A context menu dialog shows a menu of buttons, each of which has text and/or icons. Context menu dialogs ignore the size, position, and title attributes, if set. Context menu dialogs offer pre-defined icons and localized labels as options for its buttons (menus).
File browse dialog functions Deprecated. File save dialogs will not appear. Attempting to show a file save dialog will generate a DIALOG_RESPONSE event containing an error message that can be retrieved with the dialog_event_get_error() function.
File save dialog functions Deprecated. File save dialogs will not appear. Attempting to show a file save dialog will generate a DIALOG_RESPONSE event containing an error message that can be retrieved with the dialog_event_get_error() function.
Prompt dialog functions
A prompt dialog is a simple dialog with a title, a message, an input field, and buttons.
Popup list dialog functions
A popup list dialog displays a simple popup list along with a title, selected items, and buttons.
Login dialog functions
A login dialog has a title, input fields for username and password, a check box and a label for remembering the username, and buttons.
Password change dialog functions
A password change dialog has a title, input fields for the username, the old password, the new password, and to confirm the new password, a check box and a label for remembering the username, and buttons.
Icon Toast dialog functions
A toast dialog is a simple toast dialog that displays a message, and an optional button.
Progress dialog functions
A progress dialog has a title, message, progress bar, progress details (left and right), icon, and buttons.
Progress Toast dialog functions
A progress toast dialog is a simple toast dialog that displays a message, a progress indicator, and an optional button.
Toast dialog functions
A toast dialog is a simple toast dialog that displays a message, and an optional button.
Toast Dialog setters
These functions can be used to set attributes that are common to all types of toast dialogs, unless specifically noted by a particular toast dialog type.
Volume Toast dialog functions
A volume toast dialog is a simple toast dialog that displays a message, and a volume indicator.