The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Functions
transient_message.cpp File Reference
#include "gui/dialogs/transient_message.hpp"
#include "gui/auxiliary/find_widget.hpp"
#include "gui/widgets/window.hpp"
#include "log.hpp"
#include "gettext.hpp"
Include dependency graph for transient_message.cpp:

Go to the source code of this file.

Namespaces

 gui2
 Generic file dialog.
 
 gui2::dialogs
 

Macros

#define GETTEXT_DOMAIN   "wesnoth-lib"
 

Functions

void gui2::show_transient_message (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)
 Shows a transient message to the user. More...
 
void gui2::show_transient_error_message (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...
 

Macro Definition Documentation

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-lib"

Definition at line 16 of file transient_message.cpp.