wxSpinButton
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxSpinButton.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
new(Parent::wxWindow() (see module wxWindow)) -> wxSpinButton()
Equivalent to new(Parent, []).
new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxSpinButton()
Types:
create(This::wxSpinButton(), Parent::wxWindow() (see module wxWindow)) -> bool()
Equivalent to create(This, Parent, []).
create(This::wxSpinButton(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool()
Types:
getMax(This::wxSpinButton()) -> integer()
getMin(This::wxSpinButton()) -> integer()
getValue(This::wxSpinButton()) -> integer()
setRange(This::wxSpinButton(), MinVal::integer(), MaxVal::integer()) -> ok