#include "gui/dialogs/wml_message.hpp"
#include "gui/widgets/label.hpp"
#include "gui/widgets/listbox.hpp"
#include "gui/widgets/text_box.hpp"
#include "gui/widgets/window.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::dialogs | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
int | gui2::dialogs::show_wml_message (const std::string &title, const std::string &message, const wml_message_portrait *left, const wml_message_portrait *right, const wml_message_options &options, const wml_message_input &input) |
Helper function to show a portrait. More... | |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file wml_message.cpp.