#include "label_settings.hpp"#include <vector>#include "utils/functional.hpp"#include "gettext.hpp"#include "game_display.hpp"#include "map/label.hpp"#include "resources.hpp"#include "gui/auxiliary/find_widget.hpp"#include "gui/widgets/control.hpp"#include "gui/widgets/listbox.hpp"#include "gui/widgets/window.hpp"#include "gui/widgets/settings.hpp"#include "gui/widgets/toggle_button.hpp"#include "gui/widgets/label.hpp"#include "formula/string_utils.hpp"
Go to the source code of this file.
Namespaces | |
| gui2 | |
| A class inherited from ttext_box that displays its input as stars. | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
| gui2::REGISTER_DIALOG (label_settings) | |
| #define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 14 of file label_settings.cpp.
1.8.8