include file: wxText.e
Creation parameters:
- parent,
- id
- text
- x [= -1]
- y [= -1]
- cx [= -1]
- cy [= -1]
- style [= wxSP_ARROW_KEYS]
- wxSP_HORIZONTAL = wxHORIZONTAL, -- 4
- wxSP_VERTICAL = wxVERTICAL, -- 8
- wxSP_ARROW_KEYS = #1000,
- wxSP_WRAP = #2000
- min [= 0]
- max [= 100]
- initial [= 0]
func get_spin_value( atom spin )
proc set_spin_value( atom spin, atom val )
Parent Topics:
Classes
Controls
Category: wxSpinCtrl
Returns the current Value of a wxSpinCtrl
See Also:
set_spin_value
Category: wxSpinCtrl
Set's the current Value of a wxSpinCtrl to val.
See Also:
get_spin_value