wxSpinCtrl
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxSpinCtrl.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxSpinCtrl()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSpinCtrl()
Types:
create(This::wxSpinCtrl(), Parent::wxWindow() (see module wxWindow)) -> bool()
Equivalent to create(This, Parent, []).
create(This::wxSpinCtrl(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool()
Types:
setValue(This::wxSpinCtrl(), X::integer() | string()) -> ok
See external documentation.
Alternatives:
setValue(This::wxSpinCtrl(), Value::integer()) -> ok
setValue(This::wxSpinCtrl(), Text::string()) -> ok
getValue(This::wxSpinCtrl()) -> integer()
setRange(This::wxSpinCtrl(), MinVal::integer(), MaxVal::integer()) -> ok
setSelection(This::wxSpinCtrl(), From::integer(), To::integer()) -> ok
getMin(This::wxSpinCtrl()) -> integer()