Shows a warning dialog.
The user must react to this dialog. The rest of the GUI is blocked until the dialog is dismissed.
str
Title of the dialog.
Description message to be shown in the dialog.
bool
When False, dialog will not be executed. That is used for tests, which shall not be the case when used in the real GUI. (the default is True)
prompt_dialog_warning()