include file: wxScrollBar.e
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
func get_slide_value( atom slider )
proc set_slide_value( atom slider, atom val )
Parent Topics:
Classes
Controls
wxScrollBar
Category: wxSlider
See Also:
set_slide_value
Category: wxSlider
See Also:
get_slide_value