#include "global.hpp"
#include "tristate_button.hpp"
#include "font.hpp"
#include "game_config.hpp"
#include "image.hpp"
#include "log.hpp"
#include "marked-up_text.hpp"
#include "serialization/string_utils.hpp"
#include "sdl/alpha.hpp"
#include "sound.hpp"
#include "video.hpp"
#include "wml_separators.hpp"
Go to the source code of this file.
Namespaces | |
gui | |
General purpose widgets. | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | ERR_DP LOG_STREAM(err, log_display) |
Variables | |
static lg::log_domain | log_display ("display") |
const int | gui::font_size = font::SIZE_SMALL |
const int | gui::checkbox_horizontal_padding = font::SIZE_SMALL / 2 |
#define ERR_DP LOG_STREAM(err, log_display) |
Definition at line 33 of file tristate_button.cpp.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file tristate_button.cpp.
|
static |