wxSpinButton
MODULE
wxSpinButton
MODULE SUMMARY
See external documentation: wxSpinButton.
DESCRIPTION
See external documentation: wxSpinButton.
This class is derived (and can use functions) from:
wxControl
wxWindow
wxEvtHandler
DATA TYPES
EXPORTS
Types:
Parent = wxWindow() (see module wxWindow)
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxSpinButton()
Types:
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
create(This, Parent) -> boolean()
Types:
This = wxSpinButton()
Parent = wxWindow() (see module wxWindow)
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
Types:
This = wxSpinButton()
Parent = wxWindow() (see module wxWindow)
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
Types:
This = wxSpinButton()
Types:
This = wxSpinButton()
Types:
This = wxSpinButton()
setRange(This, MinVal, MaxVal) -> ok
Types:
This = wxSpinButton()
MinVal = integer()
MaxVal = integer()
Types:
This = wxSpinButton()
Value = integer()