Progress dialog functions
A progress dialog has a title, message, progress bar, progress details (left and right), icon, and buttons.
Related links
- Functions in dialog.h
Functions that are available for working with dialogs.
- dialog_create_progress()
Create a progress dialog.
- dialog_set_progress_icon()
Set the icon of a progress dialog.
- dialog_set_progress_left_details()
Set the left side details text of a progress dialog.
- dialog_set_progress_level()
Set the progress level of a progress dialog.
- dialog_set_progress_message_has_emoticons()
Set whether the message text has emoticons.
- dialog_set_progress_message_text()
Set the message text of a progress dialog.
- dialog_set_progress_right_details()
Set the right side details text of a progress dialog.
- dialog_set_progress_state()
Set the progress state of a progress dialog.