wxSlider
Creation parameters
- parent
- id
- initial_value
- minValue
- maxValue
- x [= -1]
- y [= -1]
- cx [= -1]
- cy [= -1]
- style [= wxSL_HORIZONTAL]
- wxSL_HORIZONTAL = wxHORIZONTAL, -- 4
- wxSL_VERTICAL = wxVERTICAL, -- 8
- wxSL_TICKS = #0010,
- wxSL_AUTOTICKS = wxSL_TICKS,
- wxSL_LABELS = #0020,
- wxSL_LEFT = #0040,
- wxSL_TOP = #0080,
- wxSL_RIGHT = #0100,
- wxSL_BOTTOM = #0200,
- wxSL_BOTH = #0400,
- wxSL_SELRANGE = #0800
Functions/Procedures
Supertopics
wxSlider
Category:
wxSlider
Returns an integer representing the current position of the slider.
wxSlider
Category:
wxSlider
Sets the specified slide to the position noted by val.