wxSpinButton
(wx)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, Options::[Option]) -> wxSpinButton()
Parent = wxWindow: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:wxWindow()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
This = wxSpinButton()
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
See
setRange(This, MinVal, MaxVal) -> ok
This = wxSpinButton()
MinVal = integer()
MaxVal = integer()
See
destroy(This::wxSpinButton()) -> ok
Destroys this object, do not use object again