The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Functions
transient_message.hpp File Reference
#include "gui/dialogs/modal_dialog.hpp"
Include dependency graph for transient_message.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gui2::dialogs::transient_message
 Shows a transient message. More...
 

Namespaces

 gui2
 Generic file dialog.
 
 gui2::dialogs
 

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...