#include "gui/widgets/text_box.hpp"#include "gui/core/log.hpp"#include "gui/core/register_widget.hpp"#include "gui/widgets/settings.hpp"#include "gui/widgets/window.hpp"#include "preferences/preferences.hpp"#include "serialization/unicode.hpp"#include <functional>#include "wml_exception.hpp"#include "gettext.hpp"Go to the source code of this file.
Namespaces | |
| gui2 | |
| Generic file dialog. | |
| gui2::implementation | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
| #define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file text_box.cpp.
| #define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 31 of file text_box.cpp.
| #define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
Definition at line 30 of file text_box.cpp.