27 struct builder_scroll_label;
28 struct builder_scrollbar_panel;
29 struct builder_styled_widget;
101 virtual bool can_wrap()
const override;
123 virtual unsigned get_state()
const override;
132 widget*
find(
const std::string&
id,
const bool must_be_active)
override;
135 const widget*
find(
const std::string&
id,
const bool must_be_active)
const override;
346 const int height_modification,
347 const int width_modification_pos = -1,
348 const int height_modification_pos = -1);
549 static const std::string&
type();
558 const event::ui_event event,
bool& handled,
const SDL_Keycode key, SDL_Keymod modifier);
565 const point& position,
const point& distance);
A generic container base class.
ui_event
The event sent to the dispatcher.
std::unique_ptr< class walker_base > walker_ptr
Contains the implementation details for lexical_cast and shouldn't be used directly.
map_location coordinate
Contains an x and y coordinate used for starting positions in maps.
std::size_t size(const std::string &str)
Length in characters of a UTF-8 string.
An abstract description of a rectangle with integer coordinates.