Alert dialog functions
An alert dialog is a simple dialog that displays a title, message, and buttons.
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_enabled()
Set whether the check box is enabled.
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_icon()
Set the icon of a alert dialog.
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.
Parent topic:
Functions in dialog.h