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

NAME

6       wxListItem - See external documentation: wxListItem.
7

DESCRIPTION

9       See external documentation: wxListItem.
10

DATA TYPES

12         wxListItem():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       new() -> wxListItem()
21
22              See external documentation.
23
24       new(Item) -> wxListItem()
25
26              Types:
27
28                 Item = wxListItem()
29
30              See external documentation.
31
32       clear(This) -> ok
33
34              Types:
35
36                 This = wxListItem()
37
38              See external documentation.
39
40       getAlign(This) -> wx:wx_enum()
41
42              Types:
43
44                 This = wxListItem()
45
46              See external documentation.
47              Res  = ?wxLIST_FORMAT_LEFT | ?wxLIST_FORMAT_RIGHT | ?wxLIST_FOR‐
48              MAT_CENTRE | ?wxLIST_FORMAT_CENTER
49
50       getBackgroundColour(This) -> wx:wx_colour4()
51
52              Types:
53
54                 This = wxListItem()
55
56              See external documentation.
57
58       getColumn(This) -> integer()
59
60              Types:
61
62                 This = wxListItem()
63
64              See external documentation.
65
66       getFont(This) -> wxFont:wxFont()
67
68              Types:
69
70                 This = wxListItem()
71
72              See external documentation.
73
74       getId(This) -> integer()
75
76              Types:
77
78                 This = wxListItem()
79
80              See external documentation.
81
82       getImage(This) -> integer()
83
84              Types:
85
86                 This = wxListItem()
87
88              See external documentation.
89
90       getMask(This) -> integer()
91
92              Types:
93
94                 This = wxListItem()
95
96              See external documentation.
97
98       getState(This) -> integer()
99
100              Types:
101
102                 This = wxListItem()
103
104              See external documentation.
105
106       getText(This) -> unicode:charlist()
107
108              Types:
109
110                 This = wxListItem()
111
112              See external documentation.
113
114       getTextColour(This) -> wx:wx_colour4()
115
116              Types:
117
118                 This = wxListItem()
119
120              See external documentation.
121
122       getWidth(This) -> integer()
123
124              Types:
125
126                 This = wxListItem()
127
128              See external documentation.
129
130       setAlign(This, Align) -> ok
131
132              Types:
133
134                 This = wxListItem()
135                 Align = wx:wx_enum()
136
137              See external documentation.
138              Align   =   ?wxLIST_FORMAT_LEFT   |    ?wxLIST_FORMAT_RIGHT    |
139              ?wxLIST_FORMAT_CENTRE | ?wxLIST_FORMAT_CENTER
140
141       setBackgroundColour(This, ColBack) -> ok
142
143              Types:
144
145                 This = wxListItem()
146                 ColBack = wx:wx_colour()
147
148              See external documentation.
149
150       setColumn(This, Col) -> ok
151
152              Types:
153
154                 This = wxListItem()
155                 Col = integer()
156
157              See external documentation.
158
159       setFont(This, Font) -> ok
160
161              Types:
162
163                 This = wxListItem()
164                 Font = wxFont:wxFont()
165
166              See external documentation.
167
168       setId(This, Id) -> ok
169
170              Types:
171
172                 This = wxListItem()
173                 Id = integer()
174
175              See external documentation.
176
177       setImage(This, Image) -> ok
178
179              Types:
180
181                 This = wxListItem()
182                 Image = integer()
183
184              See external documentation.
185
186       setMask(This, Mask) -> ok
187
188              Types:
189
190                 This = wxListItem()
191                 Mask = integer()
192
193              See external documentation.
194
195       setState(This, State) -> ok
196
197              Types:
198
199                 This = wxListItem()
200                 State = integer()
201
202              See external documentation.
203
204       setStateMask(This, StateMask) -> ok
205
206              Types:
207
208                 This = wxListItem()
209                 StateMask = integer()
210
211              See external documentation.
212
213       setText(This, Text) -> ok
214
215              Types:
216
217                 This = wxListItem()
218                 Text = unicode:chardata()
219
220              See external documentation.
221
222       setTextColour(This, ColText) -> ok
223
224              Types:
225
226                 This = wxListItem()
227                 ColText = wx:wx_colour()
228
229              See external documentation.
230
231       setWidth(This, Width) -> ok
232
233              Types:
234
235                 This = wxListItem()
236                 Width = integer()
237
238              See external documentation.
239
240       destroy(This::wxListItem()) -> ok
241
242              Destroys this object, do not use object again
243

AUTHORS

245       <>
246
247
248
249                                    wx 1.9                       wxListItem(3)
Impressum