Class to show some text in a window in the centre of the screen, with an icon to the left and one or ...
Definition: textdisplaywindow.h:61
void show_question(const std::string &question, const std::string &title, tbx::Command *yes_command, tbx::Command *no_command, bool delete_commands)
Show a question in a window centred in the screen.
Definition: questionwindow.cc:51
void show_question_as_menu(const std::string &question, const std::string &title, tbx::Command *yes_command, tbx::Command *no_command, bool delete_commands)
Show a question in a window centred in the screen.
Definition: questionwindow.cc:80