]> git.saurik.com Git - wxWidgets.git/blame - wxPython/src/gtk/controls2.py
Copied/merged from the 2.2 branch.
[wxWidgets.git] / wxPython / src / gtk / controls2.py
CommitLineData
8ab979d7
RD
1# This file was created automatically by SWIG.
2import controls2c
3
4from misc import *
5
6from windows import *
7
8from gdi import *
9
b1462dfa
RD
10from clip_dnd import *
11
8ab979d7
RD
12from events import *
13
14from controls import *
b8b8dda7 15import wx
f6bcfd97
BP
16class wxListItemAttrPtr :
17 def __init__(self,this):
18 self.this = this
19 self.thisown = 0
20 def SetTextColour(self, *_args, **_kwargs):
21 val = apply(controls2c.wxListItemAttr_SetTextColour,(self,) + _args, _kwargs)
22 return val
23 def SetBackgroundColour(self, *_args, **_kwargs):
24 val = apply(controls2c.wxListItemAttr_SetBackgroundColour,(self,) + _args, _kwargs)
25 return val
26 def SetFont(self, *_args, **_kwargs):
27 val = apply(controls2c.wxListItemAttr_SetFont,(self,) + _args, _kwargs)
28 return val
29 def HasTextColour(self, *_args, **_kwargs):
30 val = apply(controls2c.wxListItemAttr_HasTextColour,(self,) + _args, _kwargs)
31 return val
32 def HasBackgroundColour(self, *_args, **_kwargs):
33 val = apply(controls2c.wxListItemAttr_HasBackgroundColour,(self,) + _args, _kwargs)
34 return val
35 def HasFont(self, *_args, **_kwargs):
36 val = apply(controls2c.wxListItemAttr_HasFont,(self,) + _args, _kwargs)
37 return val
38 def GetTextColour(self, *_args, **_kwargs):
39 val = apply(controls2c.wxListItemAttr_GetTextColour,(self,) + _args, _kwargs)
40 if val: val = wxColourPtr(val)
41 return val
42 def GetBackgroundColour(self, *_args, **_kwargs):
43 val = apply(controls2c.wxListItemAttr_GetBackgroundColour,(self,) + _args, _kwargs)
44 if val: val = wxColourPtr(val)
45 return val
46 def GetFont(self, *_args, **_kwargs):
47 val = apply(controls2c.wxListItemAttr_GetFont,(self,) + _args, _kwargs)
48 if val: val = wxFontPtr(val)
49 return val
50 def __repr__(self):
51 return "<C wxListItemAttr instance at %s>" % (self.this,)
52class wxListItemAttr(wxListItemAttrPtr):
53 def __init__(self,*_args,**_kwargs):
54 self.this = apply(controls2c.new_wxListItemAttr,_args,_kwargs)
55 self.thisown = 1
56
57
58
59
8ab979d7
RD
60class wxListItemPtr :
61 def __init__(self,this):
62 self.this = this
63 self.thisown = 0
1d99702e 64 def __del__(self,controls2c=controls2c):
8ab979d7 65 if self.thisown == 1 :
1d99702e 66 controls2c.delete_wxListItem(self)
f6bcfd97
BP
67 def Clear(self, *_args, **_kwargs):
68 val = apply(controls2c.wxListItem_Clear,(self,) + _args, _kwargs)
69 return val
70 def ClearAttributes(self, *_args, **_kwargs):
71 val = apply(controls2c.wxListItem_ClearAttributes,(self,) + _args, _kwargs)
72 return val
73 def SetMask(self, *_args, **_kwargs):
74 val = apply(controls2c.wxListItem_SetMask,(self,) + _args, _kwargs)
75 return val
76 def SetId(self, *_args, **_kwargs):
77 val = apply(controls2c.wxListItem_SetId,(self,) + _args, _kwargs)
78 return val
79 def SetColumn(self, *_args, **_kwargs):
80 val = apply(controls2c.wxListItem_SetColumn,(self,) + _args, _kwargs)
81 return val
82 def SetState(self, *_args, **_kwargs):
83 val = apply(controls2c.wxListItem_SetState,(self,) + _args, _kwargs)
84 return val
85 def SetStateMask(self, *_args, **_kwargs):
86 val = apply(controls2c.wxListItem_SetStateMask,(self,) + _args, _kwargs)
87 return val
88 def SetText(self, *_args, **_kwargs):
89 val = apply(controls2c.wxListItem_SetText,(self,) + _args, _kwargs)
90 return val
91 def SetImage(self, *_args, **_kwargs):
92 val = apply(controls2c.wxListItem_SetImage,(self,) + _args, _kwargs)
93 return val
94 def SetData(self, *_args, **_kwargs):
95 val = apply(controls2c.wxListItem_SetData,(self,) + _args, _kwargs)
96 return val
97 def SetWidth(self, *_args, **_kwargs):
98 val = apply(controls2c.wxListItem_SetWidth,(self,) + _args, _kwargs)
99 return val
100 def SetAlign(self, *_args, **_kwargs):
101 val = apply(controls2c.wxListItem_SetAlign,(self,) + _args, _kwargs)
102 return val
103 def SetTextColour(self, *_args, **_kwargs):
104 val = apply(controls2c.wxListItem_SetTextColour,(self,) + _args, _kwargs)
105 return val
106 def SetBackgroundColour(self, *_args, **_kwargs):
107 val = apply(controls2c.wxListItem_SetBackgroundColour,(self,) + _args, _kwargs)
108 return val
109 def SetFont(self, *_args, **_kwargs):
110 val = apply(controls2c.wxListItem_SetFont,(self,) + _args, _kwargs)
111 return val
112 def GetMask(self, *_args, **_kwargs):
113 val = apply(controls2c.wxListItem_GetMask,(self,) + _args, _kwargs)
114 return val
115 def GetId(self, *_args, **_kwargs):
116 val = apply(controls2c.wxListItem_GetId,(self,) + _args, _kwargs)
117 return val
118 def GetColumn(self, *_args, **_kwargs):
119 val = apply(controls2c.wxListItem_GetColumn,(self,) + _args, _kwargs)
120 return val
121 def GetState(self, *_args, **_kwargs):
122 val = apply(controls2c.wxListItem_GetState,(self,) + _args, _kwargs)
123 return val
124 def GetText(self, *_args, **_kwargs):
125 val = apply(controls2c.wxListItem_GetText,(self,) + _args, _kwargs)
126 return val
127 def GetImage(self, *_args, **_kwargs):
128 val = apply(controls2c.wxListItem_GetImage,(self,) + _args, _kwargs)
129 return val
130 def GetData(self, *_args, **_kwargs):
131 val = apply(controls2c.wxListItem_GetData,(self,) + _args, _kwargs)
132 return val
133 def GetWidth(self, *_args, **_kwargs):
134 val = apply(controls2c.wxListItem_GetWidth,(self,) + _args, _kwargs)
135 return val
136 def GetAlign(self, *_args, **_kwargs):
137 val = apply(controls2c.wxListItem_GetAlign,(self,) + _args, _kwargs)
138 return val
139 def GetAttributes(self, *_args, **_kwargs):
140 val = apply(controls2c.wxListItem_GetAttributes,(self,) + _args, _kwargs)
141 if val: val = wxListItemAttrPtr(val)
142 return val
143 def HasAttributes(self, *_args, **_kwargs):
144 val = apply(controls2c.wxListItem_HasAttributes,(self,) + _args, _kwargs)
145 return val
146 def GetTextColour(self, *_args, **_kwargs):
147 val = apply(controls2c.wxListItem_GetTextColour,(self,) + _args, _kwargs)
148 if val: val = wxColourPtr(val) ; val.thisown = 1
149 return val
150 def GetBackgroundColour(self, *_args, **_kwargs):
151 val = apply(controls2c.wxListItem_GetBackgroundColour,(self,) + _args, _kwargs)
152 if val: val = wxColourPtr(val) ; val.thisown = 1
153 return val
154 def GetFont(self, *_args, **_kwargs):
155 val = apply(controls2c.wxListItem_GetFont,(self,) + _args, _kwargs)
156 if val: val = wxFontPtr(val) ; val.thisown = 1
157 return val
8ab979d7
RD
158 def __setattr__(self,name,value):
159 if name == "m_mask" :
1d99702e 160 controls2c.wxListItem_m_mask_set(self,value)
8ab979d7
RD
161 return
162 if name == "m_itemId" :
1d99702e 163 controls2c.wxListItem_m_itemId_set(self,value)
8ab979d7
RD
164 return
165 if name == "m_col" :
1d99702e 166 controls2c.wxListItem_m_col_set(self,value)
8ab979d7
RD
167 return
168 if name == "m_state" :
1d99702e 169 controls2c.wxListItem_m_state_set(self,value)
8ab979d7
RD
170 return
171 if name == "m_stateMask" :
1d99702e 172 controls2c.wxListItem_m_stateMask_set(self,value)
8ab979d7
RD
173 return
174 if name == "m_text" :
1d99702e 175 controls2c.wxListItem_m_text_set(self,value)
8ab979d7
RD
176 return
177 if name == "m_image" :
1d99702e 178 controls2c.wxListItem_m_image_set(self,value)
8ab979d7
RD
179 return
180 if name == "m_data" :
1d99702e 181 controls2c.wxListItem_m_data_set(self,value)
8ab979d7
RD
182 return
183 if name == "m_format" :
1d99702e 184 controls2c.wxListItem_m_format_set(self,value)
8ab979d7
RD
185 return
186 if name == "m_width" :
1d99702e 187 controls2c.wxListItem_m_width_set(self,value)
8ab979d7
RD
188 return
189 self.__dict__[name] = value
190 def __getattr__(self,name):
191 if name == "m_mask" :
1d99702e 192 return controls2c.wxListItem_m_mask_get(self)
8ab979d7 193 if name == "m_itemId" :
1d99702e 194 return controls2c.wxListItem_m_itemId_get(self)
8ab979d7 195 if name == "m_col" :
1d99702e 196 return controls2c.wxListItem_m_col_get(self)
8ab979d7 197 if name == "m_state" :
1d99702e 198 return controls2c.wxListItem_m_state_get(self)
8ab979d7 199 if name == "m_stateMask" :
1d99702e 200 return controls2c.wxListItem_m_stateMask_get(self)
8ab979d7 201 if name == "m_text" :
1d99702e 202 return controls2c.wxListItem_m_text_get(self)
8ab979d7 203 if name == "m_image" :
1d99702e 204 return controls2c.wxListItem_m_image_get(self)
8ab979d7 205 if name == "m_data" :
1d99702e 206 return controls2c.wxListItem_m_data_get(self)
8ab979d7 207 if name == "m_format" :
1d99702e 208 return controls2c.wxListItem_m_format_get(self)
8ab979d7 209 if name == "m_width" :
1d99702e 210 return controls2c.wxListItem_m_width_get(self)
8ab979d7
RD
211 raise AttributeError,name
212 def __repr__(self):
1d99702e 213 return "<C wxListItem instance at %s>" % (self.this,)
8ab979d7 214class wxListItem(wxListItemPtr):
1d99702e
RD
215 def __init__(self,*_args,**_kwargs):
216 self.this = apply(controls2c.new_wxListItem,_args,_kwargs)
8ab979d7
RD
217 self.thisown = 1
218
219
220
221
c368d904 222class wxListEventPtr(wxNotifyEventPtr):
8ab979d7
RD
223 def __init__(self,this):
224 self.this = this
225 self.thisown = 0
f6bcfd97
BP
226 def GetCode(self, *_args, **_kwargs):
227 val = apply(controls2c.wxListEvent_GetCode,(self,) + _args, _kwargs)
228 return val
229 def GetIndex(self, *_args, **_kwargs):
230 val = apply(controls2c.wxListEvent_GetIndex,(self,) + _args, _kwargs)
231 return val
232 def GetOldIndex(self, *_args, **_kwargs):
233 val = apply(controls2c.wxListEvent_GetOldIndex,(self,) + _args, _kwargs)
234 return val
235 def GetOldItem(self, *_args, **_kwargs):
236 val = apply(controls2c.wxListEvent_GetOldItem,(self,) + _args, _kwargs)
237 return val
238 def GetColumn(self, *_args, **_kwargs):
239 val = apply(controls2c.wxListEvent_GetColumn,(self,) + _args, _kwargs)
240 return val
241 def Cancelled(self, *_args, **_kwargs):
242 val = apply(controls2c.wxListEvent_Cancelled,(self,) + _args, _kwargs)
243 return val
244 def GetPoint(self, *_args, **_kwargs):
245 val = apply(controls2c.wxListEvent_GetPoint,(self,) + _args, _kwargs)
246 if val: val = wxPointPtr(val) ; val.thisown = 1
247 return val
248 def GetLabel(self, *_args, **_kwargs):
249 val = apply(controls2c.wxListEvent_GetLabel,(self,) + _args, _kwargs)
250 return val
251 def GetText(self, *_args, **_kwargs):
252 val = apply(controls2c.wxListEvent_GetText,(self,) + _args, _kwargs)
253 return val
254 def GetImage(self, *_args, **_kwargs):
255 val = apply(controls2c.wxListEvent_GetImage,(self,) + _args, _kwargs)
256 return val
257 def GetData(self, *_args, **_kwargs):
258 val = apply(controls2c.wxListEvent_GetData,(self,) + _args, _kwargs)
259 return val
260 def GetMask(self, *_args, **_kwargs):
261 val = apply(controls2c.wxListEvent_GetMask,(self,) + _args, _kwargs)
262 return val
263 def GetItem(self, *_args, **_kwargs):
264 val = apply(controls2c.wxListEvent_GetItem,(self,) + _args, _kwargs)
265 if val: val = wxListItemPtr(val)
266 return val
8ab979d7
RD
267 def __setattr__(self,name,value):
268 if name == "m_code" :
1d99702e 269 controls2c.wxListEvent_m_code_set(self,value)
8ab979d7
RD
270 return
271 if name == "m_itemIndex" :
1d99702e 272 controls2c.wxListEvent_m_itemIndex_set(self,value)
8ab979d7
RD
273 return
274 if name == "m_oldItemIndex" :
1d99702e 275 controls2c.wxListEvent_m_oldItemIndex_set(self,value)
8ab979d7
RD
276 return
277 if name == "m_col" :
1d99702e 278 controls2c.wxListEvent_m_col_set(self,value)
8ab979d7
RD
279 return
280 if name == "m_cancelled" :
1d99702e 281 controls2c.wxListEvent_m_cancelled_set(self,value)
8ab979d7
RD
282 return
283 if name == "m_pointDrag" :
1d99702e 284 controls2c.wxListEvent_m_pointDrag_set(self,value.this)
8ab979d7
RD
285 return
286 if name == "m_item" :
1d99702e 287 controls2c.wxListEvent_m_item_set(self,value.this)
8ab979d7
RD
288 return
289 self.__dict__[name] = value
290 def __getattr__(self,name):
291 if name == "m_code" :
1d99702e 292 return controls2c.wxListEvent_m_code_get(self)
8ab979d7 293 if name == "m_itemIndex" :
1d99702e 294 return controls2c.wxListEvent_m_itemIndex_get(self)
8ab979d7 295 if name == "m_oldItemIndex" :
1d99702e 296 return controls2c.wxListEvent_m_oldItemIndex_get(self)
8ab979d7 297 if name == "m_col" :
1d99702e 298 return controls2c.wxListEvent_m_col_get(self)
8ab979d7 299 if name == "m_cancelled" :
1d99702e 300 return controls2c.wxListEvent_m_cancelled_get(self)
8ab979d7 301 if name == "m_pointDrag" :
1d99702e 302 return wxPointPtr(controls2c.wxListEvent_m_pointDrag_get(self))
8ab979d7 303 if name == "m_item" :
1d99702e 304 return wxListItemPtr(controls2c.wxListEvent_m_item_get(self))
8ab979d7
RD
305 raise AttributeError,name
306 def __repr__(self):
1d99702e 307 return "<C wxListEvent instance at %s>" % (self.this,)
8ab979d7
RD
308class wxListEvent(wxListEventPtr):
309 def __init__(self,this):
310 self.this = this
311
312
313
314
315class wxListCtrlPtr(wxControlPtr):
316 def __init__(self,this):
317 self.this = this
318 self.thisown = 0
1d99702e
RD
319 def Arrange(self, *_args, **_kwargs):
320 val = apply(controls2c.wxListCtrl_Arrange,(self,) + _args, _kwargs)
8ab979d7 321 return val
1d99702e
RD
322 def DeleteItem(self, *_args, **_kwargs):
323 val = apply(controls2c.wxListCtrl_DeleteItem,(self,) + _args, _kwargs)
8ab979d7 324 return val
1d99702e
RD
325 def DeleteAllItems(self, *_args, **_kwargs):
326 val = apply(controls2c.wxListCtrl_DeleteAllItems,(self,) + _args, _kwargs)
8ab979d7 327 return val
1d99702e
RD
328 def DeleteColumn(self, *_args, **_kwargs):
329 val = apply(controls2c.wxListCtrl_DeleteColumn,(self,) + _args, _kwargs)
8ab979d7 330 return val
1d99702e
RD
331 def DeleteAllColumns(self, *_args, **_kwargs):
332 val = apply(controls2c.wxListCtrl_DeleteAllColumns,(self,) + _args, _kwargs)
8ab979d7 333 return val
1d99702e
RD
334 def ClearAll(self, *_args, **_kwargs):
335 val = apply(controls2c.wxListCtrl_ClearAll,(self,) + _args, _kwargs)
8ab979d7 336 return val
1d99702e
RD
337 def EditLabel(self, *_args, **_kwargs):
338 val = apply(controls2c.wxListCtrl_EditLabel,(self,) + _args, _kwargs)
be4d9c1f 339 return val
1d99702e
RD
340 def EnsureVisible(self, *_args, **_kwargs):
341 val = apply(controls2c.wxListCtrl_EnsureVisible,(self,) + _args, _kwargs)
8ab979d7 342 return val
1d99702e
RD
343 def FindItem(self, *_args, **_kwargs):
344 val = apply(controls2c.wxListCtrl_FindItem,(self,) + _args, _kwargs)
8ab979d7 345 return val
1d99702e
RD
346 def FindItemData(self, *_args, **_kwargs):
347 val = apply(controls2c.wxListCtrl_FindItemData,(self,) + _args, _kwargs)
8ab979d7 348 return val
1d99702e
RD
349 def FindItemAtPos(self, *_args, **_kwargs):
350 val = apply(controls2c.wxListCtrl_FindItemAtPos,(self,) + _args, _kwargs)
8ab979d7 351 return val
1d99702e
RD
352 def GetColumn(self, *_args, **_kwargs):
353 val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs)
8ab979d7 354 return val
1d99702e
RD
355 def GetColumnWidth(self, *_args, **_kwargs):
356 val = apply(controls2c.wxListCtrl_GetColumnWidth,(self,) + _args, _kwargs)
8ab979d7 357 return val
1d99702e
RD
358 def GetCountPerPage(self, *_args, **_kwargs):
359 val = apply(controls2c.wxListCtrl_GetCountPerPage,(self,) + _args, _kwargs)
8ab979d7 360 return val
1d99702e
RD
361 def GetImageList(self, *_args, **_kwargs):
362 val = apply(controls2c.wxListCtrl_GetImageList,(self,) + _args, _kwargs)
363 if val: val = wxImageListPtr(val)
8ab979d7 364 return val
1d99702e
RD
365 def GetItemData(self, *_args, **_kwargs):
366 val = apply(controls2c.wxListCtrl_GetItemData,(self,) + _args, _kwargs)
8ab979d7 367 return val
1d99702e
RD
368 def GetItem(self, *_args, **_kwargs):
369 val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs)
370 if val: val = wxListItemPtr(val) ; val.thisown = 1
8ab979d7 371 return val
1d99702e
RD
372 def GetItemPosition(self, *_args, **_kwargs):
373 val = apply(controls2c.wxListCtrl_GetItemPosition,(self,) + _args, _kwargs)
374 if val: val = wxPointPtr(val) ; val.thisown = 1
8ab979d7 375 return val
1d99702e
RD
376 def GetItemRect(self, *_args, **_kwargs):
377 val = apply(controls2c.wxListCtrl_GetItemRect,(self,) + _args, _kwargs)
378 if val: val = wxRectPtr(val) ; val.thisown = 1
8ab979d7 379 return val
1d99702e
RD
380 def GetItemState(self, *_args, **_kwargs):
381 val = apply(controls2c.wxListCtrl_GetItemState,(self,) + _args, _kwargs)
8ab979d7 382 return val
1d99702e
RD
383 def GetItemCount(self, *_args, **_kwargs):
384 val = apply(controls2c.wxListCtrl_GetItemCount,(self,) + _args, _kwargs)
8ab979d7 385 return val
1d99702e
RD
386 def GetItemSpacing(self, *_args, **_kwargs):
387 val = apply(controls2c.wxListCtrl_GetItemSpacing,(self,) + _args, _kwargs)
8ab979d7 388 return val
1d99702e
RD
389 def GetItemText(self, *_args, **_kwargs):
390 val = apply(controls2c.wxListCtrl_GetItemText,(self,) + _args, _kwargs)
8ab979d7 391 return val
1d99702e
RD
392 def GetNextItem(self, *_args, **_kwargs):
393 val = apply(controls2c.wxListCtrl_GetNextItem,(self,) + _args, _kwargs)
8ab979d7 394 return val
1d99702e
RD
395 def GetSelectedItemCount(self, *_args, **_kwargs):
396 val = apply(controls2c.wxListCtrl_GetSelectedItemCount,(self,) + _args, _kwargs)
8ab979d7 397 return val
1d99702e
RD
398 def GetTopItem(self, *_args, **_kwargs):
399 val = apply(controls2c.wxListCtrl_GetTopItem,(self,) + _args, _kwargs)
8ab979d7 400 return val
1d99702e
RD
401 def HitTest(self, *_args, **_kwargs):
402 val = apply(controls2c.wxListCtrl_HitTest,(self,) + _args, _kwargs)
8ab979d7 403 return val
c368d904
RD
404 def InsertColumnInfo(self, *_args, **_kwargs):
405 val = apply(controls2c.wxListCtrl_InsertColumnInfo,(self,) + _args, _kwargs)
8ab979d7 406 return val
1d99702e
RD
407 def InsertColumn(self, *_args, **_kwargs):
408 val = apply(controls2c.wxListCtrl_InsertColumn,(self,) + _args, _kwargs)
8ab979d7 409 return val
1d99702e
RD
410 def InsertItem(self, *_args, **_kwargs):
411 val = apply(controls2c.wxListCtrl_InsertItem,(self,) + _args, _kwargs)
8ab979d7 412 return val
1d99702e
RD
413 def InsertStringItem(self, *_args, **_kwargs):
414 val = apply(controls2c.wxListCtrl_InsertStringItem,(self,) + _args, _kwargs)
8ab979d7 415 return val
1d99702e
RD
416 def InsertImageItem(self, *_args, **_kwargs):
417 val = apply(controls2c.wxListCtrl_InsertImageItem,(self,) + _args, _kwargs)
8ab979d7 418 return val
1d99702e
RD
419 def InsertImageStringItem(self, *_args, **_kwargs):
420 val = apply(controls2c.wxListCtrl_InsertImageStringItem,(self,) + _args, _kwargs)
8ab979d7 421 return val
1d99702e
RD
422 def ScrollList(self, *_args, **_kwargs):
423 val = apply(controls2c.wxListCtrl_ScrollList,(self,) + _args, _kwargs)
8ab979d7 424 return val
1d99702e
RD
425 def SetBackgroundColour(self, *_args, **_kwargs):
426 val = apply(controls2c.wxListCtrl_SetBackgroundColour,(self,) + _args, _kwargs)
8ab979d7 427 return val
1d99702e
RD
428 def SetColumn(self, *_args, **_kwargs):
429 val = apply(controls2c.wxListCtrl_SetColumn,(self,) + _args, _kwargs)
8ab979d7 430 return val
1d99702e
RD
431 def SetColumnWidth(self, *_args, **_kwargs):
432 val = apply(controls2c.wxListCtrl_SetColumnWidth,(self,) + _args, _kwargs)
8ab979d7 433 return val
1d99702e
RD
434 def SetImageList(self, *_args, **_kwargs):
435 val = apply(controls2c.wxListCtrl_SetImageList,(self,) + _args, _kwargs)
8ab979d7 436 return val
1d99702e
RD
437 def SetItem(self, *_args, **_kwargs):
438 val = apply(controls2c.wxListCtrl_SetItem,(self,) + _args, _kwargs)
8ab979d7 439 return val
1d99702e
RD
440 def SetStringItem(self, *_args, **_kwargs):
441 val = apply(controls2c.wxListCtrl_SetStringItem,(self,) + _args, _kwargs)
8ab979d7 442 return val
1d99702e
RD
443 def SetItemData(self, *_args, **_kwargs):
444 val = apply(controls2c.wxListCtrl_SetItemData,(self,) + _args, _kwargs)
8ab979d7 445 return val
1d99702e
RD
446 def SetItemImage(self, *_args, **_kwargs):
447 val = apply(controls2c.wxListCtrl_SetItemImage,(self,) + _args, _kwargs)
8ab979d7 448 return val
1d99702e
RD
449 def SetItemPosition(self, *_args, **_kwargs):
450 val = apply(controls2c.wxListCtrl_SetItemPosition,(self,) + _args, _kwargs)
8ab979d7 451 return val
1d99702e
RD
452 def SetItemState(self, *_args, **_kwargs):
453 val = apply(controls2c.wxListCtrl_SetItemState,(self,) + _args, _kwargs)
8ab979d7 454 return val
1d99702e
RD
455 def SetItemText(self, *_args, **_kwargs):
456 val = apply(controls2c.wxListCtrl_SetItemText,(self,) + _args, _kwargs)
8ab979d7 457 return val
1d99702e
RD
458 def SetSingleStyle(self, *_args, **_kwargs):
459 val = apply(controls2c.wxListCtrl_SetSingleStyle,(self,) + _args, _kwargs)
8ab979d7 460 return val
1d99702e
RD
461 def SetWindowStyleFlag(self, *_args, **_kwargs):
462 val = apply(controls2c.wxListCtrl_SetWindowStyleFlag,(self,) + _args, _kwargs)
8ab979d7 463 return val
dcd38683
RD
464 def SortItems(self, *_args, **_kwargs):
465 val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs)
466 return val
8ab979d7 467 def __repr__(self):
1d99702e 468 return "<C wxListCtrl instance at %s>" % (self.this,)
8ab979d7 469class wxListCtrl(wxListCtrlPtr):
1d99702e
RD
470 def __init__(self,*_args,**_kwargs):
471 self.this = apply(controls2c.new_wxListCtrl,_args,_kwargs)
8ab979d7 472 self.thisown = 1
f6bcfd97 473 #wx._StdWindowCallbacks(self)
8ab979d7
RD
474
475
476
477
d5c9047a 478class wxTreeItemIdPtr :
8ab979d7
RD
479 def __init__(self,this):
480 self.this = this
481 self.thisown = 0
1d99702e 482 def __del__(self,controls2c=controls2c):
8ab979d7 483 if self.thisown == 1 :
1d99702e
RD
484 controls2c.delete_wxTreeItemId(self)
485 def IsOk(self, *_args, **_kwargs):
486 val = apply(controls2c.wxTreeItemId_IsOk,(self,) + _args, _kwargs)
d5c9047a 487 return val
f6bcfd97
BP
488 def __cmp__(self, *_args, **_kwargs):
489 val = apply(controls2c.wxTreeItemId___cmp__,(self,) + _args, _kwargs)
490 return val
d5c9047a 491 def __repr__(self):
1d99702e 492 return "<C wxTreeItemId instance at %s>" % (self.this,)
d5c9047a 493class wxTreeItemId(wxTreeItemIdPtr):
1d99702e
RD
494 def __init__(self,*_args,**_kwargs):
495 self.this = apply(controls2c.new_wxTreeItemId,_args,_kwargs)
d5c9047a
RD
496 self.thisown = 1
497
498
499
500
501class wxTreeItemDataPtr :
502 def __init__(self,this):
503 self.this = this
504 self.thisown = 0
1d99702e
RD
505 def GetData(self, *_args, **_kwargs):
506 val = apply(controls2c.wxTreeItemData_GetData,(self,) + _args, _kwargs)
cf694132 507 return val
1d99702e
RD
508 def SetData(self, *_args, **_kwargs):
509 val = apply(controls2c.wxTreeItemData_SetData,(self,) + _args, _kwargs)
cf694132 510 return val
1d99702e
RD
511 def GetId(self, *_args, **_kwargs):
512 val = apply(controls2c.wxTreeItemData_GetId,(self,) + _args, _kwargs)
513 if val: val = wxTreeItemIdPtr(val)
d5c9047a 514 return val
1d99702e
RD
515 def SetId(self, *_args, **_kwargs):
516 val = apply(controls2c.wxTreeItemData_SetId,(self,) + _args, _kwargs)
630d84f2 517 return val
8ab979d7 518 def __repr__(self):
1d99702e 519 return "<C wxTreeItemData instance at %s>" % (self.this,)
d5c9047a 520class wxTreeItemData(wxTreeItemDataPtr):
1d99702e
RD
521 def __init__(self,*_args,**_kwargs):
522 self.this = apply(controls2c.new_wxTreeItemData,_args,_kwargs)
8ab979d7
RD
523 self.thisown = 1
524
525
526
527
8bf5d46e 528class wxTreeEventPtr(wxNotifyEventPtr):
8ab979d7
RD
529 def __init__(self,this):
530 self.this = this
531 self.thisown = 0
1d99702e
RD
532 def GetItem(self, *_args, **_kwargs):
533 val = apply(controls2c.wxTreeEvent_GetItem,(self,) + _args, _kwargs)
534 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
d5c9047a 535 return val
1d99702e
RD
536 def GetOldItem(self, *_args, **_kwargs):
537 val = apply(controls2c.wxTreeEvent_GetOldItem,(self,) + _args, _kwargs)
538 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
d5c9047a 539 return val
1d99702e
RD
540 def GetPoint(self, *_args, **_kwargs):
541 val = apply(controls2c.wxTreeEvent_GetPoint,(self,) + _args, _kwargs)
542 if val: val = wxPointPtr(val) ; val.thisown = 1
d5c9047a 543 return val
1d99702e
RD
544 def GetCode(self, *_args, **_kwargs):
545 val = apply(controls2c.wxTreeEvent_GetCode,(self,) + _args, _kwargs)
d5c9047a 546 return val
1d99702e
RD
547 def GetLabel(self, *_args, **_kwargs):
548 val = apply(controls2c.wxTreeEvent_GetLabel,(self,) + _args, _kwargs)
d5c9047a 549 return val
8ab979d7 550 def __repr__(self):
1d99702e 551 return "<C wxTreeEvent instance at %s>" % (self.this,)
8ab979d7
RD
552class wxTreeEvent(wxTreeEventPtr):
553 def __init__(self,this):
554 self.this = this
555
556
557
558
559class wxTreeCtrlPtr(wxControlPtr):
560 def __init__(self,this):
561 self.this = this
562 self.thisown = 0
f6bcfd97
BP
563 def _setSelf(self, *_args, **_kwargs):
564 val = apply(controls2c.wxTreeCtrl__setSelf,(self,) + _args, _kwargs)
565 return val
1d99702e
RD
566 def GetCount(self, *_args, **_kwargs):
567 val = apply(controls2c.wxTreeCtrl_GetCount,(self,) + _args, _kwargs)
8ab979d7 568 return val
1d99702e
RD
569 def GetIndent(self, *_args, **_kwargs):
570 val = apply(controls2c.wxTreeCtrl_GetIndent,(self,) + _args, _kwargs)
8ab979d7 571 return val
1d99702e
RD
572 def SetIndent(self, *_args, **_kwargs):
573 val = apply(controls2c.wxTreeCtrl_SetIndent,(self,) + _args, _kwargs)
8ab979d7 574 return val
1d99702e
RD
575 def GetImageList(self, *_args, **_kwargs):
576 val = apply(controls2c.wxTreeCtrl_GetImageList,(self,) + _args, _kwargs)
577 if val: val = wxImageListPtr(val)
8ab979d7 578 return val
1d99702e
RD
579 def GetStateImageList(self, *_args, **_kwargs):
580 val = apply(controls2c.wxTreeCtrl_GetStateImageList,(self,) + _args, _kwargs)
581 if val: val = wxImageListPtr(val)
8ab979d7 582 return val
1d99702e
RD
583 def SetImageList(self, *_args, **_kwargs):
584 val = apply(controls2c.wxTreeCtrl_SetImageList,(self,) + _args, _kwargs)
8ab979d7 585 return val
1d99702e
RD
586 def SetStateImageList(self, *_args, **_kwargs):
587 val = apply(controls2c.wxTreeCtrl_SetStateImageList,(self,) + _args, _kwargs)
8ab979d7 588 return val
b1462dfa
RD
589 def GetSpacing(self, *_args, **_kwargs):
590 val = apply(controls2c.wxTreeCtrl_GetSpacing,(self,) + _args, _kwargs)
591 return val
592 def SetSpacing(self, *_args, **_kwargs):
593 val = apply(controls2c.wxTreeCtrl_SetSpacing,(self,) + _args, _kwargs)
594 return val
1d99702e
RD
595 def GetItemText(self, *_args, **_kwargs):
596 val = apply(controls2c.wxTreeCtrl_GetItemText,(self,) + _args, _kwargs)
8ab979d7 597 return val
1d99702e
RD
598 def GetItemImage(self, *_args, **_kwargs):
599 val = apply(controls2c.wxTreeCtrl_GetItemImage,(self,) + _args, _kwargs)
8ab979d7 600 return val
1d99702e
RD
601 def GetItemSelectedImage(self, *_args, **_kwargs):
602 val = apply(controls2c.wxTreeCtrl_GetItemSelectedImage,(self,) + _args, _kwargs)
8ab979d7 603 return val
1d99702e
RD
604 def SetItemText(self, *_args, **_kwargs):
605 val = apply(controls2c.wxTreeCtrl_SetItemText,(self,) + _args, _kwargs)
8ab979d7 606 return val
1d99702e
RD
607 def SetItemImage(self, *_args, **_kwargs):
608 val = apply(controls2c.wxTreeCtrl_SetItemImage,(self,) + _args, _kwargs)
8ab979d7 609 return val
1d99702e
RD
610 def SetItemSelectedImage(self, *_args, **_kwargs):
611 val = apply(controls2c.wxTreeCtrl_SetItemSelectedImage,(self,) + _args, _kwargs)
8ab979d7 612 return val
1d99702e
RD
613 def SetItemHasChildren(self, *_args, **_kwargs):
614 val = apply(controls2c.wxTreeCtrl_SetItemHasChildren,(self,) + _args, _kwargs)
cf694132 615 return val
1d99702e
RD
616 def GetItemData(self, *_args, **_kwargs):
617 val = apply(controls2c.wxTreeCtrl_GetItemData,(self,) + _args, _kwargs)
618 if val: val = wxTreeItemDataPtr(val)
cf694132 619 return val
1d99702e
RD
620 def SetItemData(self, *_args, **_kwargs):
621 val = apply(controls2c.wxTreeCtrl_SetItemData,(self,) + _args, _kwargs)
d5c9047a 622 return val
1d99702e
RD
623 def GetPyData(self, *_args, **_kwargs):
624 val = apply(controls2c.wxTreeCtrl_GetPyData,(self,) + _args, _kwargs)
cf694132 625 return val
1d99702e
RD
626 def SetPyData(self, *_args, **_kwargs):
627 val = apply(controls2c.wxTreeCtrl_SetPyData,(self,) + _args, _kwargs)
08127323 628 return val
1d99702e
RD
629 def IsVisible(self, *_args, **_kwargs):
630 val = apply(controls2c.wxTreeCtrl_IsVisible,(self,) + _args, _kwargs)
8ab979d7 631 return val
1d99702e
RD
632 def ItemHasChildren(self, *_args, **_kwargs):
633 val = apply(controls2c.wxTreeCtrl_ItemHasChildren,(self,) + _args, _kwargs)
8ab979d7 634 return val
1d99702e
RD
635 def IsExpanded(self, *_args, **_kwargs):
636 val = apply(controls2c.wxTreeCtrl_IsExpanded,(self,) + _args, _kwargs)
8ab979d7 637 return val
1d99702e
RD
638 def IsSelected(self, *_args, **_kwargs):
639 val = apply(controls2c.wxTreeCtrl_IsSelected,(self,) + _args, _kwargs)
8ab979d7 640 return val
1d99702e
RD
641 def GetRootItem(self, *_args, **_kwargs):
642 val = apply(controls2c.wxTreeCtrl_GetRootItem,(self,) + _args, _kwargs)
643 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
8ab979d7 644 return val
1d99702e
RD
645 def GetSelection(self, *_args, **_kwargs):
646 val = apply(controls2c.wxTreeCtrl_GetSelection,(self,) + _args, _kwargs)
647 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
8ab979d7 648 return val
eb715945
RD
649 def GetItemParent(self, *_args, **_kwargs):
650 val = apply(controls2c.wxTreeCtrl_GetItemParent,(self,) + _args, _kwargs)
1d99702e 651 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
8ab979d7 652 return val
d426c97e
RD
653 def GetSelections(self, *_args, **_kwargs):
654 val = apply(controls2c.wxTreeCtrl_GetSelections,(self,) + _args, _kwargs)
655 return val
1d99702e
RD
656 def GetChildrenCount(self, *_args, **_kwargs):
657 val = apply(controls2c.wxTreeCtrl_GetChildrenCount,(self,) + _args, _kwargs)
bb0054cd 658 return val
1d99702e
RD
659 def GetFirstChild(self, *_args, **_kwargs):
660 val = apply(controls2c.wxTreeCtrl_GetFirstChild,(self,) + _args, _kwargs)
8ab979d7 661 return val
1d99702e
RD
662 def GetNextChild(self, *_args, **_kwargs):
663 val = apply(controls2c.wxTreeCtrl_GetNextChild,(self,) + _args, _kwargs)
664 return val
665 def GetNextSibling(self, *_args, **_kwargs):
666 val = apply(controls2c.wxTreeCtrl_GetNextSibling,(self,) + _args, _kwargs)
667 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
668 return val
669 def GetPrevSibling(self, *_args, **_kwargs):
670 val = apply(controls2c.wxTreeCtrl_GetPrevSibling,(self,) + _args, _kwargs)
671 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
672 return val
673 def GetFirstVisibleItem(self, *_args, **_kwargs):
674 val = apply(controls2c.wxTreeCtrl_GetFirstVisibleItem,(self,) + _args, _kwargs)
675 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
676 return val
677 def GetNextVisible(self, *_args, **_kwargs):
678 val = apply(controls2c.wxTreeCtrl_GetNextVisible,(self,) + _args, _kwargs)
679 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
680 return val
681 def GetPrevVisible(self, *_args, **_kwargs):
682 val = apply(controls2c.wxTreeCtrl_GetPrevVisible,(self,) + _args, _kwargs)
683 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
684 return val
d426c97e
RD
685 def GetLastChild(self, *_args, **_kwargs):
686 val = apply(controls2c.wxTreeCtrl_GetLastChild,(self,) + _args, _kwargs)
687 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
688 return val
1d99702e
RD
689 def AddRoot(self, *_args, **_kwargs):
690 val = apply(controls2c.wxTreeCtrl_AddRoot,(self,) + _args, _kwargs)
691 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
692 return val
693 def PrependItem(self, *_args, **_kwargs):
694 val = apply(controls2c.wxTreeCtrl_PrependItem,(self,) + _args, _kwargs)
695 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
696 return val
697 def InsertItem(self, *_args, **_kwargs):
698 val = apply(controls2c.wxTreeCtrl_InsertItem,(self,) + _args, _kwargs)
699 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
700 return val
f6bcfd97
BP
701 def InsertItemBefore(self, *_args, **_kwargs):
702 val = apply(controls2c.wxTreeCtrl_InsertItemBefore,(self,) + _args, _kwargs)
703 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
704 return val
1d99702e
RD
705 def AppendItem(self, *_args, **_kwargs):
706 val = apply(controls2c.wxTreeCtrl_AppendItem,(self,) + _args, _kwargs)
707 if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
708 return val
709 def Delete(self, *_args, **_kwargs):
710 val = apply(controls2c.wxTreeCtrl_Delete,(self,) + _args, _kwargs)
711 return val
712 def DeleteChildren(self, *_args, **_kwargs):
713 val = apply(controls2c.wxTreeCtrl_DeleteChildren,(self,) + _args, _kwargs)
714 return val
715 def DeleteAllItems(self, *_args, **_kwargs):
716 val = apply(controls2c.wxTreeCtrl_DeleteAllItems,(self,) + _args, _kwargs)
717 return val
718 def Expand(self, *_args, **_kwargs):
719 val = apply(controls2c.wxTreeCtrl_Expand,(self,) + _args, _kwargs)
720 return val
721 def Collapse(self, *_args, **_kwargs):
722 val = apply(controls2c.wxTreeCtrl_Collapse,(self,) + _args, _kwargs)
723 return val
724 def CollapseAndReset(self, *_args, **_kwargs):
725 val = apply(controls2c.wxTreeCtrl_CollapseAndReset,(self,) + _args, _kwargs)
726 return val
727 def Toggle(self, *_args, **_kwargs):
728 val = apply(controls2c.wxTreeCtrl_Toggle,(self,) + _args, _kwargs)
729 return val
730 def Unselect(self, *_args, **_kwargs):
731 val = apply(controls2c.wxTreeCtrl_Unselect,(self,) + _args, _kwargs)
732 return val
733 def UnselectAll(self, *_args, **_kwargs):
734 val = apply(controls2c.wxTreeCtrl_UnselectAll,(self,) + _args, _kwargs)
735 return val
736 def SelectItem(self, *_args, **_kwargs):
737 val = apply(controls2c.wxTreeCtrl_SelectItem,(self,) + _args, _kwargs)
738 return val
739 def EnsureVisible(self, *_args, **_kwargs):
740 val = apply(controls2c.wxTreeCtrl_EnsureVisible,(self,) + _args, _kwargs)
741 return val
742 def ScrollTo(self, *_args, **_kwargs):
743 val = apply(controls2c.wxTreeCtrl_ScrollTo,(self,) + _args, _kwargs)
744 return val
745 def EditLabel(self, *_args, **_kwargs):
746 val = apply(controls2c.wxTreeCtrl_EditLabel,(self,) + _args, _kwargs)
1d99702e 747 return val
d426c97e
RD
748 def SortChildren(self, *_args, **_kwargs):
749 val = apply(controls2c.wxTreeCtrl_SortChildren,(self,) + _args, _kwargs)
750 return val
1d99702e
RD
751 def SetItemBold(self, *_args, **_kwargs):
752 val = apply(controls2c.wxTreeCtrl_SetItemBold,(self,) + _args, _kwargs)
753 return val
754 def IsBold(self, *_args, **_kwargs):
755 val = apply(controls2c.wxTreeCtrl_IsBold,(self,) + _args, _kwargs)
756 return val
757 def HitTest(self, *_args, **_kwargs):
758 val = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs)
b8b8dda7 759 return val
b7e72427
RD
760 def SetItemTextColour(self, *_args, **_kwargs):
761 val = apply(controls2c.wxTreeCtrl_SetItemTextColour,(self,) + _args, _kwargs)
762 return val
763 def SetItemBackgroundColour(self, *_args, **_kwargs):
764 val = apply(controls2c.wxTreeCtrl_SetItemBackgroundColour,(self,) + _args, _kwargs)
765 return val
766 def SetItemFont(self, *_args, **_kwargs):
767 val = apply(controls2c.wxTreeCtrl_SetItemFont,(self,) + _args, _kwargs)
768 return val
8ab979d7 769 def __repr__(self):
1d99702e 770 return "<C wxTreeCtrl instance at %s>" % (self.this,)
c127177f 771
f6bcfd97
BP
772 # Redefine some methods that SWIG gets a bit confused on...
773 def GetFirstChild(self, *_args, **_kwargs):
774 val1,val2 = apply(controls2c.wxTreeCtrl_GetFirstChild,(self,) + _args, _kwargs)
c127177f
RD
775 val1 = wxTreeItemIdPtr(val1)
776 val1.thisown = 1
777 return (val1,val2)
f6bcfd97
BP
778 def GetNextChild(self, *_args, **_kwargs):
779 val1,val2 = apply(controls2c.wxTreeCtrl_GetNextChild,(self,) + _args, _kwargs)
780 val1 = wxTreeItemIdPtr(val1)
781 val1.thisown = 1
782 return (val1,val2)
783 def HitTest(self, *_args, **_kwargs):
784 val1, val2 = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs)
c127177f
RD
785 val1 = wxTreeItemIdPtr(val1)
786 val1.thisown = 1
787 return (val1,val2)
788
8ab979d7 789class wxTreeCtrl(wxTreeCtrlPtr):
1d99702e
RD
790 def __init__(self,*_args,**_kwargs):
791 self.this = apply(controls2c.new_wxTreeCtrl,_args,_kwargs)
8ab979d7 792 self.thisown = 1
f6bcfd97
BP
793 #wx._StdWindowCallbacks(self)
794 self._setSelf(self, wxTreeCtrl)
8ab979d7
RD
795
796
797
798
799
800
801#-------------- FUNCTION WRAPPERS ------------------
802
803
804
805#-------------- VARIABLE WRAPPERS ------------------
806
af309447
RD
807wxLIST_MASK_TEXT = controls2c.wxLIST_MASK_TEXT
808wxLIST_MASK_IMAGE = controls2c.wxLIST_MASK_IMAGE
809wxLIST_MASK_DATA = controls2c.wxLIST_MASK_DATA
810wxLIST_MASK_WIDTH = controls2c.wxLIST_MASK_WIDTH
811wxLIST_MASK_FORMAT = controls2c.wxLIST_MASK_FORMAT
bb0054cd 812wxLIST_MASK_STATE = controls2c.wxLIST_MASK_STATE
af309447
RD
813wxLIST_STATE_DONTCARE = controls2c.wxLIST_STATE_DONTCARE
814wxLIST_STATE_DROPHILITED = controls2c.wxLIST_STATE_DROPHILITED
815wxLIST_STATE_FOCUSED = controls2c.wxLIST_STATE_FOCUSED
816wxLIST_STATE_SELECTED = controls2c.wxLIST_STATE_SELECTED
817wxLIST_STATE_CUT = controls2c.wxLIST_STATE_CUT
818wxLIST_HITTEST_ABOVE = controls2c.wxLIST_HITTEST_ABOVE
819wxLIST_HITTEST_BELOW = controls2c.wxLIST_HITTEST_BELOW
820wxLIST_HITTEST_NOWHERE = controls2c.wxLIST_HITTEST_NOWHERE
821wxLIST_HITTEST_ONITEMICON = controls2c.wxLIST_HITTEST_ONITEMICON
822wxLIST_HITTEST_ONITEMLABEL = controls2c.wxLIST_HITTEST_ONITEMLABEL
823wxLIST_HITTEST_ONITEMRIGHT = controls2c.wxLIST_HITTEST_ONITEMRIGHT
824wxLIST_HITTEST_ONITEMSTATEICON = controls2c.wxLIST_HITTEST_ONITEMSTATEICON
825wxLIST_HITTEST_TOLEFT = controls2c.wxLIST_HITTEST_TOLEFT
826wxLIST_HITTEST_TORIGHT = controls2c.wxLIST_HITTEST_TORIGHT
827wxLIST_HITTEST_ONITEM = controls2c.wxLIST_HITTEST_ONITEM
828wxLIST_NEXT_ABOVE = controls2c.wxLIST_NEXT_ABOVE
829wxLIST_NEXT_ALL = controls2c.wxLIST_NEXT_ALL
830wxLIST_NEXT_BELOW = controls2c.wxLIST_NEXT_BELOW
831wxLIST_NEXT_LEFT = controls2c.wxLIST_NEXT_LEFT
832wxLIST_NEXT_RIGHT = controls2c.wxLIST_NEXT_RIGHT
833wxLIST_ALIGN_DEFAULT = controls2c.wxLIST_ALIGN_DEFAULT
834wxLIST_ALIGN_LEFT = controls2c.wxLIST_ALIGN_LEFT
835wxLIST_ALIGN_TOP = controls2c.wxLIST_ALIGN_TOP
836wxLIST_ALIGN_SNAP_TO_GRID = controls2c.wxLIST_ALIGN_SNAP_TO_GRID
af309447
RD
837wxLIST_AUTOSIZE = controls2c.wxLIST_AUTOSIZE
838wxLIST_AUTOSIZE_USEHEADER = controls2c.wxLIST_AUTOSIZE_USEHEADER
839wxLIST_RECT_BOUNDS = controls2c.wxLIST_RECT_BOUNDS
840wxLIST_RECT_ICON = controls2c.wxLIST_RECT_ICON
841wxLIST_RECT_LABEL = controls2c.wxLIST_RECT_LABEL
842wxLIST_FIND_UP = controls2c.wxLIST_FIND_UP
843wxLIST_FIND_DOWN = controls2c.wxLIST_FIND_DOWN
844wxLIST_FIND_LEFT = controls2c.wxLIST_FIND_LEFT
845wxLIST_FIND_RIGHT = controls2c.wxLIST_FIND_RIGHT
f6bcfd97
BP
846wxLIST_FORMAT_LEFT = controls2c.wxLIST_FORMAT_LEFT
847wxLIST_FORMAT_RIGHT = controls2c.wxLIST_FORMAT_RIGHT
848wxLIST_FORMAT_CENTRE = controls2c.wxLIST_FORMAT_CENTRE
849wxLIST_FORMAT_CENTER = controls2c.wxLIST_FORMAT_CENTER
694759cf
RD
850wxTreeItemIcon_Normal = controls2c.wxTreeItemIcon_Normal
851wxTreeItemIcon_Selected = controls2c.wxTreeItemIcon_Selected
852wxTreeItemIcon_Expanded = controls2c.wxTreeItemIcon_Expanded
853wxTreeItemIcon_SelectedExpanded = controls2c.wxTreeItemIcon_SelectedExpanded
854wxTreeItemIcon_Max = controls2c.wxTreeItemIcon_Max
164b735b
RD
855wxTREE_HITTEST_ABOVE = controls2c.wxTREE_HITTEST_ABOVE
856wxTREE_HITTEST_BELOW = controls2c.wxTREE_HITTEST_BELOW
857wxTREE_HITTEST_NOWHERE = controls2c.wxTREE_HITTEST_NOWHERE
858wxTREE_HITTEST_ONITEMBUTTON = controls2c.wxTREE_HITTEST_ONITEMBUTTON
859wxTREE_HITTEST_ONITEMICON = controls2c.wxTREE_HITTEST_ONITEMICON
860wxTREE_HITTEST_ONITEMINDENT = controls2c.wxTREE_HITTEST_ONITEMINDENT
861wxTREE_HITTEST_ONITEMLABEL = controls2c.wxTREE_HITTEST_ONITEMLABEL
862wxTREE_HITTEST_ONITEMRIGHT = controls2c.wxTREE_HITTEST_ONITEMRIGHT
863wxTREE_HITTEST_ONITEMSTATEICON = controls2c.wxTREE_HITTEST_ONITEMSTATEICON
864wxTREE_HITTEST_TOLEFT = controls2c.wxTREE_HITTEST_TOLEFT
865wxTREE_HITTEST_TORIGHT = controls2c.wxTREE_HITTEST_TORIGHT
866wxTREE_HITTEST_ONITEMUPPERPART = controls2c.wxTREE_HITTEST_ONITEMUPPERPART
867wxTREE_HITTEST_ONITEMLOWERPART = controls2c.wxTREE_HITTEST_ONITEMLOWERPART
868wxTREE_HITTEST_ONITEM = controls2c.wxTREE_HITTEST_ONITEM