#include "gui/dialogs/transient_message.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/widgets/settings.hpp"
#include "gui/widgets/window.hpp"
#include "log.hpp"
#include "gettext.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
void | gui2::show_transient_message (CVideo &video, const std::string &title, const std::string &message, const std::string &image=std::string(), const bool message_use_markup=false, const bool title_use_markup=false, const bool restore_background=false) |
Shows a transient message to the user. More... | |
void | gui2::show_transient_error_message (CVideo &video, const std::string &message, const std::string &image=std::string(), const bool message_use_markup=false) |
Shows a transient error message to the user. More... | |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file transient_message.cpp.