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.
Related links
- Functions in dialog.h
Functions that are available for working with dialogs.
- dialog_add_button()
Add a button to a dialog.
- dialog_remove_button()
Remove a button from a dialog.
- dialog_set_cancel_required()
Specify whether the application is required to cancel a dialog explicitly.
- dialog_set_background_alpha()
Deprecated: Dialogs are always fully opaque.
- dialog_set_cover_sensitivity()
Deprecated: User events are never passed through to the application beneath the dialog; the dialog receives all events.
- dialog_set_default_button_index()
Set the default button index for a dialog.
- dialog_set_enter_key_type()
Specify the enter key type to use on the virtual keyboard.
- dialog_set_group_id()
Set the window group ID for an application modal dialog.
- dialog_set_html_title_text()
Deprecated: This function has no effect.
- dialog_set_position()
Deprecated: Dialogs are positioned automatically.
- dialog_set_size()
Deprecated: Dialogs are sized automatically.
- dialog_set_title_text()
Set the title text for a dialog.
- dialog_update_button()
Update a button with new values.