#include "gui/widgets/scrollbar.hpp"
#include "gui/core/log.hpp"
#include "gui/widgets/window.hpp"
#include "utils/functional.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" |
#define | LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
#define | LOG_HEADER LOG_SCOPE_HEADER + ':' |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file scrollbar.cpp.
#define LOG_HEADER LOG_SCOPE_HEADER + ':' |
Definition at line 25 of file scrollbar.cpp.
Referenced by gui2::tscrollbar_::recalculate(), gui2::tscrollbar_::signal_handler_left_button_down(), gui2::tscrollbar_::signal_handler_left_button_up(), gui2::tscrollbar_::signal_handler_mouse_enter(), gui2::tscrollbar_::signal_handler_mouse_leave(), and gui2::tscrollbar_::signal_handler_mouse_motion().
#define LOG_SCOPE_HEADER get_control_type() + " [" + id() + "] " + __func__ |
Definition at line 24 of file scrollbar.cpp.