Go to the source code of this file.
|
void | gui2::show_message (const std::string &title, const std::string &message, const std::string &button_caption="", const bool auto_close=true, const bool message_use_markup=false, const bool title_use_markup=false) |
| Shows a message to the user. More...
|
|
int | gui2::show_message (const std::string &title, const std::string &message, const dialogs::message::button_style button_style, bool message_use_markup=false, bool title_use_markup=false) |
| Shows a message to the user. More...
|
|
void | gui2::show_error_message (const std::string &message, bool message_use_markup=false) |
| Shows an error message to the user. More...
|
|
◆ GETTEXT_DOMAIN
#define GETTEXT_DOMAIN "wesnoth-lib" |