Alert dialog functions
An alert dialog is a simple dialog that displays a title, message, and buttons.
Related links
- Functions in dialog.h
Functions that are available for working with dialogs.
- dialog_create_alert()
Create an alert dialog.
- dialog_event_get_alert_checkbox_checked()
Get the state of the alert dialog's check box from a DIALOG_RESPONSE event.
- dialog_set_alert_checkbox_checked()
Set the initial state of the check box.
- dialog_set_alert_checkbox_label()
Set the label for the check box.
- dialog_set_alert_html_message_text()
Deprecated: This function has no effect.
- dialog_set_alert_message_has_emoticons()
Set whether the message text has emoticons.
- dialog_set_alert_message_text()
Set the message text of an alert dialog.