#include <horizontal_scrollbar.hpp>
Public Member Functions | |
| resolution (const config &cfg) | |
Public Member Functions inherited from gui2::resolution_definition | |
| resolution_definition (const config &cfg) | |
Public Attributes | |
| unsigned | minimum_positioner_length |
| unsigned | maximum_positioner_length |
| unsigned | left_offset |
| unsigned | right_offset |
Public Attributes inherited from gui2::resolution_definition | |
| unsigned | window_width |
| unsigned | window_height |
| unsigned | min_width |
| unsigned | min_height |
| unsigned | default_width |
| unsigned | default_height |
| unsigned | max_width |
| unsigned | max_height |
| std::vector< linked_group_definition > | linked_groups |
| unsigned | text_extra_width |
| unsigned | text_extra_height |
| typed_formula< unsigned > | text_font_size |
| font::family_class | text_font_family |
| font::pango_text::FONT_STYLE | text_font_style |
| std::vector< state_definition > | state |
Definition at line 87 of file horizontal_scrollbar.hpp.
|
explicit |
Definition at line 115 of file horizontal_scrollbar.cpp.
References cfg, minimum_positioner_length, missing_mandatory_wml_key(), missing_mandatory_wml_tag(), gui2::resolution_definition::state, VALIDATE, and VALIDATE_WML_CHILD.
| unsigned gui2::horizontal_scrollbar_definition::resolution::left_offset |
Definition at line 94 of file horizontal_scrollbar.hpp.
| unsigned gui2::horizontal_scrollbar_definition::resolution::maximum_positioner_length |
Definition at line 92 of file horizontal_scrollbar.hpp.
| unsigned gui2::horizontal_scrollbar_definition::resolution::minimum_positioner_length |
Definition at line 91 of file horizontal_scrollbar.hpp.
Referenced by resolution().
| unsigned gui2::horizontal_scrollbar_definition::resolution::right_offset |
Definition at line 95 of file horizontal_scrollbar.hpp.