Prompt dialog functions
A prompt dialog is a simple dialog with a title, a message, an input field, and buttons.
dialog_create_prompt()
Create a prompt dialog.
dialog_event_get_prompt_input_field()
Get the contents of the prompt dialog input field from a
DIALOG_RESPONSE
event.
dialog_set_prompt_display_as_password()
Set whether to display the field as a password input.
dialog_set_prompt_input_field()
Set the initial text of the input field of a prompt dialog.
dialog_set_prompt_input_placeholder()
Set the placeholder text of the input field of a prompt dialog.
dialog_set_prompt_html_message_text()
Deprecated: This function has no effect.
dialog_set_prompt_input_flags()
Specify input flags on the input field.
dialog_set_prompt_input_keyboard_layout()
Specify the layout to use on the virtual keyboard.
dialog_set_prompt_maximum_characters()
Set the maximum number of characters of the input field of a prompt dialog.
dialog_set_prompt_message_has_emoticons()
Set whether the message text has emoticons.
dialog_set_prompt_message_text()
Set a prompt dialog's message text.
Parent topic:
Functions in dialog.h