A ScrollBar is a Meta_Slider wrapped in arrow button controls.
enum IDX |
Property index.
Idx_Enabled | bool - When enabled, this panel and its children are drawn |
Idx_Position | vec3f - Position of the panel relative to its parent |
Idx_SizingMode | |
Idx_Size | |
Idx_Style | link - Style to apply to the scrollbar (Meta_ScrollBarStyle) |
Idx_Type | SliderType (int) - Horizontal or Vertical |
Idx_Minimum | float - Minimum value represented by the slider |
Idx_Maximum | float - Maximum value represented by the slider |
Idx_Length | float - Length of the slider bar |
Idx_Step | float - Step size, or zero for continuous values |
Idx_Value | float - Current value of the slider (location of the handle along the bar) |
enum SliderType |
Types for Idx_Type.
SLIDERTYPE_HORIZONTAL | Symbols - C: |
SLIDERTYPE_VERTICAL | Symbols - C: |
No Results.