1wxRadioBox(3)              Erlang Module Definition              wxRadioBox(3)
2
3
4

NAME

6       wxRadioBox - See external documentation: wxRadioBox.
7

DESCRIPTION

9       See external documentation: wxRadioBox.
10
11       This class is derived (and can use functions) from:
12       wxControl
13       wxWindow
14       wxEvtHandler
15

DATA TYPES

17         wxRadioBox():
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

EXPORTS

25       new(Parent, Id, Title, Pos, Size, Choices) -> wxRadioBox()
26
27              Types:
28
29                 Parent = wxWindow:wxWindow()
30                 Id = integer()
31                 Title = unicode:chardata()
32                 Pos = {X::integer(), Y::integer()}
33                 Size = {W::integer(), H::integer()}
34                 Choices = [unicode:chardata()]
35
36              Equivalent to new(Parent, Id, Title, Pos, Size, Choices, []).
37
38       new(Parent,  Id, Title, Pos, Size, Choices, Options::[Option]) -> wxRa‐
39       dioBox()
40
41              Types:
42
43                 Parent = wxWindow:wxWindow()
44                 Id = integer()
45                 Title = unicode:chardata()
46                 Pos = {X::integer(), Y::integer()}
47                 Size = {W::integer(), H::integer()}
48                 Choices = [unicode:chardata()]
49                 Option = {majorDim, integer()} | {style, integer()}  |  {val,
50                 wx:wx_object()}
51
52              See external documentation.
53
54       create(This, Parent, Id, Title, Pos, Size, Choices) -> boolean()
55
56              Types:
57
58                 This = wxRadioBox()
59                 Parent = wxWindow:wxWindow()
60                 Id = integer()
61                 Title = unicode:chardata()
62                 Pos = {X::integer(), Y::integer()}
63                 Size = {W::integer(), H::integer()}
64                 Choices = [unicode:chardata()]
65
66              Equivalent   to  create(This,  Parent,  Id,  Title,  Pos,  Size,
67              Choices, []).
68
69       create(This, Parent, Id, Title, Pos, Size, Choices,  Options::[Option])
70       -> boolean()
71
72              Types:
73
74                 This = wxRadioBox()
75                 Parent = wxWindow:wxWindow()
76                 Id = integer()
77                 Title = unicode:chardata()
78                 Pos = {X::integer(), Y::integer()}
79                 Size = {W::integer(), H::integer()}
80                 Choices = [unicode:chardata()]
81                 Option  =  {majorDim, integer()} | {style, integer()} | {val,
82                 wx:wx_object()}
83
84              See external documentation.
85
86       enable(This) -> boolean()
87
88              Types:
89
90                 This = wxRadioBox()
91
92              Equivalent to enable(This, []).
93
94       enable(This, N) -> boolean()
95
96              Types:
97
98                 This = wxRadioBox()
99                 N = integer()
100
101              See external documentation.
102              Also:
103              enable(This, [Option]) -> boolean() when
104              This::wxRadioBox(),
105              Option :: {'enable', boolean()}.
106
107
108       enable(This, N, Options::[Option]) -> boolean()
109
110              Types:
111
112                 This = wxRadioBox()
113                 N = integer()
114                 Option = {enable, boolean()}
115
116              See external documentation.
117
118       getSelection(This) -> integer()
119
120              Types:
121
122                 This = wxRadioBox()
123
124              See external documentation.
125
126       getString(This, N) -> unicode:charlist()
127
128              Types:
129
130                 This = wxRadioBox()
131                 N = integer()
132
133              See external documentation.
134
135       setSelection(This, N) -> ok
136
137              Types:
138
139                 This = wxRadioBox()
140                 N = integer()
141
142              See external documentation.
143
144       show(This) -> boolean()
145
146              Types:
147
148                 This = wxRadioBox()
149
150              Equivalent to show(This, []).
151
152       show(This, N) -> boolean()
153
154              Types:
155
156                 This = wxRadioBox()
157                 N = integer()
158
159              See external documentation.
160              Also:
161              show(This, [Option]) -> boolean() when
162              This::wxRadioBox(),
163              Option :: {'show', boolean()}.
164
165
166       show(This, N, Options::[Option]) -> boolean()
167
168              Types:
169
170                 This = wxRadioBox()
171                 N = integer()
172                 Option = {show, boolean()}
173
174              See external documentation.
175
176       getColumnCount(This) -> integer()
177
178              Types:
179
180                 This = wxRadioBox()
181
182              See external documentation.
183
184       getItemHelpText(This, N) -> unicode:charlist()
185
186              Types:
187
188                 This = wxRadioBox()
189                 N = integer()
190
191              See external documentation.
192
193       getItemToolTip(This, Item) -> wxToolTip:wxToolTip()
194
195              Types:
196
197                 This = wxRadioBox()
198                 Item = integer()
199
200              See external documentation.
201
202       getItemFromPoint(This, Pt) -> integer()
203
204              Types:
205
206                 This = wxRadioBox()
207                 Pt = {X::integer(), Y::integer()}
208
209              See external documentation.
210
211       getRowCount(This) -> integer()
212
213              Types:
214
215                 This = wxRadioBox()
216
217              See external documentation.
218
219       isItemEnabled(This, N) -> boolean()
220
221              Types:
222
223                 This = wxRadioBox()
224                 N = integer()
225
226              See external documentation.
227
228       isItemShown(This, N) -> boolean()
229
230              Types:
231
232                 This = wxRadioBox()
233                 N = integer()
234
235              See external documentation.
236
237       setItemHelpText(This, N, HelpText) -> ok
238
239              Types:
240
241                 This = wxRadioBox()
242                 N = integer()
243                 HelpText = unicode:chardata()
244
245              See external documentation.
246
247       setItemToolTip(This, Item, Text) -> ok
248
249              Types:
250
251                 This = wxRadioBox()
252                 Item = integer()
253                 Text = unicode:chardata()
254
255              See external documentation.
256
257       destroy(This::wxRadioBox()) -> ok
258
259              Destroys this object, do not use object again
260

AUTHORS

262       <>
263
264
265
266                                   wx 1.8.7                      wxRadioBox(3)
Impressum