wxSpinCtrl
  
Creation Parameters
 
 -  atom parent
 
 -  integer id [= -1]
 
 -  sequence text
 
 -  integer x [= -1]
 
 -  integer y [= -1]
 
 -  integer cx [= -1]
 
 -  integer cy [= -1]
 
 -  integer style [= wxSP_ARROW_KEYS]
 -  wxSP_HORIZONTAL
 
 -  wxSP_VERTICAL
 
 -  wxSP_ARROW_KEYS
 
 -  wxSP_WRAP
 
 
 
  -  integer min [= 0]
 
 -  integer max [= 100]
 
 -  integer initial [= 0]
 
 
 
 
Functions/Procedures
Supertopics
wxSpinCtrl
Category: 
wxSpinCtrl
Returns the current Value of a wxSpinCtrl
wxSpinCtrl
Category: 
wxSpinCtrl
Set's the current Value of a wxSpinCtrl to val.