void sprite(const std::string &sprite_name)
Set the name of the sprite to show in the message box.
Definition: messagewindow.cc:118
void show_message(const std::string &msg, const std::string &title, const std::string &sprite_name, tbx::Command *close_command, bool delete_command)
Show a message in a window centred in the screen.
Definition: messagewindow.cc:55
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_message_as_menu(const std::string &msg, const std::string &title, const std::string &sprite_name, tbx::Command *close_command, bool delete_command)
Show a message in a window centred in the screen in the same way as a menu is shown.
Definition: messagewindow.cc:87