1wxSpinButton(3) Erlang Module Definition wxSpinButton(3)
2
3
4
6 wxSpinButton - See external documentation: wxSpinButton.
7
9 See external documentation: wxSpinButton.
10
11 This class is derived (and can use functions) from:
12 wxControl
13 wxWindow
14 wxEvtHandler
15
17 wxSpinButton():
18
19
20 An object reference, The representation is internal and can be
21 changed without notice. It can't be used for comparsion stored on
22 disc or distributed for use on other nodes.
23
25 new() -> wxSpinButton()
26
27 See external documentation.
28
29 new(Parent) -> wxSpinButton()
30
31 Types:
32
33 Parent = wxWindow:wxWindow()
34
35 Equivalent to new(Parent, []).
36
37 new(Parent, Options::[Option]) -> wxSpinButton()
38
39 Types:
40
41 Parent = wxWindow:wxWindow()
42 Option = {id, integer()} | {pos, {X::integer(), Y::inte‐
43 ger()}} | {size, {W::integer(), H::integer()}} | {style,
44 integer()}
45
46 See external documentation.
47
48 create(This, Parent) -> boolean()
49
50 Types:
51
52 This = wxSpinButton()
53 Parent = wxWindow:wxWindow()
54
55 Equivalent to create(This, Parent, []).
56
57 create(This, Parent, Options::[Option]) -> boolean()
58
59 Types:
60
61 This = wxSpinButton()
62 Parent = wxWindow:wxWindow()
63 Option = {id, integer()} | {pos, {X::integer(), Y::inte‐
64 ger()}} | {size, {W::integer(), H::integer()}} | {style,
65 integer()}
66
67 See external documentation.
68
69 getMax(This) -> integer()
70
71 Types:
72
73 This = wxSpinButton()
74
75 See external documentation.
76
77 getMin(This) -> integer()
78
79 Types:
80
81 This = wxSpinButton()
82
83 See external documentation.
84
85 getValue(This) -> integer()
86
87 Types:
88
89 This = wxSpinButton()
90
91 See external documentation.
92
93 setRange(This, MinVal, MaxVal) -> ok
94
95 Types:
96
97 This = wxSpinButton()
98 MinVal = integer()
99 MaxVal = integer()
100
101 See external documentation.
102
103 setValue(This, Value) -> ok
104
105 Types:
106
107 This = wxSpinButton()
108 Value = integer()
109
110 See external documentation.
111
112 destroy(This::wxSpinButton()) -> ok
113
114 Destroys this object, do not use object again
115
117 <>
118
119
120
121 wx 1.8.7 wxSpinButton(3)