wxSpinButton
See external documentation: wxSpinButton.
See external documentation:
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
Functions
new() -> wxSpinButton()
See
new(Parent) -> wxSpinButton()
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Option::[Option]) -> wxSpinButton()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
create(This, Parent) -> boolean()
This = wxSpinButton()
Parent = wxWindow() (see module wxWindow)
Equivalent to create(This, Parent, []).
create(This, Parent, Option::[Option]) -> boolean()
This = wxSpinButton()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
getMax(This) -> integer()
This = wxSpinButton()
See
getMin(This) -> integer()
This = wxSpinButton()
See
getValue(This) -> integer()
This = wxSpinButton()
See
setRange(This, MinVal, MaxVal) -> ok
This = wxSpinButton()
MinVal = integer()
MaxVal = integer()
See
setValue(This, Value) -> ok
This = wxSpinButton()
Value = integer()
See
destroy(This::wxSpinButton()) -> ok
Destroys this object, do not use object again