1wxControlWithItems(3) Erlang Module Definition wxControlWithItems(3)
2
3
4
6 wxControlWithItems - See external documentation: wxControlWithItems.
7
9 See external documentation: wxControlWithItems.
10
11 This class is derived (and can use functions) from:
12 wxControl
13 wxWindow
14 wxEvtHandler
15
17 wxControlWithItems():
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 append(This, Item) -> integer()
26
27 Types:
28
29 This = wxControlWithItems()
30 Item = unicode:chardata()
31
32 See external documentation.
33
34 append(This, Item, ClientData) -> integer()
35
36 Types:
37
38 This = wxControlWithItems()
39 Item = unicode:chardata()
40 ClientData = term()
41
42 See external documentation.
43
44 appendStrings(This, Strings) -> ok
45
46 Types:
47
48 This = wxControlWithItems()
49 Strings = [unicode:chardata()]
50
51 See external documentation.
52
53 clear(This) -> ok
54
55 Types:
56
57 This = wxControlWithItems()
58
59 See external documentation.
60
61 delete(This, N) -> ok
62
63 Types:
64
65 This = wxControlWithItems()
66 N = integer()
67
68 See external documentation.
69
70 findString(This, S) -> integer()
71
72 Types:
73
74 This = wxControlWithItems()
75 S = unicode:chardata()
76
77 Equivalent to findString(This, S, []).
78
79 findString(This, S, Options::[Option]) -> integer()
80
81 Types:
82
83 This = wxControlWithItems()
84 S = unicode:chardata()
85 Option = {bCase, boolean()}
86
87 See external documentation.
88
89 getClientData(This, N) -> term()
90
91 Types:
92
93 This = wxControlWithItems()
94 N = integer()
95
96 See external documentation.
97
98 setClientData(This, N, ClientData) -> ok
99
100 Types:
101
102 This = wxControlWithItems()
103 N = integer()
104 ClientData = term()
105
106 See external documentation.
107
108 getCount(This) -> integer()
109
110 Types:
111
112 This = wxControlWithItems()
113
114 See external documentation.
115
116 getSelection(This) -> integer()
117
118 Types:
119
120 This = wxControlWithItems()
121
122 See external documentation.
123
124 getString(This, N) -> unicode:charlist()
125
126 Types:
127
128 This = wxControlWithItems()
129 N = integer()
130
131 See external documentation.
132
133 getStringSelection(This) -> unicode:charlist()
134
135 Types:
136
137 This = wxControlWithItems()
138
139 See external documentation.
140
141 insert(This, Item, Pos) -> integer()
142
143 Types:
144
145 This = wxControlWithItems()
146 Item = unicode:chardata()
147 Pos = integer()
148
149 See external documentation.
150
151 insert(This, Item, Pos, ClientData) -> integer()
152
153 Types:
154
155 This = wxControlWithItems()
156 Item = unicode:chardata()
157 Pos = integer()
158 ClientData = term()
159
160 See external documentation.
161
162 isEmpty(This) -> boolean()
163
164 Types:
165
166 This = wxControlWithItems()
167
168 See external documentation.
169
170 select(This, N) -> ok
171
172 Types:
173
174 This = wxControlWithItems()
175 N = integer()
176
177 See external documentation.
178
179 setSelection(This, N) -> ok
180
181 Types:
182
183 This = wxControlWithItems()
184 N = integer()
185
186 See external documentation.
187
188 setString(This, N, S) -> ok
189
190 Types:
191
192 This = wxControlWithItems()
193 N = integer()
194 S = unicode:chardata()
195
196 See external documentation.
197
198 setStringSelection(This, S) -> boolean()
199
200 Types:
201
202 This = wxControlWithItems()
203 S = unicode:chardata()
204
205 See external documentation.
206
208 <>
209
210
211
212 wx 1.9 wxControlWithItems(3)