#include "global.hpp"#include "widgets/textbox.hpp"#include "desktop/clipboard.hpp"#include "log.hpp"#include "sdl/alpha.hpp"#include "sdl/rect.hpp"#include "serialization/string_utils.hpp"#include "video.hpp"
Go to the source code of this file.
Namespaces | |
| gui | |
| General purpose widgets. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | WRN_DP LOG_STREAM(warn, log_display) |
| #define | DBG_G LOG_STREAM(debug, lg::general()) |
Variables | |
| static lg::log_domain | log_display ("display") |
| #define DBG_G LOG_STREAM(debug, lg::general()) |
Definition at line 29 of file textbox.cpp.
Referenced by gui::textbox::handle_text_input().
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file textbox.cpp.
| #define WRN_DP LOG_STREAM(warn, log_display) |
Definition at line 28 of file textbox.cpp.
Referenced by gui::textbox::handle_event(), gui::textbox::set_cursor_pos(), and gui::textbox::set_selection().
|
static |
1.8.8