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
new() -> wxSpinButton()
new(Parent) -> wxSpinButton()
Types
Parent = wxWindow:wxWindow()
Equivalent to new(Parent, []).
new(Parent, Options::[Option]) -> wxSpinButton()
Types
Parent = wxWindow:wxWindow()
Option = {id, integer()} | {pos, {X::integer(), Y::integer()}} | {size, {W::integer(), H::integer()}} | {style, integer()}
create(This, Parent) -> boolean()
Equivalent to create(This, Parent, []).
create(This, Parent, Options::[Option]) -> boolean()
Types
This = wxSpinButton()
Parent = wxWindow: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
destroy(This::wxSpinButton()) -> ok