The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Variables
tristate_button.cpp File Reference
#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"
Include dependency graph for tristate_button.cpp:

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
 

Macro Definition Documentation

#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.

Variable Documentation

lg::log_domain log_display("display")
static