#include "widgets/textbox.hpp"
#include "cursor.hpp"
#include "desktop/clipboard.hpp"
#include "draw.hpp"
#include "font/sdl_ttf_compat.hpp"
#include "log.hpp"
#include "sdl/rect.hpp"
#include "serialization/string_utils.hpp"
#include "sdl/input.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 31 of file textbox.cpp.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file textbox.cpp.
#define WRN_DP LOG_STREAM(warn, log_display) |
Definition at line 30 of file textbox.cpp.
|
static |