#include "global.hpp"#include "widgets/button.hpp"#include "game_config.hpp"#include "font.hpp"#include "marked-up_text.hpp"#include "image.hpp"#include "log.hpp"#include "serialization/string_utils.hpp"#include "sound.hpp"#include "video.hpp"#include "wml_separators.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | gui |
General purpose widgets. | |
Defines | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
| #define | ERR_DP LOG_STREAM(err, log_display) |
Functions | |
| static bool | gui::not_image (const std::string &str) |
Variables | |
| static lg::log_domain | log_display ("display") |
| const int | gui::font_size = font::SIZE_SMALL |
| const int | gui::horizontal_padding = font::SIZE_SMALL |
| const int | gui::checkbox_horizontal_padding = font::SIZE_SMALL / 2 |
| const int | gui::vertical_padding = font::SIZE_SMALL / 2 |
| #define ERR_DP LOG_STREAM(err, log_display) |
Definition at line 32 of file button.cpp.
Referenced by gui::button::button().
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 16 of file button.cpp.
lg::log_domain log_display("display") [static] |
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:04:38 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |