1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
16 from controls
import *
19 def EVT_LIST_BEGIN_DRAG(win
, id, func
):
20 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_DRAG
, func
)
22 def EVT_LIST_BEGIN_RDRAG(win
, id, func
):
23 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_RDRAG
, func
)
25 def EVT_LIST_BEGIN_LABEL_EDIT(win
, id, func
):
26 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
, func
)
28 def EVT_LIST_END_LABEL_EDIT(win
, id, func
):
29 win
.Connect(id, -1, wxEVT_COMMAND_LIST_END_LABEL_EDIT
, func
)
31 def EVT_LIST_DELETE_ITEM(win
, id, func
):
32 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ITEM
, func
)
34 def EVT_LIST_DELETE_ALL_ITEMS(win
, id, func
):
35 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
, func
)
37 def EVT_LIST_GET_INFO(win
, id, func
):
38 win
.Connect(id, -1, wxEVT_COMMAND_LIST_GET_INFO
, func
)
40 def EVT_LIST_SET_INFO(win
, id, func
):
41 win
.Connect(id, -1, wxEVT_COMMAND_LIST_SET_INFO
, func
)
43 def EVT_LIST_ITEM_SELECTED(win
, id, func
):
44 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_SELECTED
, func
)
46 def EVT_LIST_ITEM_DESELECTED(win
, id, func
):
47 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_DESELECTED
, func
)
49 def EVT_LIST_KEY_DOWN(win
, id, func
):
50 win
.Connect(id, -1, wxEVT_COMMAND_LIST_KEY_DOWN
, func
)
52 def EVT_LIST_INSERT_ITEM(win
, id, func
):
53 win
.Connect(id, -1, wxEVT_COMMAND_LIST_INSERT_ITEM
, func
)
55 def EVT_LIST_COL_CLICK(win
, id, func
):
56 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_CLICK
, func
)
58 def EVT_LIST_COL_RIGHT_CLICK(win
, id, func
):
59 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
, func
)
61 def EVT_LIST_COL_BEGIN_DRAG(win
, id, func
):
62 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
, func
)
64 def EVT_LIST_COL_DRAGGING(win
, id, func
):
65 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_DRAGGING
, func
)
67 def EVT_LIST_COL_END_DRAG(win
, id, func
):
68 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_END_DRAG
, func
)
70 def EVT_LIST_ITEM_RIGHT_CLICK(win
, id, func
):
71 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
, func
)
73 def EVT_LIST_ITEM_MIDDLE_CLICK(win
, id, func
):
74 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
, func
)
76 def EVT_LIST_ITEM_ACTIVATED(win
, id, func
):
77 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_ACTIVATED
, func
)
79 def EVT_LIST_CACHE_HINT(win
, id, func
):
80 win
.Connect(id, -1, wxEVT_COMMAND_LIST_CACHE_HINT
, func
)
82 def EVT_LIST_ITEM_FOCUSED(win
, id, func
):
83 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_FOCUSED
, func
)
87 def EVT_TREE_BEGIN_DRAG(win
, id, func
):
88 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_DRAG
, func
)
90 def EVT_TREE_BEGIN_RDRAG(win
, id, func
):
91 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_RDRAG
, func
)
93 def EVT_TREE_END_DRAG(win
, id, func
):
94 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_DRAG
, func
)
96 def EVT_TREE_BEGIN_LABEL_EDIT(win
, id, func
):
97 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
, func
)
99 def EVT_TREE_END_LABEL_EDIT(win
, id, func
):
100 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_LABEL_EDIT
, func
)
102 def EVT_TREE_GET_INFO(win
, id, func
):
103 win
.Connect(id, -1, wxEVT_COMMAND_TREE_GET_INFO
, func
)
105 def EVT_TREE_SET_INFO(win
, id, func
):
106 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SET_INFO
, func
)
108 def EVT_TREE_ITEM_EXPANDED(win
, id, func
):
109 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDED
, func
)
111 def EVT_TREE_ITEM_EXPANDING(win
, id, func
):
112 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDING
, func
)
114 def EVT_TREE_ITEM_COLLAPSED(win
, id, func
):
115 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSED
, func
)
117 def EVT_TREE_ITEM_COLLAPSING(win
, id, func
):
118 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSING
, func
)
120 def EVT_TREE_SEL_CHANGED(win
, id, func
):
121 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGED
, func
)
123 def EVT_TREE_SEL_CHANGING(win
, id, func
):
124 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGING
, func
)
126 def EVT_TREE_KEY_DOWN(win
, id, func
):
127 win
.Connect(id, -1, wxEVT_COMMAND_TREE_KEY_DOWN
, func
)
129 def EVT_TREE_DELETE_ITEM(win
, id, func
):
130 win
.Connect(id, -1, wxEVT_COMMAND_TREE_DELETE_ITEM
, func
)
132 def EVT_TREE_ITEM_ACTIVATED(win
, id, func
):
133 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_ACTIVATED
, func
)
135 def EVT_TREE_ITEM_RIGHT_CLICK(win
, id, func
):
136 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
, func
)
138 def EVT_TREE_ITEM_MIDDLE_CLICK(win
, id, func
):
139 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
, func
)
141 class wxListItemAttrPtr
:
142 def __init__(self
,this
):
145 def SetTextColour(self
, *_args
, **_kwargs
):
146 val
= apply(controls2c
.wxListItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
148 def SetBackgroundColour(self
, *_args
, **_kwargs
):
149 val
= apply(controls2c
.wxListItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
151 def SetFont(self
, *_args
, **_kwargs
):
152 val
= apply(controls2c
.wxListItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
154 def HasTextColour(self
, *_args
, **_kwargs
):
155 val
= apply(controls2c
.wxListItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
157 def HasBackgroundColour(self
, *_args
, **_kwargs
):
158 val
= apply(controls2c
.wxListItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
160 def HasFont(self
, *_args
, **_kwargs
):
161 val
= apply(controls2c
.wxListItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
163 def GetTextColour(self
, *_args
, **_kwargs
):
164 val
= apply(controls2c
.wxListItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
165 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
167 def GetBackgroundColour(self
, *_args
, **_kwargs
):
168 val
= apply(controls2c
.wxListItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
169 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
171 def GetFont(self
, *_args
, **_kwargs
):
172 val
= apply(controls2c
.wxListItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
173 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
176 return "<C wxListItemAttr instance at %s>" % (self
.this
,)
177 class wxListItemAttr(wxListItemAttrPtr
):
178 def __init__(self
,*_args
,**_kwargs
):
179 self
.this
= apply(controls2c
.new_wxListItemAttr
,_args
,_kwargs
)
185 class wxListItemPtr(wxObjectPtr
):
186 def __init__(self
,this
):
189 def __del__(self
,controls2c
=controls2c
):
190 if self
.thisown
== 1 :
191 controls2c
.delete_wxListItem(self
)
192 def Clear(self
, *_args
, **_kwargs
):
193 val
= apply(controls2c
.wxListItem_Clear
,(self
,) + _args
, _kwargs
)
195 def ClearAttributes(self
, *_args
, **_kwargs
):
196 val
= apply(controls2c
.wxListItem_ClearAttributes
,(self
,) + _args
, _kwargs
)
198 def SetMask(self
, *_args
, **_kwargs
):
199 val
= apply(controls2c
.wxListItem_SetMask
,(self
,) + _args
, _kwargs
)
201 def SetId(self
, *_args
, **_kwargs
):
202 val
= apply(controls2c
.wxListItem_SetId
,(self
,) + _args
, _kwargs
)
204 def SetColumn(self
, *_args
, **_kwargs
):
205 val
= apply(controls2c
.wxListItem_SetColumn
,(self
,) + _args
, _kwargs
)
207 def SetState(self
, *_args
, **_kwargs
):
208 val
= apply(controls2c
.wxListItem_SetState
,(self
,) + _args
, _kwargs
)
210 def SetStateMask(self
, *_args
, **_kwargs
):
211 val
= apply(controls2c
.wxListItem_SetStateMask
,(self
,) + _args
, _kwargs
)
213 def SetText(self
, *_args
, **_kwargs
):
214 val
= apply(controls2c
.wxListItem_SetText
,(self
,) + _args
, _kwargs
)
216 def SetImage(self
, *_args
, **_kwargs
):
217 val
= apply(controls2c
.wxListItem_SetImage
,(self
,) + _args
, _kwargs
)
219 def SetData(self
, *_args
, **_kwargs
):
220 val
= apply(controls2c
.wxListItem_SetData
,(self
,) + _args
, _kwargs
)
222 def SetWidth(self
, *_args
, **_kwargs
):
223 val
= apply(controls2c
.wxListItem_SetWidth
,(self
,) + _args
, _kwargs
)
225 def SetAlign(self
, *_args
, **_kwargs
):
226 val
= apply(controls2c
.wxListItem_SetAlign
,(self
,) + _args
, _kwargs
)
228 def SetTextColour(self
, *_args
, **_kwargs
):
229 val
= apply(controls2c
.wxListItem_SetTextColour
,(self
,) + _args
, _kwargs
)
231 def SetBackgroundColour(self
, *_args
, **_kwargs
):
232 val
= apply(controls2c
.wxListItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
234 def SetFont(self
, *_args
, **_kwargs
):
235 val
= apply(controls2c
.wxListItem_SetFont
,(self
,) + _args
, _kwargs
)
237 def GetMask(self
, *_args
, **_kwargs
):
238 val
= apply(controls2c
.wxListItem_GetMask
,(self
,) + _args
, _kwargs
)
240 def GetId(self
, *_args
, **_kwargs
):
241 val
= apply(controls2c
.wxListItem_GetId
,(self
,) + _args
, _kwargs
)
243 def GetColumn(self
, *_args
, **_kwargs
):
244 val
= apply(controls2c
.wxListItem_GetColumn
,(self
,) + _args
, _kwargs
)
246 def GetState(self
, *_args
, **_kwargs
):
247 val
= apply(controls2c
.wxListItem_GetState
,(self
,) + _args
, _kwargs
)
249 def GetText(self
, *_args
, **_kwargs
):
250 val
= apply(controls2c
.wxListItem_GetText
,(self
,) + _args
, _kwargs
)
252 def GetImage(self
, *_args
, **_kwargs
):
253 val
= apply(controls2c
.wxListItem_GetImage
,(self
,) + _args
, _kwargs
)
255 def GetData(self
, *_args
, **_kwargs
):
256 val
= apply(controls2c
.wxListItem_GetData
,(self
,) + _args
, _kwargs
)
258 def GetWidth(self
, *_args
, **_kwargs
):
259 val
= apply(controls2c
.wxListItem_GetWidth
,(self
,) + _args
, _kwargs
)
261 def GetAlign(self
, *_args
, **_kwargs
):
262 val
= apply(controls2c
.wxListItem_GetAlign
,(self
,) + _args
, _kwargs
)
264 def GetAttributes(self
, *_args
, **_kwargs
):
265 val
= apply(controls2c
.wxListItem_GetAttributes
,(self
,) + _args
, _kwargs
)
266 if val
: val
= wxListItemAttrPtr(val
)
268 def HasAttributes(self
, *_args
, **_kwargs
):
269 val
= apply(controls2c
.wxListItem_HasAttributes
,(self
,) + _args
, _kwargs
)
271 def GetTextColour(self
, *_args
, **_kwargs
):
272 val
= apply(controls2c
.wxListItem_GetTextColour
,(self
,) + _args
, _kwargs
)
273 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
275 def GetBackgroundColour(self
, *_args
, **_kwargs
):
276 val
= apply(controls2c
.wxListItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
277 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
279 def GetFont(self
, *_args
, **_kwargs
):
280 val
= apply(controls2c
.wxListItem_GetFont
,(self
,) + _args
, _kwargs
)
281 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
283 def __setattr__(self
,name
,value
):
284 if name
== "m_mask" :
285 controls2c
.wxListItem_m_mask_set(self
,value
)
287 if name
== "m_itemId" :
288 controls2c
.wxListItem_m_itemId_set(self
,value
)
291 controls2c
.wxListItem_m_col_set(self
,value
)
293 if name
== "m_state" :
294 controls2c
.wxListItem_m_state_set(self
,value
)
296 if name
== "m_stateMask" :
297 controls2c
.wxListItem_m_stateMask_set(self
,value
)
299 if name
== "m_text" :
300 controls2c
.wxListItem_m_text_set(self
,value
)
302 if name
== "m_image" :
303 controls2c
.wxListItem_m_image_set(self
,value
)
305 if name
== "m_data" :
306 controls2c
.wxListItem_m_data_set(self
,value
)
308 if name
== "m_format" :
309 controls2c
.wxListItem_m_format_set(self
,value
)
311 if name
== "m_width" :
312 controls2c
.wxListItem_m_width_set(self
,value
)
314 self
.__dict
__[name
] = value
315 def __getattr__(self
,name
):
316 if name
== "m_mask" :
317 return controls2c
.wxListItem_m_mask_get(self
)
318 if name
== "m_itemId" :
319 return controls2c
.wxListItem_m_itemId_get(self
)
321 return controls2c
.wxListItem_m_col_get(self
)
322 if name
== "m_state" :
323 return controls2c
.wxListItem_m_state_get(self
)
324 if name
== "m_stateMask" :
325 return controls2c
.wxListItem_m_stateMask_get(self
)
326 if name
== "m_text" :
327 return controls2c
.wxListItem_m_text_get(self
)
328 if name
== "m_image" :
329 return controls2c
.wxListItem_m_image_get(self
)
330 if name
== "m_data" :
331 return controls2c
.wxListItem_m_data_get(self
)
332 if name
== "m_format" :
333 return controls2c
.wxListItem_m_format_get(self
)
334 if name
== "m_width" :
335 return controls2c
.wxListItem_m_width_get(self
)
336 raise AttributeError,name
338 return "<C wxListItem instance at %s>" % (self
.this
,)
339 class wxListItem(wxListItemPtr
):
340 def __init__(self
,*_args
,**_kwargs
):
341 self
.this
= apply(controls2c
.new_wxListItem
,_args
,_kwargs
)
347 class wxListEventPtr(wxNotifyEventPtr
):
348 def __init__(self
,this
):
351 def GetCode(self
, *_args
, **_kwargs
):
352 val
= apply(controls2c
.wxListEvent_GetCode
,(self
,) + _args
, _kwargs
)
354 def GetIndex(self
, *_args
, **_kwargs
):
355 val
= apply(controls2c
.wxListEvent_GetIndex
,(self
,) + _args
, _kwargs
)
357 def GetColumn(self
, *_args
, **_kwargs
):
358 val
= apply(controls2c
.wxListEvent_GetColumn
,(self
,) + _args
, _kwargs
)
360 def GetPoint(self
, *_args
, **_kwargs
):
361 val
= apply(controls2c
.wxListEvent_GetPoint
,(self
,) + _args
, _kwargs
)
362 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
364 def GetLabel(self
, *_args
, **_kwargs
):
365 val
= apply(controls2c
.wxListEvent_GetLabel
,(self
,) + _args
, _kwargs
)
367 def GetText(self
, *_args
, **_kwargs
):
368 val
= apply(controls2c
.wxListEvent_GetText
,(self
,) + _args
, _kwargs
)
370 def GetImage(self
, *_args
, **_kwargs
):
371 val
= apply(controls2c
.wxListEvent_GetImage
,(self
,) + _args
, _kwargs
)
373 def GetData(self
, *_args
, **_kwargs
):
374 val
= apply(controls2c
.wxListEvent_GetData
,(self
,) + _args
, _kwargs
)
376 def GetMask(self
, *_args
, **_kwargs
):
377 val
= apply(controls2c
.wxListEvent_GetMask
,(self
,) + _args
, _kwargs
)
379 def GetItem(self
, *_args
, **_kwargs
):
380 val
= apply(controls2c
.wxListEvent_GetItem
,(self
,) + _args
, _kwargs
)
382 def GetCacheFrom(self
, *_args
, **_kwargs
):
383 val
= apply(controls2c
.wxListEvent_GetCacheFrom
,(self
,) + _args
, _kwargs
)
385 def GetCacheTo(self
, *_args
, **_kwargs
):
386 val
= apply(controls2c
.wxListEvent_GetCacheTo
,(self
,) + _args
, _kwargs
)
388 def __setattr__(self
,name
,value
):
389 if name
== "m_code" :
390 controls2c
.wxListEvent_m_code_set(self
,value
)
392 if name
== "m_oldItemIndex" :
393 controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
)
395 if name
== "m_itemIndex" :
396 controls2c
.wxListEvent_m_itemIndex_set(self
,value
)
399 controls2c
.wxListEvent_m_col_set(self
,value
)
401 if name
== "m_pointDrag" :
402 controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
)
404 if name
== "m_item" :
405 controls2c
.wxListEvent_m_item_set(self
,value
.this
)
407 self
.__dict
__[name
] = value
408 def __getattr__(self
,name
):
409 if name
== "m_code" :
410 return controls2c
.wxListEvent_m_code_get(self
)
411 if name
== "m_oldItemIndex" :
412 return controls2c
.wxListEvent_m_oldItemIndex_get(self
)
413 if name
== "m_itemIndex" :
414 return controls2c
.wxListEvent_m_itemIndex_get(self
)
416 return controls2c
.wxListEvent_m_col_get(self
)
417 if name
== "m_pointDrag" :
418 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
))
419 if name
== "m_item" :
420 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
))
421 raise AttributeError,name
423 return "<C wxListEvent instance at %s>" % (self
.this
,)
424 class wxListEvent(wxListEventPtr
):
425 def __init__(self
,*_args
,**_kwargs
):
426 self
.this
= apply(controls2c
.new_wxListEvent
,_args
,_kwargs
)
432 class wxListCtrlPtr(wxControlPtr
):
433 def __init__(self
,this
):
436 def Create(self
, *_args
, **_kwargs
):
437 val
= apply(controls2c
.wxListCtrl_Create
,(self
,) + _args
, _kwargs
)
439 def _setCallbackInfo(self
, *_args
, **_kwargs
):
440 val
= apply(controls2c
.wxListCtrl__setCallbackInfo
,(self
,) + _args
, _kwargs
)
442 def SetForegroundColour(self
, *_args
, **_kwargs
):
443 val
= apply(controls2c
.wxListCtrl_SetForegroundColour
,(self
,) + _args
, _kwargs
)
445 def SetBackgroundColour(self
, *_args
, **_kwargs
):
446 val
= apply(controls2c
.wxListCtrl_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
448 def GetColumn(self
, *_args
, **_kwargs
):
449 val
= apply(controls2c
.wxListCtrl_GetColumn
,(self
,) + _args
, _kwargs
)
451 def SetColumn(self
, *_args
, **_kwargs
):
452 val
= apply(controls2c
.wxListCtrl_SetColumn
,(self
,) + _args
, _kwargs
)
454 def GetColumnWidth(self
, *_args
, **_kwargs
):
455 val
= apply(controls2c
.wxListCtrl_GetColumnWidth
,(self
,) + _args
, _kwargs
)
457 def SetColumnWidth(self
, *_args
, **_kwargs
):
458 val
= apply(controls2c
.wxListCtrl_SetColumnWidth
,(self
,) + _args
, _kwargs
)
460 def GetCountPerPage(self
, *_args
, **_kwargs
):
461 val
= apply(controls2c
.wxListCtrl_GetCountPerPage
,(self
,) + _args
, _kwargs
)
463 def GetEditControl(self
, *_args
, **_kwargs
):
464 val
= apply(controls2c
.wxListCtrl_GetEditControl
,(self
,) + _args
, _kwargs
)
466 def GetItem(self
, *_args
, **_kwargs
):
467 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
469 def SetItem(self
, *_args
, **_kwargs
):
470 val
= apply(controls2c
.wxListCtrl_SetItem
,(self
,) + _args
, _kwargs
)
472 def SetStringItem(self
, *_args
, **_kwargs
):
473 val
= apply(controls2c
.wxListCtrl_SetStringItem
,(self
,) + _args
, _kwargs
)
475 def GetItemState(self
, *_args
, **_kwargs
):
476 val
= apply(controls2c
.wxListCtrl_GetItemState
,(self
,) + _args
, _kwargs
)
478 def SetItemState(self
, *_args
, **_kwargs
):
479 val
= apply(controls2c
.wxListCtrl_SetItemState
,(self
,) + _args
, _kwargs
)
481 def SetItemImage(self
, *_args
, **_kwargs
):
482 val
= apply(controls2c
.wxListCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
484 def GetItemText(self
, *_args
, **_kwargs
):
485 val
= apply(controls2c
.wxListCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
487 def SetItemText(self
, *_args
, **_kwargs
):
488 val
= apply(controls2c
.wxListCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
490 def GetItemData(self
, *_args
, **_kwargs
):
491 val
= apply(controls2c
.wxListCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
493 def SetItemData(self
, *_args
, **_kwargs
):
494 val
= apply(controls2c
.wxListCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
496 def GetItemPosition(self
, *_args
, **_kwargs
):
497 val
= apply(controls2c
.wxListCtrl_GetItemPosition
,(self
,) + _args
, _kwargs
)
498 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
500 def GetItemRect(self
, *_args
, **_kwargs
):
501 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
,) + _args
, _kwargs
)
502 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
504 def SetItemPosition(self
, *_args
, **_kwargs
):
505 val
= apply(controls2c
.wxListCtrl_SetItemPosition
,(self
,) + _args
, _kwargs
)
507 def GetItemCount(self
, *_args
, **_kwargs
):
508 val
= apply(controls2c
.wxListCtrl_GetItemCount
,(self
,) + _args
, _kwargs
)
510 def GetColumnCount(self
, *_args
, **_kwargs
):
511 val
= apply(controls2c
.wxListCtrl_GetColumnCount
,(self
,) + _args
, _kwargs
)
513 def GetItemSpacing(self
, *_args
, **_kwargs
):
514 val
= apply(controls2c
.wxListCtrl_GetItemSpacing
,(self
,) + _args
, _kwargs
)
516 def GetSelectedItemCount(self
, *_args
, **_kwargs
):
517 val
= apply(controls2c
.wxListCtrl_GetSelectedItemCount
,(self
,) + _args
, _kwargs
)
519 def GetTextColour(self
, *_args
, **_kwargs
):
520 val
= apply(controls2c
.wxListCtrl_GetTextColour
,(self
,) + _args
, _kwargs
)
521 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
523 def SetTextColour(self
, *_args
, **_kwargs
):
524 val
= apply(controls2c
.wxListCtrl_SetTextColour
,(self
,) + _args
, _kwargs
)
526 def GetTopItem(self
, *_args
, **_kwargs
):
527 val
= apply(controls2c
.wxListCtrl_GetTopItem
,(self
,) + _args
, _kwargs
)
529 def SetSingleStyle(self
, *_args
, **_kwargs
):
530 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
,) + _args
, _kwargs
)
532 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
533 val
= apply(controls2c
.wxListCtrl_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
535 def GetNextItem(self
, *_args
, **_kwargs
):
536 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
,) + _args
, _kwargs
)
538 def GetImageList(self
, *_args
, **_kwargs
):
539 val
= apply(controls2c
.wxListCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
541 def SetImageList(self
, *_args
, **_kwargs
):
542 val
= apply(controls2c
.wxListCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
544 def AssignImageList(self
, *_args
, **_kwargs
):
545 val
= apply(controls2c
.wxListCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
548 def IsVirtual(self
, *_args
, **_kwargs
):
549 val
= apply(controls2c
.wxListCtrl_IsVirtual
,(self
,) + _args
, _kwargs
)
551 def RefreshItem(self
, *_args
, **_kwargs
):
552 val
= apply(controls2c
.wxListCtrl_RefreshItem
,(self
,) + _args
, _kwargs
)
554 def RefreshItems(self
, *_args
, **_kwargs
):
555 val
= apply(controls2c
.wxListCtrl_RefreshItems
,(self
,) + _args
, _kwargs
)
557 def Arrange(self
, *_args
, **_kwargs
):
558 val
= apply(controls2c
.wxListCtrl_Arrange
,(self
,) + _args
, _kwargs
)
560 def DeleteItem(self
, *_args
, **_kwargs
):
561 val
= apply(controls2c
.wxListCtrl_DeleteItem
,(self
,) + _args
, _kwargs
)
563 def DeleteAllItems(self
, *_args
, **_kwargs
):
564 val
= apply(controls2c
.wxListCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
566 def DeleteColumn(self
, *_args
, **_kwargs
):
567 val
= apply(controls2c
.wxListCtrl_DeleteColumn
,(self
,) + _args
, _kwargs
)
569 def DeleteAllColumns(self
, *_args
, **_kwargs
):
570 val
= apply(controls2c
.wxListCtrl_DeleteAllColumns
,(self
,) + _args
, _kwargs
)
572 def ClearAll(self
, *_args
, **_kwargs
):
573 val
= apply(controls2c
.wxListCtrl_ClearAll
,(self
,) + _args
, _kwargs
)
575 def EditLabel(self
, *_args
, **_kwargs
):
576 val
= apply(controls2c
.wxListCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
578 def EndEditLabel(self
, *_args
, **_kwargs
):
579 val
= apply(controls2c
.wxListCtrl_EndEditLabel
,(self
,) + _args
, _kwargs
)
581 def EnsureVisible(self
, *_args
, **_kwargs
):
582 val
= apply(controls2c
.wxListCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
584 def FindItem(self
, *_args
, **_kwargs
):
585 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
,) + _args
, _kwargs
)
587 def FindItemData(self
, *_args
, **_kwargs
):
588 val
= apply(controls2c
.wxListCtrl_FindItemData
,(self
,) + _args
, _kwargs
)
590 def FindItemAtPos(self
, *_args
, **_kwargs
):
591 val
= apply(controls2c
.wxListCtrl_FindItemAtPos
,(self
,) + _args
, _kwargs
)
593 def HitTest(self
, *_args
, **_kwargs
):
594 val
= apply(controls2c
.wxListCtrl_HitTest
,(self
,) + _args
, _kwargs
)
596 def InsertItem(self
, *_args
, **_kwargs
):
597 val
= apply(controls2c
.wxListCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
599 def InsertStringItem(self
, *_args
, **_kwargs
):
600 val
= apply(controls2c
.wxListCtrl_InsertStringItem
,(self
,) + _args
, _kwargs
)
602 def InsertImageItem(self
, *_args
, **_kwargs
):
603 val
= apply(controls2c
.wxListCtrl_InsertImageItem
,(self
,) + _args
, _kwargs
)
605 def InsertImageStringItem(self
, *_args
, **_kwargs
):
606 val
= apply(controls2c
.wxListCtrl_InsertImageStringItem
,(self
,) + _args
, _kwargs
)
608 def InsertColumnInfo(self
, *_args
, **_kwargs
):
609 val
= apply(controls2c
.wxListCtrl_InsertColumnInfo
,(self
,) + _args
, _kwargs
)
611 def InsertColumn(self
, *_args
, **_kwargs
):
612 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
,) + _args
, _kwargs
)
614 def SetItemCount(self
, *_args
, **_kwargs
):
615 val
= apply(controls2c
.wxListCtrl_SetItemCount
,(self
,) + _args
, _kwargs
)
617 def ScrollList(self
, *_args
, **_kwargs
):
618 val
= apply(controls2c
.wxListCtrl_ScrollList
,(self
,) + _args
, _kwargs
)
620 def SetItemTextColour(self
, *_args
, **_kwargs
):
621 val
= apply(controls2c
.wxListCtrl_SetItemTextColour
,(self
,) + _args
, _kwargs
)
623 def GetItemTextColour(self
, *_args
, **_kwargs
):
624 val
= apply(controls2c
.wxListCtrl_GetItemTextColour
,(self
,) + _args
, _kwargs
)
625 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
627 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
628 val
= apply(controls2c
.wxListCtrl_SetItemBackgroundColour
,(self
,) + _args
, _kwargs
)
630 def GetItemBackgroundColour(self
, *_args
, **_kwargs
):
631 val
= apply(controls2c
.wxListCtrl_GetItemBackgroundColour
,(self
,) + _args
, _kwargs
)
632 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
634 def SortItems(self
, *_args
, **_kwargs
):
635 val
= apply(controls2c
.wxListCtrl_SortItems
,(self
,) + _args
, _kwargs
)
638 return "<C wxListCtrl instance at %s>" % (self
.this
,)
640 def GetColumn(self
, *_args
, **_kwargs
):
641 val
= apply(controls2c
.wxListCtrl_GetColumn
,(self
,) + _args
, _kwargs
)
642 if val
is not None: val
.thisown
= 1
646 def GetItem(self
, *_args
, **_kwargs
):
647 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
648 if val
is not None: val
.thisown
= 1
654 def Select(self
, idx
, on
=1):
655 '''[de]select an item'''
656 if on
: state
= wxLIST_STATE_SELECTED
658 self
.SetItemState(idx
, state
, wxLIST_STATE_SELECTED
)
660 def Focus(self
, idx
):
661 '''Focus and show the given item'''
662 self
.SetItemState(idx
, wxLIST_STATE_FOCUSED
, wxLIST_STATE_FOCUSED
)
663 self
.EnsureVisible(idx
)
665 def GetFocusedItem(self
):
666 '''get the currently focused item or -1 if none'''
667 return self
.GetNextItem(-1, wxLIST_NEXT_ALL
, wxLIST_STATE_FOCUSED
)
669 def IsSelected(self
, idx
):
670 '''return TRUE if the item is selected'''
671 return self
.GetItemState(idx
, wxLIST_STATE_SELECTED
) != 0
673 def SetColumnImage(self
, col
, image
):
675 item
.SetMask(wxLIST_MASK_IMAGE
)
677 self
.SetColumn(col
, item
)
679 def ClearColumnImage(self
, col
):
680 self
.SetColumnImage(col
, -1)
682 def Append(self
, entry
):
683 '''Append an item to the list control. The entry parameter should be a
684 sequence with an item for each column'''
686 pos
= self
.GetItemCount()
687 self
.InsertStringItem(pos
, str(entry
[0]))
688 for i
in range(1, len(entry
)):
689 self
.SetStringItem(pos
, i
, str(entry
[i
]))
692 class wxListCtrl(wxListCtrlPtr
):
693 def __init__(self
,*_args
,**_kwargs
):
694 self
.this
= apply(controls2c
.new_wxListCtrl
,_args
,_kwargs
)
696 self
._setCallbackInfo
(self
, wxListCtrl
)
697 self
._setOORInfo
(self
)
701 def wxPreListCtrl(*_args
,**_kwargs
):
702 val
= wxListCtrlPtr(apply(controls2c
.new_wxPreListCtrl
,_args
,_kwargs
))
708 class wxListViewPtr(wxListCtrlPtr
):
709 def __init__(self
,this
):
712 def Create(self
, *_args
, **_kwargs
):
713 val
= apply(controls2c
.wxListView_Create
,(self
,) + _args
, _kwargs
)
715 def Select(self
, *_args
, **_kwargs
):
716 val
= apply(controls2c
.wxListView_Select
,(self
,) + _args
, _kwargs
)
718 def Focus(self
, *_args
, **_kwargs
):
719 val
= apply(controls2c
.wxListView_Focus
,(self
,) + _args
, _kwargs
)
721 def GetFocusedItem(self
, *_args
, **_kwargs
):
722 val
= apply(controls2c
.wxListView_GetFocusedItem
,(self
,) + _args
, _kwargs
)
724 def GetNextSelected(self
, *_args
, **_kwargs
):
725 val
= apply(controls2c
.wxListView_GetNextSelected
,(self
,) + _args
, _kwargs
)
727 def GetFirstSelected(self
, *_args
, **_kwargs
):
728 val
= apply(controls2c
.wxListView_GetFirstSelected
,(self
,) + _args
, _kwargs
)
730 def IsSelected(self
, *_args
, **_kwargs
):
731 val
= apply(controls2c
.wxListView_IsSelected
,(self
,) + _args
, _kwargs
)
733 def SetColumnImage(self
, *_args
, **_kwargs
):
734 val
= apply(controls2c
.wxListView_SetColumnImage
,(self
,) + _args
, _kwargs
)
736 def ClearColumnImage(self
, *_args
, **_kwargs
):
737 val
= apply(controls2c
.wxListView_ClearColumnImage
,(self
,) + _args
, _kwargs
)
740 return "<C wxListView instance at %s>" % (self
.this
,)
741 class wxListView(wxListViewPtr
):
742 def __init__(self
,*_args
,**_kwargs
):
743 self
.this
= apply(controls2c
.new_wxListView
,_args
,_kwargs
)
745 self
._setOORInfo
(self
)
749 def wxPreListView(*_args
,**_kwargs
):
750 val
= wxListViewPtr(apply(controls2c
.new_wxPreListView
,_args
,_kwargs
))
756 class wxTreeItemAttrPtr
:
757 def __init__(self
,this
):
760 def SetTextColour(self
, *_args
, **_kwargs
):
761 val
= apply(controls2c
.wxTreeItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
763 def SetBackgroundColour(self
, *_args
, **_kwargs
):
764 val
= apply(controls2c
.wxTreeItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
766 def SetFont(self
, *_args
, **_kwargs
):
767 val
= apply(controls2c
.wxTreeItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
769 def HasTextColour(self
, *_args
, **_kwargs
):
770 val
= apply(controls2c
.wxTreeItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
772 def HasBackgroundColour(self
, *_args
, **_kwargs
):
773 val
= apply(controls2c
.wxTreeItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
775 def HasFont(self
, *_args
, **_kwargs
):
776 val
= apply(controls2c
.wxTreeItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
778 def GetTextColour(self
, *_args
, **_kwargs
):
779 val
= apply(controls2c
.wxTreeItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
780 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
782 def GetBackgroundColour(self
, *_args
, **_kwargs
):
783 val
= apply(controls2c
.wxTreeItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
784 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
786 def GetFont(self
, *_args
, **_kwargs
):
787 val
= apply(controls2c
.wxTreeItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
788 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
791 return "<C wxTreeItemAttr instance at %s>" % (self
.this
,)
792 class wxTreeItemAttr(wxTreeItemAttrPtr
):
793 def __init__(self
,*_args
,**_kwargs
):
794 self
.this
= apply(controls2c
.new_wxTreeItemAttr
,_args
,_kwargs
)
800 class wxTreeItemIdPtr
:
801 def __init__(self
,this
):
804 def __del__(self
,controls2c
=controls2c
):
805 if self
.thisown
== 1 :
806 controls2c
.delete_wxTreeItemId(self
)
807 def IsOk(self
, *_args
, **_kwargs
):
808 val
= apply(controls2c
.wxTreeItemId_IsOk
,(self
,) + _args
, _kwargs
)
810 def __cmp__(self
, *_args
, **_kwargs
):
811 val
= apply(controls2c
.wxTreeItemId___cmp__
,(self
,) + _args
, _kwargs
)
814 return "<C wxTreeItemId instance at %s>" % (self
.this
,)
816 class wxTreeItemId(wxTreeItemIdPtr
):
817 def __init__(self
,*_args
,**_kwargs
):
818 self
.this
= apply(controls2c
.new_wxTreeItemId
,_args
,_kwargs
)
824 class wxTreeItemDataPtr(wxObjectPtr
):
825 def __init__(self
,this
):
828 def GetData(self
, *_args
, **_kwargs
):
829 val
= apply(controls2c
.wxTreeItemData_GetData
,(self
,) + _args
, _kwargs
)
831 def SetData(self
, *_args
, **_kwargs
):
832 val
= apply(controls2c
.wxTreeItemData_SetData
,(self
,) + _args
, _kwargs
)
834 def GetId(self
, *_args
, **_kwargs
):
835 val
= apply(controls2c
.wxTreeItemData_GetId
,(self
,) + _args
, _kwargs
)
836 if val
: val
= wxTreeItemIdPtr(val
)
838 def SetId(self
, *_args
, **_kwargs
):
839 val
= apply(controls2c
.wxTreeItemData_SetId
,(self
,) + _args
, _kwargs
)
842 return "<C wxTreeItemData instance at %s>" % (self
.this
,)
843 class wxTreeItemData(wxTreeItemDataPtr
):
844 def __init__(self
,*_args
,**_kwargs
):
845 self
.this
= apply(controls2c
.new_wxTreeItemData
,_args
,_kwargs
)
851 class wxTreeEventPtr(wxNotifyEventPtr
):
852 def __init__(self
,this
):
855 def GetItem(self
, *_args
, **_kwargs
):
856 val
= apply(controls2c
.wxTreeEvent_GetItem
,(self
,) + _args
, _kwargs
)
857 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
859 def GetOldItem(self
, *_args
, **_kwargs
):
860 val
= apply(controls2c
.wxTreeEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
861 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
863 def GetPoint(self
, *_args
, **_kwargs
):
864 val
= apply(controls2c
.wxTreeEvent_GetPoint
,(self
,) + _args
, _kwargs
)
865 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
867 def GetKeyEvent(self
, *_args
, **_kwargs
):
868 val
= apply(controls2c
.wxTreeEvent_GetKeyEvent
,(self
,) + _args
, _kwargs
)
869 if val
: val
= wxKeyEventPtr(val
)
871 def GetCode(self
, *_args
, **_kwargs
):
872 val
= apply(controls2c
.wxTreeEvent_GetCode
,(self
,) + _args
, _kwargs
)
874 def GetLabel(self
, *_args
, **_kwargs
):
875 val
= apply(controls2c
.wxTreeEvent_GetLabel
,(self
,) + _args
, _kwargs
)
878 return "<C wxTreeEvent instance at %s>" % (self
.this
,)
879 class wxTreeEvent(wxTreeEventPtr
):
880 def __init__(self
,*_args
,**_kwargs
):
881 self
.this
= apply(controls2c
.new_wxTreeEvent
,_args
,_kwargs
)
887 class wxTreeCtrlPtr(wxControlPtr
):
888 def __init__(self
,this
):
891 def Create(self
, *_args
, **_kwargs
):
892 val
= apply(controls2c
.wxTreeCtrl_Create
,(self
,) + _args
, _kwargs
)
894 def _setCallbackInfo(self
, *_args
, **_kwargs
):
895 val
= apply(controls2c
.wxTreeCtrl__setCallbackInfo
,(self
,) + _args
, _kwargs
)
897 def GetCount(self
, *_args
, **_kwargs
):
898 val
= apply(controls2c
.wxTreeCtrl_GetCount
,(self
,) + _args
, _kwargs
)
900 def GetIndent(self
, *_args
, **_kwargs
):
901 val
= apply(controls2c
.wxTreeCtrl_GetIndent
,(self
,) + _args
, _kwargs
)
903 def SetIndent(self
, *_args
, **_kwargs
):
904 val
= apply(controls2c
.wxTreeCtrl_SetIndent
,(self
,) + _args
, _kwargs
)
906 def GetImageList(self
, *_args
, **_kwargs
):
907 val
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
909 def GetStateImageList(self
, *_args
, **_kwargs
):
910 val
= apply(controls2c
.wxTreeCtrl_GetStateImageList
,(self
,) + _args
, _kwargs
)
912 def SetImageList(self
, *_args
, **_kwargs
):
913 val
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
915 def SetStateImageList(self
, *_args
, **_kwargs
):
916 val
= apply(controls2c
.wxTreeCtrl_SetStateImageList
,(self
,) + _args
, _kwargs
)
918 def AssignImageList(self
, *_args
, **_kwargs
):
919 val
= apply(controls2c
.wxTreeCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
922 def AssignStateImageList(self
, *_args
, **_kwargs
):
923 val
= apply(controls2c
.wxTreeCtrl_AssignStateImageList
,(self
,) + _args
, _kwargs
)
926 def GetSpacing(self
, *_args
, **_kwargs
):
927 val
= apply(controls2c
.wxTreeCtrl_GetSpacing
,(self
,) + _args
, _kwargs
)
929 def SetSpacing(self
, *_args
, **_kwargs
):
930 val
= apply(controls2c
.wxTreeCtrl_SetSpacing
,(self
,) + _args
, _kwargs
)
932 def GetItemText(self
, *_args
, **_kwargs
):
933 val
= apply(controls2c
.wxTreeCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
935 def GetItemImage(self
, *_args
, **_kwargs
):
936 val
= apply(controls2c
.wxTreeCtrl_GetItemImage
,(self
,) + _args
, _kwargs
)
938 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
939 val
= apply(controls2c
.wxTreeCtrl_GetItemSelectedImage
,(self
,) + _args
, _kwargs
)
941 def SetItemText(self
, *_args
, **_kwargs
):
942 val
= apply(controls2c
.wxTreeCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
944 def SetItemImage(self
, *_args
, **_kwargs
):
945 val
= apply(controls2c
.wxTreeCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
947 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
948 val
= apply(controls2c
.wxTreeCtrl_SetItemSelectedImage
,(self
,) + _args
, _kwargs
)
950 def SetItemHasChildren(self
, *_args
, **_kwargs
):
951 val
= apply(controls2c
.wxTreeCtrl_SetItemHasChildren
,(self
,) + _args
, _kwargs
)
953 def GetItemData(self
, *_args
, **_kwargs
):
954 val
= apply(controls2c
.wxTreeCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
955 if val
: val
= wxTreeItemDataPtr(val
)
957 def SetItemData(self
, *_args
, **_kwargs
):
958 val
= apply(controls2c
.wxTreeCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
960 def GetPyData(self
, *_args
, **_kwargs
):
961 val
= apply(controls2c
.wxTreeCtrl_GetPyData
,(self
,) + _args
, _kwargs
)
963 def SetPyData(self
, *_args
, **_kwargs
):
964 val
= apply(controls2c
.wxTreeCtrl_SetPyData
,(self
,) + _args
, _kwargs
)
966 def IsVisible(self
, *_args
, **_kwargs
):
967 val
= apply(controls2c
.wxTreeCtrl_IsVisible
,(self
,) + _args
, _kwargs
)
969 def ItemHasChildren(self
, *_args
, **_kwargs
):
970 val
= apply(controls2c
.wxTreeCtrl_ItemHasChildren
,(self
,) + _args
, _kwargs
)
972 def IsExpanded(self
, *_args
, **_kwargs
):
973 val
= apply(controls2c
.wxTreeCtrl_IsExpanded
,(self
,) + _args
, _kwargs
)
975 def IsSelected(self
, *_args
, **_kwargs
):
976 val
= apply(controls2c
.wxTreeCtrl_IsSelected
,(self
,) + _args
, _kwargs
)
978 def GetRootItem(self
, *_args
, **_kwargs
):
979 val
= apply(controls2c
.wxTreeCtrl_GetRootItem
,(self
,) + _args
, _kwargs
)
980 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
982 def GetSelection(self
, *_args
, **_kwargs
):
983 val
= apply(controls2c
.wxTreeCtrl_GetSelection
,(self
,) + _args
, _kwargs
)
984 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
986 def GetItemParent(self
, *_args
, **_kwargs
):
987 val
= apply(controls2c
.wxTreeCtrl_GetItemParent
,(self
,) + _args
, _kwargs
)
988 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
990 def GetSelections(self
, *_args
, **_kwargs
):
991 val
= apply(controls2c
.wxTreeCtrl_GetSelections
,(self
,) + _args
, _kwargs
)
993 def GetChildrenCount(self
, *_args
, **_kwargs
):
994 val
= apply(controls2c
.wxTreeCtrl_GetChildrenCount
,(self
,) + _args
, _kwargs
)
996 def GetFirstChild(self
, *_args
, **_kwargs
):
997 val
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
999 def GetNextChild(self
, *_args
, **_kwargs
):
1000 val
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
1002 def GetNextSibling(self
, *_args
, **_kwargs
):
1003 val
= apply(controls2c
.wxTreeCtrl_GetNextSibling
,(self
,) + _args
, _kwargs
)
1004 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1006 def GetPrevSibling(self
, *_args
, **_kwargs
):
1007 val
= apply(controls2c
.wxTreeCtrl_GetPrevSibling
,(self
,) + _args
, _kwargs
)
1008 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1010 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
1011 val
= apply(controls2c
.wxTreeCtrl_GetFirstVisibleItem
,(self
,) + _args
, _kwargs
)
1012 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1014 def GetNextVisible(self
, *_args
, **_kwargs
):
1015 val
= apply(controls2c
.wxTreeCtrl_GetNextVisible
,(self
,) + _args
, _kwargs
)
1016 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1018 def GetPrevVisible(self
, *_args
, **_kwargs
):
1019 val
= apply(controls2c
.wxTreeCtrl_GetPrevVisible
,(self
,) + _args
, _kwargs
)
1020 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1022 def GetLastChild(self
, *_args
, **_kwargs
):
1023 val
= apply(controls2c
.wxTreeCtrl_GetLastChild
,(self
,) + _args
, _kwargs
)
1024 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1026 def AddRoot(self
, *_args
, **_kwargs
):
1027 val
= apply(controls2c
.wxTreeCtrl_AddRoot
,(self
,) + _args
, _kwargs
)
1028 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1030 def PrependItem(self
, *_args
, **_kwargs
):
1031 val
= apply(controls2c
.wxTreeCtrl_PrependItem
,(self
,) + _args
, _kwargs
)
1032 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1034 def InsertItem(self
, *_args
, **_kwargs
):
1035 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
1036 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1038 def InsertItemBefore(self
, *_args
, **_kwargs
):
1039 val
= apply(controls2c
.wxTreeCtrl_InsertItemBefore
,(self
,) + _args
, _kwargs
)
1040 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1042 def AppendItem(self
, *_args
, **_kwargs
):
1043 val
= apply(controls2c
.wxTreeCtrl_AppendItem
,(self
,) + _args
, _kwargs
)
1044 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1046 def Delete(self
, *_args
, **_kwargs
):
1047 val
= apply(controls2c
.wxTreeCtrl_Delete
,(self
,) + _args
, _kwargs
)
1049 def DeleteChildren(self
, *_args
, **_kwargs
):
1050 val
= apply(controls2c
.wxTreeCtrl_DeleteChildren
,(self
,) + _args
, _kwargs
)
1052 def DeleteAllItems(self
, *_args
, **_kwargs
):
1053 val
= apply(controls2c
.wxTreeCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
1055 def Expand(self
, *_args
, **_kwargs
):
1056 val
= apply(controls2c
.wxTreeCtrl_Expand
,(self
,) + _args
, _kwargs
)
1058 def Collapse(self
, *_args
, **_kwargs
):
1059 val
= apply(controls2c
.wxTreeCtrl_Collapse
,(self
,) + _args
, _kwargs
)
1061 def CollapseAndReset(self
, *_args
, **_kwargs
):
1062 val
= apply(controls2c
.wxTreeCtrl_CollapseAndReset
,(self
,) + _args
, _kwargs
)
1064 def Toggle(self
, *_args
, **_kwargs
):
1065 val
= apply(controls2c
.wxTreeCtrl_Toggle
,(self
,) + _args
, _kwargs
)
1067 def Unselect(self
, *_args
, **_kwargs
):
1068 val
= apply(controls2c
.wxTreeCtrl_Unselect
,(self
,) + _args
, _kwargs
)
1070 def UnselectAll(self
, *_args
, **_kwargs
):
1071 val
= apply(controls2c
.wxTreeCtrl_UnselectAll
,(self
,) + _args
, _kwargs
)
1073 def SelectItem(self
, *_args
, **_kwargs
):
1074 val
= apply(controls2c
.wxTreeCtrl_SelectItem
,(self
,) + _args
, _kwargs
)
1076 def EnsureVisible(self
, *_args
, **_kwargs
):
1077 val
= apply(controls2c
.wxTreeCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
1079 def ScrollTo(self
, *_args
, **_kwargs
):
1080 val
= apply(controls2c
.wxTreeCtrl_ScrollTo
,(self
,) + _args
, _kwargs
)
1082 def EditLabel(self
, *_args
, **_kwargs
):
1083 val
= apply(controls2c
.wxTreeCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
1085 def GetEditControl(self
, *_args
, **_kwargs
):
1086 val
= apply(controls2c
.wxTreeCtrl_GetEditControl
,(self
,) + _args
, _kwargs
)
1088 def EndEditLabel(self
, *_args
, **_kwargs
):
1089 val
= apply(controls2c
.wxTreeCtrl_EndEditLabel
,(self
,) + _args
, _kwargs
)
1091 def SortChildren(self
, *_args
, **_kwargs
):
1092 val
= apply(controls2c
.wxTreeCtrl_SortChildren
,(self
,) + _args
, _kwargs
)
1094 def SetItemBold(self
, *_args
, **_kwargs
):
1095 val
= apply(controls2c
.wxTreeCtrl_SetItemBold
,(self
,) + _args
, _kwargs
)
1097 def IsBold(self
, *_args
, **_kwargs
):
1098 val
= apply(controls2c
.wxTreeCtrl_IsBold
,(self
,) + _args
, _kwargs
)
1100 def HitTest(self
, *_args
, **_kwargs
):
1101 val
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
1103 def SetItemTextColour(self
, *_args
, **_kwargs
):
1104 val
= apply(controls2c
.wxTreeCtrl_SetItemTextColour
,(self
,) + _args
, _kwargs
)
1106 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
1107 val
= apply(controls2c
.wxTreeCtrl_SetItemBackgroundColour
,(self
,) + _args
, _kwargs
)
1109 def SetItemFont(self
, *_args
, **_kwargs
):
1110 val
= apply(controls2c
.wxTreeCtrl_SetItemFont
,(self
,) + _args
, _kwargs
)
1112 def SetItemDropHighlight(self
, *_args
, **_kwargs
):
1113 val
= apply(controls2c
.wxTreeCtrl_SetItemDropHighlight
,(self
,) + _args
, _kwargs
)
1115 def GetBoundingRect(self
, *_args
, **_kwargs
):
1116 val
= apply(controls2c
.wxTreeCtrl_GetBoundingRect
,(self
,) + _args
, _kwargs
)
1119 return "<C wxTreeCtrl instance at %s>" % (self
.this
,)
1121 # Redefine some methods that SWIG gets a bit confused on...
1122 def GetFirstChild(self
, *_args
, **_kwargs
):
1123 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
1124 val1
= wxTreeItemIdPtr(val1
)
1127 def GetNextChild(self
, *_args
, **_kwargs
):
1128 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
1129 val1
= wxTreeItemIdPtr(val1
)
1132 def HitTest(self
, *_args
, **_kwargs
):
1133 val1
, val2
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
1134 val1
= wxTreeItemIdPtr(val1
)
1138 class wxTreeCtrl(wxTreeCtrlPtr
):
1139 def __init__(self
,*_args
,**_kwargs
):
1140 self
.this
= apply(controls2c
.new_wxTreeCtrl
,_args
,_kwargs
)
1142 self
._setCallbackInfo
(self
, wxTreeCtrl
)
1143 self
._setOORInfo
(self
)
1147 def wxPreTreeCtrl(*_args
,**_kwargs
):
1148 val
= wxTreeCtrlPtr(apply(controls2c
.new_wxPreTreeCtrl
,_args
,_kwargs
))
1150 val
._setOORInfo
(val
)
1154 class wxDirItemDataPtr(wxObjectPtr
):
1155 def __init__(self
,this
):
1158 def SetNewDirName(self
, *_args
, **_kwargs
):
1159 val
= apply(controls2c
.wxDirItemData_SetNewDirName
,(self
,) + _args
, _kwargs
)
1161 def __setattr__(self
,name
,value
):
1162 if name
== "m_path" :
1163 controls2c
.wxDirItemData_m_path_set(self
,value
)
1165 if name
== "m_name" :
1166 controls2c
.wxDirItemData_m_name_set(self
,value
)
1168 if name
== "m_isHidden" :
1169 controls2c
.wxDirItemData_m_isHidden_set(self
,value
)
1171 if name
== "m_isExpanded" :
1172 controls2c
.wxDirItemData_m_isExpanded_set(self
,value
)
1174 if name
== "m_isDir" :
1175 controls2c
.wxDirItemData_m_isDir_set(self
,value
)
1177 self
.__dict
__[name
] = value
1178 def __getattr__(self
,name
):
1179 if name
== "m_path" :
1180 return controls2c
.wxDirItemData_m_path_get(self
)
1181 if name
== "m_name" :
1182 return controls2c
.wxDirItemData_m_name_get(self
)
1183 if name
== "m_isHidden" :
1184 return controls2c
.wxDirItemData_m_isHidden_get(self
)
1185 if name
== "m_isExpanded" :
1186 return controls2c
.wxDirItemData_m_isExpanded_get(self
)
1187 if name
== "m_isDir" :
1188 return controls2c
.wxDirItemData_m_isDir_get(self
)
1189 raise AttributeError,name
1191 return "<C wxDirItemData instance at %s>" % (self
.this
,)
1192 class wxDirItemData(wxDirItemDataPtr
):
1193 def __init__(self
,*_args
,**_kwargs
):
1194 self
.this
= apply(controls2c
.new_wxDirItemData
,_args
,_kwargs
)
1200 class wxGenericDirCtrlPtr(wxControlPtr
):
1201 def __init__(self
,this
):
1204 def Create(self
, *_args
, **_kwargs
):
1205 val
= apply(controls2c
.wxGenericDirCtrl_Create
,(self
,) + _args
, _kwargs
)
1207 def ExpandPath(self
, *_args
, **_kwargs
):
1208 val
= apply(controls2c
.wxGenericDirCtrl_ExpandPath
,(self
,) + _args
, _kwargs
)
1210 def GetDefaultPath(self
, *_args
, **_kwargs
):
1211 val
= apply(controls2c
.wxGenericDirCtrl_GetDefaultPath
,(self
,) + _args
, _kwargs
)
1213 def SetDefaultPath(self
, *_args
, **_kwargs
):
1214 val
= apply(controls2c
.wxGenericDirCtrl_SetDefaultPath
,(self
,) + _args
, _kwargs
)
1216 def GetPath(self
, *_args
, **_kwargs
):
1217 val
= apply(controls2c
.wxGenericDirCtrl_GetPath
,(self
,) + _args
, _kwargs
)
1219 def GetFilePath(self
, *_args
, **_kwargs
):
1220 val
= apply(controls2c
.wxGenericDirCtrl_GetFilePath
,(self
,) + _args
, _kwargs
)
1222 def SetPath(self
, *_args
, **_kwargs
):
1223 val
= apply(controls2c
.wxGenericDirCtrl_SetPath
,(self
,) + _args
, _kwargs
)
1225 def ShowHidden(self
, *_args
, **_kwargs
):
1226 val
= apply(controls2c
.wxGenericDirCtrl_ShowHidden
,(self
,) + _args
, _kwargs
)
1228 def GetShowHidden(self
, *_args
, **_kwargs
):
1229 val
= apply(controls2c
.wxGenericDirCtrl_GetShowHidden
,(self
,) + _args
, _kwargs
)
1231 def GetFilter(self
, *_args
, **_kwargs
):
1232 val
= apply(controls2c
.wxGenericDirCtrl_GetFilter
,(self
,) + _args
, _kwargs
)
1234 def SetFilter(self
, *_args
, **_kwargs
):
1235 val
= apply(controls2c
.wxGenericDirCtrl_SetFilter
,(self
,) + _args
, _kwargs
)
1237 def GetFilterIndex(self
, *_args
, **_kwargs
):
1238 val
= apply(controls2c
.wxGenericDirCtrl_GetFilterIndex
,(self
,) + _args
, _kwargs
)
1240 def SetFilterIndex(self
, *_args
, **_kwargs
):
1241 val
= apply(controls2c
.wxGenericDirCtrl_SetFilterIndex
,(self
,) + _args
, _kwargs
)
1243 def GetRootId(self
, *_args
, **_kwargs
):
1244 val
= apply(controls2c
.wxGenericDirCtrl_GetRootId
,(self
,) + _args
, _kwargs
)
1245 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1247 def GetTreeCtrl(self
, *_args
, **_kwargs
):
1248 val
= apply(controls2c
.wxGenericDirCtrl_GetTreeCtrl
,(self
,) + _args
, _kwargs
)
1250 def GetFilterListCtrl(self
, *_args
, **_kwargs
):
1251 val
= apply(controls2c
.wxGenericDirCtrl_GetFilterListCtrl
,(self
,) + _args
, _kwargs
)
1252 if val
: val
= wxDirFilterListCtrlPtr(val
)
1255 return "<C wxGenericDirCtrl instance at %s>" % (self
.this
,)
1256 class wxGenericDirCtrl(wxGenericDirCtrlPtr
):
1257 def __init__(self
,*_args
,**_kwargs
):
1258 self
.this
= apply(controls2c
.new_wxGenericDirCtrl
,_args
,_kwargs
)
1260 self
._setOORInfo
(self
)
1264 def wxPreGenericDirCtrl(*_args
,**_kwargs
):
1265 val
= wxGenericDirCtrlPtr(apply(controls2c
.new_wxPreGenericDirCtrl
,_args
,_kwargs
))
1267 val
._setOORInfo
(val
)
1271 class wxDirFilterListCtrlPtr(wxChoicePtr
):
1272 def __init__(self
,this
):
1275 def Create(self
, *_args
, **_kwargs
):
1276 val
= apply(controls2c
.wxDirFilterListCtrl_Create
,(self
,) + _args
, _kwargs
)
1278 def FillFilterList(self
, *_args
, **_kwargs
):
1279 val
= apply(controls2c
.wxDirFilterListCtrl_FillFilterList
,(self
,) + _args
, _kwargs
)
1282 return "<C wxDirFilterListCtrl instance at %s>" % (self
.this
,)
1283 class wxDirFilterListCtrl(wxDirFilterListCtrlPtr
):
1284 def __init__(self
,*_args
,**_kwargs
):
1285 self
.this
= apply(controls2c
.new_wxDirFilterListCtrl
,_args
,_kwargs
)
1287 self
._setOORInfo
(self
)
1291 def wxPreDirFilterListCtrl(*_args
,**_kwargs
):
1292 val
= wxDirFilterListCtrlPtr(apply(controls2c
.new_wxPreDirFilterListCtrl
,_args
,_kwargs
))
1294 val
._setOORInfo
(val
)
1300 #-------------- FUNCTION WRAPPERS ------------------
1304 #-------------- VARIABLE WRAPPERS ------------------
1306 wxEVT_COMMAND_LIST_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
1307 wxEVT_COMMAND_LIST_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
1308 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
1309 wxEVT_COMMAND_LIST_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
1310 wxEVT_COMMAND_LIST_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
1311 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
1312 wxEVT_COMMAND_LIST_GET_INFO
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
1313 wxEVT_COMMAND_LIST_SET_INFO
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
1314 wxEVT_COMMAND_LIST_ITEM_SELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
1315 wxEVT_COMMAND_LIST_ITEM_DESELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
1316 wxEVT_COMMAND_LIST_KEY_DOWN
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
1317 wxEVT_COMMAND_LIST_INSERT_ITEM
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
1318 wxEVT_COMMAND_LIST_COL_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
1319 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1320 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
1321 wxEVT_COMMAND_LIST_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
1322 wxEVT_COMMAND_LIST_CACHE_HINT
= controls2c
.wxEVT_COMMAND_LIST_CACHE_HINT
1323 wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
1324 wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
1325 wxEVT_COMMAND_LIST_COL_DRAGGING
= controls2c
.wxEVT_COMMAND_LIST_COL_DRAGGING
1326 wxEVT_COMMAND_LIST_COL_END_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_END_DRAG
1327 wxEVT_COMMAND_LIST_ITEM_FOCUSED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_FOCUSED
1328 wxLC_VRULES
= controls2c
.wxLC_VRULES
1329 wxLC_HRULES
= controls2c
.wxLC_HRULES
1330 wxLC_ICON
= controls2c
.wxLC_ICON
1331 wxLC_SMALL_ICON
= controls2c
.wxLC_SMALL_ICON
1332 wxLC_LIST
= controls2c
.wxLC_LIST
1333 wxLC_REPORT
= controls2c
.wxLC_REPORT
1334 wxLC_ALIGN_TOP
= controls2c
.wxLC_ALIGN_TOP
1335 wxLC_ALIGN_LEFT
= controls2c
.wxLC_ALIGN_LEFT
1336 wxLC_AUTOARRANGE
= controls2c
.wxLC_AUTOARRANGE
1337 wxLC_VIRTUAL
= controls2c
.wxLC_VIRTUAL
1338 wxLC_EDIT_LABELS
= controls2c
.wxLC_EDIT_LABELS
1339 wxLC_NO_HEADER
= controls2c
.wxLC_NO_HEADER
1340 wxLC_NO_SORT_HEADER
= controls2c
.wxLC_NO_SORT_HEADER
1341 wxLC_SINGLE_SEL
= controls2c
.wxLC_SINGLE_SEL
1342 wxLC_SORT_ASCENDING
= controls2c
.wxLC_SORT_ASCENDING
1343 wxLC_SORT_DESCENDING
= controls2c
.wxLC_SORT_DESCENDING
1344 wxLC_MASK_TYPE
= controls2c
.wxLC_MASK_TYPE
1345 wxLC_MASK_ALIGN
= controls2c
.wxLC_MASK_ALIGN
1346 wxLC_MASK_SORT
= controls2c
.wxLC_MASK_SORT
1347 wxLC_USER_TEXT
= controls2c
.wxLC_USER_TEXT
1348 wxLIST_MASK_STATE
= controls2c
.wxLIST_MASK_STATE
1349 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
1350 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
1351 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
1352 wxLIST_SET_ITEM
= controls2c
.wxLIST_SET_ITEM
1353 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
1354 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
1355 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
1356 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
1357 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
1358 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
1359 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
1360 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
1361 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
1362 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
1363 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
1364 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
1365 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
1366 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
1367 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
1368 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
1369 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
1370 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
1371 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
1372 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
1373 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
1374 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
1375 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
1376 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
1377 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
1378 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
1379 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
1380 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
1381 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
1382 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
1383 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
1384 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
1385 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
1386 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
1387 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT
1388 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
1389 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
1390 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
1391 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
1392 wxTR_NO_BUTTONS
= controls2c
.wxTR_NO_BUTTONS
1393 wxTR_HAS_BUTTONS
= controls2c
.wxTR_HAS_BUTTONS
1394 wxTR_TWIST_BUTTONS
= controls2c
.wxTR_TWIST_BUTTONS
1395 wxTR_NO_LINES
= controls2c
.wxTR_NO_LINES
1396 wxTR_MAC_BUTTONS
= controls2c
.wxTR_MAC_BUTTONS
1397 wxTR_AQUA_BUTTONS
= controls2c
.wxTR_AQUA_BUTTONS
1398 wxTR_SINGLE
= controls2c
.wxTR_SINGLE
1399 wxTR_MULTIPLE
= controls2c
.wxTR_MULTIPLE
1400 wxTR_EXTENDED
= controls2c
.wxTR_EXTENDED
1401 wxTR_FULL_ROW_HIGHLIGHT
= controls2c
.wxTR_FULL_ROW_HIGHLIGHT
1402 wxTR_EDIT_LABELS
= controls2c
.wxTR_EDIT_LABELS
1403 wxTR_LINES_AT_ROOT
= controls2c
.wxTR_LINES_AT_ROOT
1404 wxTR_HIDE_ROOT
= controls2c
.wxTR_HIDE_ROOT
1405 wxTR_ROW_LINES
= controls2c
.wxTR_ROW_LINES
1406 wxTR_HAS_VARIABLE_ROW_HEIGHT
= controls2c
.wxTR_HAS_VARIABLE_ROW_HEIGHT
1407 wxTR_DEFAULT_STYLE
= controls2c
.wxTR_DEFAULT_STYLE
1408 wxTreeItemIcon_Normal
= controls2c
.wxTreeItemIcon_Normal
1409 wxTreeItemIcon_Selected
= controls2c
.wxTreeItemIcon_Selected
1410 wxTreeItemIcon_Expanded
= controls2c
.wxTreeItemIcon_Expanded
1411 wxTreeItemIcon_SelectedExpanded
= controls2c
.wxTreeItemIcon_SelectedExpanded
1412 wxTreeItemIcon_Max
= controls2c
.wxTreeItemIcon_Max
1413 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
1414 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
1415 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
1416 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
1417 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
1418 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
1419 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
1420 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
1421 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
1422 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
1423 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
1424 wxTREE_HITTEST_ONITEMUPPERPART
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
1425 wxTREE_HITTEST_ONITEMLOWERPART
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
1426 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
1427 wxEVT_COMMAND_TREE_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
1428 wxEVT_COMMAND_TREE_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
1429 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
1430 wxEVT_COMMAND_TREE_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
1431 wxEVT_COMMAND_TREE_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
1432 wxEVT_COMMAND_TREE_GET_INFO
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
1433 wxEVT_COMMAND_TREE_SET_INFO
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
1434 wxEVT_COMMAND_TREE_ITEM_EXPANDED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
1435 wxEVT_COMMAND_TREE_ITEM_EXPANDING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
1436 wxEVT_COMMAND_TREE_ITEM_COLLAPSED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
1437 wxEVT_COMMAND_TREE_ITEM_COLLAPSING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
1438 wxEVT_COMMAND_TREE_SEL_CHANGED
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
1439 wxEVT_COMMAND_TREE_SEL_CHANGING
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
1440 wxEVT_COMMAND_TREE_KEY_DOWN
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
1441 wxEVT_COMMAND_TREE_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
1442 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
1443 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
1444 wxEVT_COMMAND_TREE_END_DRAG
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG
1445 wxDIRCTRL_DIR_ONLY
= controls2c
.wxDIRCTRL_DIR_ONLY
1446 wxDIRCTRL_SELECT_FIRST
= controls2c
.wxDIRCTRL_SELECT_FIRST
1447 wxDIRCTRL_SHOW_FILTERS
= controls2c
.wxDIRCTRL_SHOW_FILTERS
1448 wxDIRCTRL_3D_INTERNAL
= controls2c
.wxDIRCTRL_3D_INTERNAL
1449 wxDIRCTRL_EDIT_LABELS
= controls2c
.wxDIRCTRL_EDIT_LABELS
1450 wxID_TREECTRL
= controls2c
.wxID_TREECTRL
1451 wxID_FILTERLISTCTRL
= controls2c
.wxID_FILTERLISTCTRL