#include "gui/dialogs/modal_dialog.hpp"
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... | |