Skip to main content

Meta_ScrollBar

Module: Metanodes / Definitions

A ScrollBar is a Meta_Slider wrapped in arrow button controls.

#include <meta_gui.hpp>

Public Types

TypeName
enumIDX { Idx_Enabled, Idx_Position, Idx_SizingMode, Idx_Size, Idx_Style, Idx_Type, Idx_Minimum, Idx_Maximum, Idx_Length, Idx_Step, Idx_Value }
Property index.
enumSliderType { SLIDERTYPE_HORIZONTAL, SLIDERTYPE_VERTICAL }
Types for Idx_Type.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Enabledbool - When enabled, this panel and its children are drawn
Idx_Positionvec3f - Position of the panel relative to its parent
Idx_SizingMode
Idx_Size
Idx_Stylelink - Style to apply to the scrollbar (Meta_ScrollBarStyle)
Idx_TypeSliderType (int) - Horizontal or Vertical
Idx_Minimumfloat - Minimum value represented by the slider
Idx_Maximumfloat - Maximum value represented by the slider
Idx_Lengthfloat - Length of the slider bar
Idx_Stepfloat - Step size, or zero for continuous values
Idx_Valuefloat - Current value of the slider (location of the handle along the bar)

Property index.

enum SliderType

EnumeratorValueDescription
SLIDERTYPE_HORIZONTALSymbols - C: "Horiztonal", Lua: __ScrollBar_Horiztonal
SLIDERTYPE_VERTICALSymbols - C: "Vertical", Lua: __ScrollBar_Vertical

Types for Idx_Type.