#include "gui/widgets/text_box.hpp"
#include "font.hpp"
#include "gui/core/log.hpp"
#include "gui/core/register_widget.hpp"
#include "gui/widgets/settings.hpp"
#include "gui/widgets/window.hpp"
#include "game_preferences.hpp"
#include "serialization/unicode.hpp"
#include "utils/functional.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
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 15 of file text_box.cpp.
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 29 of file text_box.cpp.
Referenced by gui2::ttext_box::signal_handler_left_button_double_click(), gui2::ttext_box::signal_handler_left_button_down(), and gui2::ttext_box::signal_handler_left_button_up().
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
Definition at line 28 of file text_box.cpp.