1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
14 from controls
import *
17 def EVT_LIST_BEGIN_DRAG(win
, id, func
):
18 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_DRAG
, func
)
20 def EVT_LIST_BEGIN_RDRAG(win
, id, func
):
21 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_RDRAG
, func
)
23 def EVT_LIST_BEGIN_LABEL_EDIT(win
, id, func
):
24 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
, func
)
26 def EVT_LIST_END_LABEL_EDIT(win
, id, func
):
27 win
.Connect(id, -1, wxEVT_COMMAND_LIST_END_LABEL_EDIT
, func
)
29 def EVT_LIST_DELETE_ITEM(win
, id, func
):
30 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ITEM
, func
)
32 def EVT_LIST_DELETE_ALL_ITEMS(win
, id, func
):
33 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
, func
)
35 def EVT_LIST_GET_INFO(win
, id, func
):
36 win
.Connect(id, -1, wxEVT_COMMAND_LIST_GET_INFO
, func
)
38 def EVT_LIST_SET_INFO(win
, id, func
):
39 win
.Connect(id, -1, wxEVT_COMMAND_LIST_SET_INFO
, func
)
41 def EVT_LIST_ITEM_SELECTED(win
, id, func
):
42 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_SELECTED
, func
)
44 def EVT_LIST_ITEM_DESELECTED(win
, id, func
):
45 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_DESELECTED
, func
)
47 def EVT_LIST_KEY_DOWN(win
, id, func
):
48 win
.Connect(id, -1, wxEVT_COMMAND_LIST_KEY_DOWN
, func
)
50 def EVT_LIST_INSERT_ITEM(win
, id, func
):
51 win
.Connect(id, -1, wxEVT_COMMAND_LIST_INSERT_ITEM
, func
)
53 def EVT_LIST_COL_CLICK(win
, id, func
):
54 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_CLICK
, func
)
56 def EVT_LIST_COL_RIGHT_CLICK(win
, id, func
):
57 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
, func
)
59 def EVT_LIST_COL_BEGIN_DRAG(win
, id, func
):
60 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
, func
)
62 def EVT_LIST_COL_DRAGGING(win
, id, func
):
63 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_DRAGGING
, func
)
65 def EVT_LIST_COL_END_DRAG(win
, id, func
):
66 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_END_DRAG
, func
)
68 def EVT_LIST_ITEM_RIGHT_CLICK(win
, id, func
):
69 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
, func
)
71 def EVT_LIST_ITEM_MIDDLE_CLICK(win
, id, func
):
72 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
, func
)
74 def EVT_LIST_ITEM_ACTIVATED(win
, id, func
):
75 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_ACTIVATED
, func
)
77 def EVT_LIST_CACHE_HINT(win
, id, func
):
78 win
.Connect(id, -1, wxEVT_COMMAND_LIST_CACHE_HINT
, func
)
82 def EVT_TREE_BEGIN_DRAG(win
, id, func
):
83 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_DRAG
, func
)
85 def EVT_TREE_BEGIN_RDRAG(win
, id, func
):
86 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_RDRAG
, func
)
88 def EVT_TREE_END_DRAG(win
, id, func
):
89 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_DRAG
, func
)
91 def EVT_TREE_BEGIN_LABEL_EDIT(win
, id, func
):
92 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
, func
)
94 def EVT_TREE_END_LABEL_EDIT(win
, id, func
):
95 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_LABEL_EDIT
, func
)
97 def EVT_TREE_GET_INFO(win
, id, func
):
98 win
.Connect(id, -1, wxEVT_COMMAND_TREE_GET_INFO
, func
)
100 def EVT_TREE_SET_INFO(win
, id, func
):
101 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SET_INFO
, func
)
103 def EVT_TREE_ITEM_EXPANDED(win
, id, func
):
104 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDED
, func
)
106 def EVT_TREE_ITEM_EXPANDING(win
, id, func
):
107 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDING
, func
)
109 def EVT_TREE_ITEM_COLLAPSED(win
, id, func
):
110 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSED
, func
)
112 def EVT_TREE_ITEM_COLLAPSING(win
, id, func
):
113 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSING
, func
)
115 def EVT_TREE_SEL_CHANGED(win
, id, func
):
116 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGED
, func
)
118 def EVT_TREE_SEL_CHANGING(win
, id, func
):
119 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGING
, func
)
121 def EVT_TREE_KEY_DOWN(win
, id, func
):
122 win
.Connect(id, -1, wxEVT_COMMAND_TREE_KEY_DOWN
, func
)
124 def EVT_TREE_DELETE_ITEM(win
, id, func
):
125 win
.Connect(id, -1, wxEVT_COMMAND_TREE_DELETE_ITEM
, func
)
127 def EVT_TREE_ITEM_ACTIVATED(win
, id, func
):
128 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_ACTIVATED
, func
)
130 def EVT_TREE_ITEM_RIGHT_CLICK(win
, id, func
):
131 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
, func
)
133 def EVT_TREE_ITEM_MIDDLE_CLICK(win
, id, func
):
134 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
, func
)
136 class wxListItemAttrPtr
:
137 def __init__(self
,this
):
140 def SetTextColour(self
, *_args
, **_kwargs
):
141 val
= apply(controls2c
.wxListItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
143 def SetBackgroundColour(self
, *_args
, **_kwargs
):
144 val
= apply(controls2c
.wxListItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
146 def SetFont(self
, *_args
, **_kwargs
):
147 val
= apply(controls2c
.wxListItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
149 def HasTextColour(self
, *_args
, **_kwargs
):
150 val
= apply(controls2c
.wxListItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
152 def HasBackgroundColour(self
, *_args
, **_kwargs
):
153 val
= apply(controls2c
.wxListItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
155 def HasFont(self
, *_args
, **_kwargs
):
156 val
= apply(controls2c
.wxListItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
158 def GetTextColour(self
, *_args
, **_kwargs
):
159 val
= apply(controls2c
.wxListItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
160 if val
: val
= wxColourPtr(val
)
162 def GetBackgroundColour(self
, *_args
, **_kwargs
):
163 val
= apply(controls2c
.wxListItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
164 if val
: val
= wxColourPtr(val
)
166 def GetFont(self
, *_args
, **_kwargs
):
167 val
= apply(controls2c
.wxListItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
168 if val
: val
= wxFontPtr(val
)
171 return "<C wxListItemAttr instance at %s>" % (self
.this
,)
172 class wxListItemAttr(wxListItemAttrPtr
):
173 def __init__(self
,*_args
,**_kwargs
):
174 self
.this
= apply(controls2c
.new_wxListItemAttr
,_args
,_kwargs
)
180 class wxListItemPtr(wxObjectPtr
):
181 def __init__(self
,this
):
184 def __del__(self
,controls2c
=controls2c
):
185 if self
.thisown
== 1 :
186 controls2c
.delete_wxListItem(self
)
187 def Clear(self
, *_args
, **_kwargs
):
188 val
= apply(controls2c
.wxListItem_Clear
,(self
,) + _args
, _kwargs
)
190 def ClearAttributes(self
, *_args
, **_kwargs
):
191 val
= apply(controls2c
.wxListItem_ClearAttributes
,(self
,) + _args
, _kwargs
)
193 def SetMask(self
, *_args
, **_kwargs
):
194 val
= apply(controls2c
.wxListItem_SetMask
,(self
,) + _args
, _kwargs
)
196 def SetId(self
, *_args
, **_kwargs
):
197 val
= apply(controls2c
.wxListItem_SetId
,(self
,) + _args
, _kwargs
)
199 def SetColumn(self
, *_args
, **_kwargs
):
200 val
= apply(controls2c
.wxListItem_SetColumn
,(self
,) + _args
, _kwargs
)
202 def SetState(self
, *_args
, **_kwargs
):
203 val
= apply(controls2c
.wxListItem_SetState
,(self
,) + _args
, _kwargs
)
205 def SetStateMask(self
, *_args
, **_kwargs
):
206 val
= apply(controls2c
.wxListItem_SetStateMask
,(self
,) + _args
, _kwargs
)
208 def SetText(self
, *_args
, **_kwargs
):
209 val
= apply(controls2c
.wxListItem_SetText
,(self
,) + _args
, _kwargs
)
211 def SetImage(self
, *_args
, **_kwargs
):
212 val
= apply(controls2c
.wxListItem_SetImage
,(self
,) + _args
, _kwargs
)
214 def SetData(self
, *_args
, **_kwargs
):
215 val
= apply(controls2c
.wxListItem_SetData
,(self
,) + _args
, _kwargs
)
217 def SetWidth(self
, *_args
, **_kwargs
):
218 val
= apply(controls2c
.wxListItem_SetWidth
,(self
,) + _args
, _kwargs
)
220 def SetAlign(self
, *_args
, **_kwargs
):
221 val
= apply(controls2c
.wxListItem_SetAlign
,(self
,) + _args
, _kwargs
)
223 def SetTextColour(self
, *_args
, **_kwargs
):
224 val
= apply(controls2c
.wxListItem_SetTextColour
,(self
,) + _args
, _kwargs
)
226 def SetBackgroundColour(self
, *_args
, **_kwargs
):
227 val
= apply(controls2c
.wxListItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
229 def SetFont(self
, *_args
, **_kwargs
):
230 val
= apply(controls2c
.wxListItem_SetFont
,(self
,) + _args
, _kwargs
)
232 def GetMask(self
, *_args
, **_kwargs
):
233 val
= apply(controls2c
.wxListItem_GetMask
,(self
,) + _args
, _kwargs
)
235 def GetId(self
, *_args
, **_kwargs
):
236 val
= apply(controls2c
.wxListItem_GetId
,(self
,) + _args
, _kwargs
)
238 def GetColumn(self
, *_args
, **_kwargs
):
239 val
= apply(controls2c
.wxListItem_GetColumn
,(self
,) + _args
, _kwargs
)
241 def GetState(self
, *_args
, **_kwargs
):
242 val
= apply(controls2c
.wxListItem_GetState
,(self
,) + _args
, _kwargs
)
244 def GetText(self
, *_args
, **_kwargs
):
245 val
= apply(controls2c
.wxListItem_GetText
,(self
,) + _args
, _kwargs
)
247 def GetImage(self
, *_args
, **_kwargs
):
248 val
= apply(controls2c
.wxListItem_GetImage
,(self
,) + _args
, _kwargs
)
250 def GetData(self
, *_args
, **_kwargs
):
251 val
= apply(controls2c
.wxListItem_GetData
,(self
,) + _args
, _kwargs
)
253 def GetWidth(self
, *_args
, **_kwargs
):
254 val
= apply(controls2c
.wxListItem_GetWidth
,(self
,) + _args
, _kwargs
)
256 def GetAlign(self
, *_args
, **_kwargs
):
257 val
= apply(controls2c
.wxListItem_GetAlign
,(self
,) + _args
, _kwargs
)
259 def GetAttributes(self
, *_args
, **_kwargs
):
260 val
= apply(controls2c
.wxListItem_GetAttributes
,(self
,) + _args
, _kwargs
)
261 if val
: val
= wxListItemAttrPtr(val
)
263 def HasAttributes(self
, *_args
, **_kwargs
):
264 val
= apply(controls2c
.wxListItem_HasAttributes
,(self
,) + _args
, _kwargs
)
266 def GetTextColour(self
, *_args
, **_kwargs
):
267 val
= apply(controls2c
.wxListItem_GetTextColour
,(self
,) + _args
, _kwargs
)
268 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
270 def GetBackgroundColour(self
, *_args
, **_kwargs
):
271 val
= apply(controls2c
.wxListItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
272 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
274 def GetFont(self
, *_args
, **_kwargs
):
275 val
= apply(controls2c
.wxListItem_GetFont
,(self
,) + _args
, _kwargs
)
276 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
278 def __setattr__(self
,name
,value
):
279 if name
== "m_mask" :
280 controls2c
.wxListItem_m_mask_set(self
,value
)
282 if name
== "m_itemId" :
283 controls2c
.wxListItem_m_itemId_set(self
,value
)
286 controls2c
.wxListItem_m_col_set(self
,value
)
288 if name
== "m_state" :
289 controls2c
.wxListItem_m_state_set(self
,value
)
291 if name
== "m_stateMask" :
292 controls2c
.wxListItem_m_stateMask_set(self
,value
)
294 if name
== "m_text" :
295 controls2c
.wxListItem_m_text_set(self
,value
)
297 if name
== "m_image" :
298 controls2c
.wxListItem_m_image_set(self
,value
)
300 if name
== "m_data" :
301 controls2c
.wxListItem_m_data_set(self
,value
)
303 if name
== "m_format" :
304 controls2c
.wxListItem_m_format_set(self
,value
)
306 if name
== "m_width" :
307 controls2c
.wxListItem_m_width_set(self
,value
)
309 self
.__dict
__[name
] = value
310 def __getattr__(self
,name
):
311 if name
== "m_mask" :
312 return controls2c
.wxListItem_m_mask_get(self
)
313 if name
== "m_itemId" :
314 return controls2c
.wxListItem_m_itemId_get(self
)
316 return controls2c
.wxListItem_m_col_get(self
)
317 if name
== "m_state" :
318 return controls2c
.wxListItem_m_state_get(self
)
319 if name
== "m_stateMask" :
320 return controls2c
.wxListItem_m_stateMask_get(self
)
321 if name
== "m_text" :
322 return controls2c
.wxListItem_m_text_get(self
)
323 if name
== "m_image" :
324 return controls2c
.wxListItem_m_image_get(self
)
325 if name
== "m_data" :
326 return controls2c
.wxListItem_m_data_get(self
)
327 if name
== "m_format" :
328 return controls2c
.wxListItem_m_format_get(self
)
329 if name
== "m_width" :
330 return controls2c
.wxListItem_m_width_get(self
)
331 raise AttributeError,name
333 return "<C wxListItem instance at %s>" % (self
.this
,)
334 class wxListItem(wxListItemPtr
):
335 def __init__(self
,*_args
,**_kwargs
):
336 self
.this
= apply(controls2c
.new_wxListItem
,_args
,_kwargs
)
342 class wxListEventPtr(wxNotifyEventPtr
):
343 def __init__(self
,this
):
346 def GetCode(self
, *_args
, **_kwargs
):
347 val
= apply(controls2c
.wxListEvent_GetCode
,(self
,) + _args
, _kwargs
)
349 def GetIndex(self
, *_args
, **_kwargs
):
350 val
= apply(controls2c
.wxListEvent_GetIndex
,(self
,) + _args
, _kwargs
)
352 def GetOldIndex(self
, *_args
, **_kwargs
):
353 val
= apply(controls2c
.wxListEvent_GetOldIndex
,(self
,) + _args
, _kwargs
)
355 def GetOldItem(self
, *_args
, **_kwargs
):
356 val
= apply(controls2c
.wxListEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
358 def GetColumn(self
, *_args
, **_kwargs
):
359 val
= apply(controls2c
.wxListEvent_GetColumn
,(self
,) + _args
, _kwargs
)
361 def Cancelled(self
, *_args
, **_kwargs
):
362 val
= apply(controls2c
.wxListEvent_Cancelled
,(self
,) + _args
, _kwargs
)
364 def GetPoint(self
, *_args
, **_kwargs
):
365 val
= apply(controls2c
.wxListEvent_GetPoint
,(self
,) + _args
, _kwargs
)
366 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
368 def GetLabel(self
, *_args
, **_kwargs
):
369 val
= apply(controls2c
.wxListEvent_GetLabel
,(self
,) + _args
, _kwargs
)
371 def GetText(self
, *_args
, **_kwargs
):
372 val
= apply(controls2c
.wxListEvent_GetText
,(self
,) + _args
, _kwargs
)
374 def GetImage(self
, *_args
, **_kwargs
):
375 val
= apply(controls2c
.wxListEvent_GetImage
,(self
,) + _args
, _kwargs
)
377 def GetData(self
, *_args
, **_kwargs
):
378 val
= apply(controls2c
.wxListEvent_GetData
,(self
,) + _args
, _kwargs
)
380 def GetMask(self
, *_args
, **_kwargs
):
381 val
= apply(controls2c
.wxListEvent_GetMask
,(self
,) + _args
, _kwargs
)
383 def GetItem(self
, *_args
, **_kwargs
):
384 val
= apply(controls2c
.wxListEvent_GetItem
,(self
,) + _args
, _kwargs
)
386 def GetCacheFrom(self
, *_args
, **_kwargs
):
387 val
= apply(controls2c
.wxListEvent_GetCacheFrom
,(self
,) + _args
, _kwargs
)
389 def GetCacheTo(self
, *_args
, **_kwargs
):
390 val
= apply(controls2c
.wxListEvent_GetCacheTo
,(self
,) + _args
, _kwargs
)
392 def __setattr__(self
,name
,value
):
393 if name
== "m_code" :
394 controls2c
.wxListEvent_m_code_set(self
,value
)
396 if name
== "m_itemIndex" :
397 controls2c
.wxListEvent_m_itemIndex_set(self
,value
)
399 if name
== "m_oldItemIndex" :
400 controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
)
403 controls2c
.wxListEvent_m_col_set(self
,value
)
405 if name
== "m_cancelled" :
406 controls2c
.wxListEvent_m_cancelled_set(self
,value
)
408 if name
== "m_pointDrag" :
409 controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
)
411 if name
== "m_item" :
412 controls2c
.wxListEvent_m_item_set(self
,value
.this
)
414 self
.__dict
__[name
] = value
415 def __getattr__(self
,name
):
416 if name
== "m_code" :
417 return controls2c
.wxListEvent_m_code_get(self
)
418 if name
== "m_itemIndex" :
419 return controls2c
.wxListEvent_m_itemIndex_get(self
)
420 if name
== "m_oldItemIndex" :
421 return controls2c
.wxListEvent_m_oldItemIndex_get(self
)
423 return controls2c
.wxListEvent_m_col_get(self
)
424 if name
== "m_cancelled" :
425 return controls2c
.wxListEvent_m_cancelled_get(self
)
426 if name
== "m_pointDrag" :
427 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
))
428 if name
== "m_item" :
429 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
))
430 raise AttributeError,name
432 return "<C wxListEvent instance at %s>" % (self
.this
,)
433 class wxListEvent(wxListEventPtr
):
434 def __init__(self
,*_args
,**_kwargs
):
435 self
.this
= apply(controls2c
.new_wxListEvent
,_args
,_kwargs
)
441 class wxListCtrlPtr(wxControlPtr
):
442 def __init__(self
,this
):
445 def Create(self
, *_args
, **_kwargs
):
446 val
= apply(controls2c
.wxListCtrl_Create
,(self
,) + _args
, _kwargs
)
448 def _setCallbackInfo(self
, *_args
, **_kwargs
):
449 val
= apply(controls2c
.wxListCtrl__setCallbackInfo
,(self
,) + _args
, _kwargs
)
451 def SetForegroundColour(self
, *_args
, **_kwargs
):
452 val
= apply(controls2c
.wxListCtrl_SetForegroundColour
,(self
,) + _args
, _kwargs
)
454 def SetBackgroundColour(self
, *_args
, **_kwargs
):
455 val
= apply(controls2c
.wxListCtrl_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
457 def GetColumn(self
, *_args
, **_kwargs
):
458 val
= apply(controls2c
.wxListCtrl_GetColumn
,(self
,) + _args
, _kwargs
)
460 def SetColumn(self
, *_args
, **_kwargs
):
461 val
= apply(controls2c
.wxListCtrl_SetColumn
,(self
,) + _args
, _kwargs
)
463 def GetColumnWidth(self
, *_args
, **_kwargs
):
464 val
= apply(controls2c
.wxListCtrl_GetColumnWidth
,(self
,) + _args
, _kwargs
)
466 def SetColumnWidth(self
, *_args
, **_kwargs
):
467 val
= apply(controls2c
.wxListCtrl_SetColumnWidth
,(self
,) + _args
, _kwargs
)
469 def GetCountPerPage(self
, *_args
, **_kwargs
):
470 val
= apply(controls2c
.wxListCtrl_GetCountPerPage
,(self
,) + _args
, _kwargs
)
472 def GetEditControl(self
, *_args
, **_kwargs
):
473 val
= apply(controls2c
.wxListCtrl_GetEditControl
,(self
,) + _args
, _kwargs
)
475 def GetItem(self
, *_args
, **_kwargs
):
476 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
478 def SetItem(self
, *_args
, **_kwargs
):
479 val
= apply(controls2c
.wxListCtrl_SetItem
,(self
,) + _args
, _kwargs
)
481 def SetStringItem(self
, *_args
, **_kwargs
):
482 val
= apply(controls2c
.wxListCtrl_SetStringItem
,(self
,) + _args
, _kwargs
)
484 def GetItemState(self
, *_args
, **_kwargs
):
485 val
= apply(controls2c
.wxListCtrl_GetItemState
,(self
,) + _args
, _kwargs
)
487 def SetItemState(self
, *_args
, **_kwargs
):
488 val
= apply(controls2c
.wxListCtrl_SetItemState
,(self
,) + _args
, _kwargs
)
490 def SetItemImage(self
, *_args
, **_kwargs
):
491 val
= apply(controls2c
.wxListCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
493 def GetItemText(self
, *_args
, **_kwargs
):
494 val
= apply(controls2c
.wxListCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
496 def SetItemText(self
, *_args
, **_kwargs
):
497 val
= apply(controls2c
.wxListCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
499 def GetItemData(self
, *_args
, **_kwargs
):
500 val
= apply(controls2c
.wxListCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
502 def SetItemData(self
, *_args
, **_kwargs
):
503 val
= apply(controls2c
.wxListCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
505 def GetItemPosition(self
, *_args
, **_kwargs
):
506 val
= apply(controls2c
.wxListCtrl_GetItemPosition
,(self
,) + _args
, _kwargs
)
507 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
509 def GetItemRect(self
, *_args
, **_kwargs
):
510 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
,) + _args
, _kwargs
)
511 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
513 def SetItemPosition(self
, *_args
, **_kwargs
):
514 val
= apply(controls2c
.wxListCtrl_SetItemPosition
,(self
,) + _args
, _kwargs
)
516 def GetItemCount(self
, *_args
, **_kwargs
):
517 val
= apply(controls2c
.wxListCtrl_GetItemCount
,(self
,) + _args
, _kwargs
)
519 def GetColumnCount(self
, *_args
, **_kwargs
):
520 val
= apply(controls2c
.wxListCtrl_GetColumnCount
,(self
,) + _args
, _kwargs
)
522 def GetItemSpacing(self
, *_args
, **_kwargs
):
523 val
= apply(controls2c
.wxListCtrl_GetItemSpacing
,(self
,) + _args
, _kwargs
)
525 def GetSelectedItemCount(self
, *_args
, **_kwargs
):
526 val
= apply(controls2c
.wxListCtrl_GetSelectedItemCount
,(self
,) + _args
, _kwargs
)
528 def GetTextColour(self
, *_args
, **_kwargs
):
529 val
= apply(controls2c
.wxListCtrl_GetTextColour
,(self
,) + _args
, _kwargs
)
530 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
532 def SetTextColour(self
, *_args
, **_kwargs
):
533 val
= apply(controls2c
.wxListCtrl_SetTextColour
,(self
,) + _args
, _kwargs
)
535 def GetTopItem(self
, *_args
, **_kwargs
):
536 val
= apply(controls2c
.wxListCtrl_GetTopItem
,(self
,) + _args
, _kwargs
)
538 def SetSingleStyle(self
, *_args
, **_kwargs
):
539 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
,) + _args
, _kwargs
)
541 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
542 val
= apply(controls2c
.wxListCtrl_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
544 def GetNextItem(self
, *_args
, **_kwargs
):
545 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
,) + _args
, _kwargs
)
547 def GetImageList(self
, *_args
, **_kwargs
):
548 val
= apply(controls2c
.wxListCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
550 def SetImageList(self
, *_args
, **_kwargs
):
551 val
= apply(controls2c
.wxListCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
553 def AssignImageList(self
, *_args
, **_kwargs
):
554 val
= apply(controls2c
.wxListCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
557 def IsVirtual(self
, *_args
, **_kwargs
):
558 val
= apply(controls2c
.wxListCtrl_IsVirtual
,(self
,) + _args
, _kwargs
)
560 def RefreshItem(self
, *_args
, **_kwargs
):
561 val
= apply(controls2c
.wxListCtrl_RefreshItem
,(self
,) + _args
, _kwargs
)
563 def RefreshItems(self
, *_args
, **_kwargs
):
564 val
= apply(controls2c
.wxListCtrl_RefreshItems
,(self
,) + _args
, _kwargs
)
566 def Arrange(self
, *_args
, **_kwargs
):
567 val
= apply(controls2c
.wxListCtrl_Arrange
,(self
,) + _args
, _kwargs
)
569 def DeleteItem(self
, *_args
, **_kwargs
):
570 val
= apply(controls2c
.wxListCtrl_DeleteItem
,(self
,) + _args
, _kwargs
)
572 def DeleteAllItems(self
, *_args
, **_kwargs
):
573 val
= apply(controls2c
.wxListCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
575 def DeleteColumn(self
, *_args
, **_kwargs
):
576 val
= apply(controls2c
.wxListCtrl_DeleteColumn
,(self
,) + _args
, _kwargs
)
578 def DeleteAllColumns(self
, *_args
, **_kwargs
):
579 val
= apply(controls2c
.wxListCtrl_DeleteAllColumns
,(self
,) + _args
, _kwargs
)
581 def ClearAll(self
, *_args
, **_kwargs
):
582 val
= apply(controls2c
.wxListCtrl_ClearAll
,(self
,) + _args
, _kwargs
)
584 def EditLabel(self
, *_args
, **_kwargs
):
585 val
= apply(controls2c
.wxListCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
587 def EndEditLabel(self
, *_args
, **_kwargs
):
588 val
= apply(controls2c
.wxListCtrl_EndEditLabel
,(self
,) + _args
, _kwargs
)
590 def EnsureVisible(self
, *_args
, **_kwargs
):
591 val
= apply(controls2c
.wxListCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
593 def FindItem(self
, *_args
, **_kwargs
):
594 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
,) + _args
, _kwargs
)
596 def FindItemData(self
, *_args
, **_kwargs
):
597 val
= apply(controls2c
.wxListCtrl_FindItemData
,(self
,) + _args
, _kwargs
)
599 def FindItemAtPos(self
, *_args
, **_kwargs
):
600 val
= apply(controls2c
.wxListCtrl_FindItemAtPos
,(self
,) + _args
, _kwargs
)
602 def HitTest(self
, *_args
, **_kwargs
):
603 val
= apply(controls2c
.wxListCtrl_HitTest
,(self
,) + _args
, _kwargs
)
605 def InsertItem(self
, *_args
, **_kwargs
):
606 val
= apply(controls2c
.wxListCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
608 def InsertStringItem(self
, *_args
, **_kwargs
):
609 val
= apply(controls2c
.wxListCtrl_InsertStringItem
,(self
,) + _args
, _kwargs
)
611 def InsertImageItem(self
, *_args
, **_kwargs
):
612 val
= apply(controls2c
.wxListCtrl_InsertImageItem
,(self
,) + _args
, _kwargs
)
614 def InsertImageStringItem(self
, *_args
, **_kwargs
):
615 val
= apply(controls2c
.wxListCtrl_InsertImageStringItem
,(self
,) + _args
, _kwargs
)
617 def InsertColumnInfo(self
, *_args
, **_kwargs
):
618 val
= apply(controls2c
.wxListCtrl_InsertColumnInfo
,(self
,) + _args
, _kwargs
)
620 def InsertColumn(self
, *_args
, **_kwargs
):
621 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
,) + _args
, _kwargs
)
623 def SetItemCount(self
, *_args
, **_kwargs
):
624 val
= apply(controls2c
.wxListCtrl_SetItemCount
,(self
,) + _args
, _kwargs
)
626 def ScrollList(self
, *_args
, **_kwargs
):
627 val
= apply(controls2c
.wxListCtrl_ScrollList
,(self
,) + _args
, _kwargs
)
629 def SortItems(self
, *_args
, **_kwargs
):
630 val
= apply(controls2c
.wxListCtrl_SortItems
,(self
,) + _args
, _kwargs
)
633 return "<C wxListCtrl instance at %s>" % (self
.this
,)
635 def GetItem(self
, *_args
, **_kwargs
):
636 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
643 def Select(self
, idx
, on
=1):
644 '''[de]select an item'''
645 if on
: state
= wxLIST_STATE_SELECTED
647 self
.SetItemState(idx
, state
, wxLIST_STATE_SELECTED
)
649 def Focus(self
, idx
):
650 '''Focus and show the given item'''
651 self
.SetItemState(idx
, wxLIST_STATE_FOCUSED
, wxLIST_STATE_FOCUSED
)
652 self
.EnsureVisible(idx
)
654 def GetFocusedItem(self
):
655 '''get the currently focused item or -1 if none'''
656 return self
.GetNextItem(-1, wxLIST_NEXT_ALL
, wxLIST_STATE_FOCUSED
)
658 def IsSelected(self
, idx
):
659 '''return TRUE if the item is selected'''
660 return self
.GetItemState(idx
, wxLIST_STATE_SELECTED
) != 0
662 def SetColumnImage(self
, col
, image
):
664 item
.SetMask(wxLIST_MASK_IMAGE
)
666 self
.SetColumn(col
, item
)
668 def ClearColumnImage(self
, col
):
669 self
.SetColumnImage(col
, -1)
671 class wxListCtrl(wxListCtrlPtr
):
672 def __init__(self
,*_args
,**_kwargs
):
673 self
.this
= apply(controls2c
.new_wxListCtrl
,_args
,_kwargs
)
675 self
._setCallbackInfo
(self
, wxListCtrl
)
676 self
._setOORInfo
(self
)
680 def wxPreListCtrl(*_args
,**_kwargs
):
681 val
= wxListCtrlPtr(apply(controls2c
.new_wxPreListCtrl
,_args
,_kwargs
))
683 val
._setOORInfo
(self
)
687 class wxListViewPtr(wxListCtrlPtr
):
688 def __init__(self
,this
):
691 def Create(self
, *_args
, **_kwargs
):
692 val
= apply(controls2c
.wxListView_Create
,(self
,) + _args
, _kwargs
)
694 def Select(self
, *_args
, **_kwargs
):
695 val
= apply(controls2c
.wxListView_Select
,(self
,) + _args
, _kwargs
)
697 def Focus(self
, *_args
, **_kwargs
):
698 val
= apply(controls2c
.wxListView_Focus
,(self
,) + _args
, _kwargs
)
700 def GetFocusedItem(self
, *_args
, **_kwargs
):
701 val
= apply(controls2c
.wxListView_GetFocusedItem
,(self
,) + _args
, _kwargs
)
703 def GetNextSelected(self
, *_args
, **_kwargs
):
704 val
= apply(controls2c
.wxListView_GetNextSelected
,(self
,) + _args
, _kwargs
)
706 def GetFirstSelected(self
, *_args
, **_kwargs
):
707 val
= apply(controls2c
.wxListView_GetFirstSelected
,(self
,) + _args
, _kwargs
)
709 def IsSelected(self
, *_args
, **_kwargs
):
710 val
= apply(controls2c
.wxListView_IsSelected
,(self
,) + _args
, _kwargs
)
712 def SetColumnImage(self
, *_args
, **_kwargs
):
713 val
= apply(controls2c
.wxListView_SetColumnImage
,(self
,) + _args
, _kwargs
)
715 def ClearColumnImage(self
, *_args
, **_kwargs
):
716 val
= apply(controls2c
.wxListView_ClearColumnImage
,(self
,) + _args
, _kwargs
)
719 return "<C wxListView instance at %s>" % (self
.this
,)
720 class wxListView(wxListViewPtr
):
721 def __init__(self
,*_args
,**_kwargs
):
722 self
.this
= apply(controls2c
.new_wxListView
,_args
,_kwargs
)
724 self
._setOORInfo
(self
)
728 def wxPreListView(*_args
,**_kwargs
):
729 val
= wxListViewPtr(apply(controls2c
.new_wxPreListView
,_args
,_kwargs
))
731 val
._setOORInfo
(self
)
735 class wxTreeItemAttrPtr
:
736 def __init__(self
,this
):
739 def SetTextColour(self
, *_args
, **_kwargs
):
740 val
= apply(controls2c
.wxTreeItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
742 def SetBackgroundColour(self
, *_args
, **_kwargs
):
743 val
= apply(controls2c
.wxTreeItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
745 def SetFont(self
, *_args
, **_kwargs
):
746 val
= apply(controls2c
.wxTreeItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
748 def HasTextColour(self
, *_args
, **_kwargs
):
749 val
= apply(controls2c
.wxTreeItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
751 def HasBackgroundColour(self
, *_args
, **_kwargs
):
752 val
= apply(controls2c
.wxTreeItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
754 def HasFont(self
, *_args
, **_kwargs
):
755 val
= apply(controls2c
.wxTreeItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
757 def GetTextColour(self
, *_args
, **_kwargs
):
758 val
= apply(controls2c
.wxTreeItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
759 if val
: val
= wxColourPtr(val
)
761 def GetBackgroundColour(self
, *_args
, **_kwargs
):
762 val
= apply(controls2c
.wxTreeItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
763 if val
: val
= wxColourPtr(val
)
765 def GetFont(self
, *_args
, **_kwargs
):
766 val
= apply(controls2c
.wxTreeItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
767 if val
: val
= wxFontPtr(val
)
770 return "<C wxTreeItemAttr instance at %s>" % (self
.this
,)
771 class wxTreeItemAttr(wxTreeItemAttrPtr
):
772 def __init__(self
,*_args
,**_kwargs
):
773 self
.this
= apply(controls2c
.new_wxTreeItemAttr
,_args
,_kwargs
)
779 class wxTreeItemIdPtr
:
780 def __init__(self
,this
):
783 def __del__(self
,controls2c
=controls2c
):
784 if self
.thisown
== 1 :
785 controls2c
.delete_wxTreeItemId(self
)
786 def IsOk(self
, *_args
, **_kwargs
):
787 val
= apply(controls2c
.wxTreeItemId_IsOk
,(self
,) + _args
, _kwargs
)
789 def __cmp__(self
, *_args
, **_kwargs
):
790 val
= apply(controls2c
.wxTreeItemId___cmp__
,(self
,) + _args
, _kwargs
)
793 return "<C wxTreeItemId instance at %s>" % (self
.this
,)
794 class wxTreeItemId(wxTreeItemIdPtr
):
795 def __init__(self
,*_args
,**_kwargs
):
796 self
.this
= apply(controls2c
.new_wxTreeItemId
,_args
,_kwargs
)
802 class wxTreeItemDataPtr(wxObjectPtr
):
803 def __init__(self
,this
):
806 def GetData(self
, *_args
, **_kwargs
):
807 val
= apply(controls2c
.wxTreeItemData_GetData
,(self
,) + _args
, _kwargs
)
809 def SetData(self
, *_args
, **_kwargs
):
810 val
= apply(controls2c
.wxTreeItemData_SetData
,(self
,) + _args
, _kwargs
)
812 def GetId(self
, *_args
, **_kwargs
):
813 val
= apply(controls2c
.wxTreeItemData_GetId
,(self
,) + _args
, _kwargs
)
814 if val
: val
= wxTreeItemIdPtr(val
)
816 def SetId(self
, *_args
, **_kwargs
):
817 val
= apply(controls2c
.wxTreeItemData_SetId
,(self
,) + _args
, _kwargs
)
820 return "<C wxTreeItemData instance at %s>" % (self
.this
,)
821 class wxTreeItemData(wxTreeItemDataPtr
):
822 def __init__(self
,*_args
,**_kwargs
):
823 self
.this
= apply(controls2c
.new_wxTreeItemData
,_args
,_kwargs
)
829 class wxTreeEventPtr(wxNotifyEventPtr
):
830 def __init__(self
,this
):
833 def GetItem(self
, *_args
, **_kwargs
):
834 val
= apply(controls2c
.wxTreeEvent_GetItem
,(self
,) + _args
, _kwargs
)
835 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
837 def GetOldItem(self
, *_args
, **_kwargs
):
838 val
= apply(controls2c
.wxTreeEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
839 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
841 def GetPoint(self
, *_args
, **_kwargs
):
842 val
= apply(controls2c
.wxTreeEvent_GetPoint
,(self
,) + _args
, _kwargs
)
843 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
845 def GetKeyEvent(self
, *_args
, **_kwargs
):
846 val
= apply(controls2c
.wxTreeEvent_GetKeyEvent
,(self
,) + _args
, _kwargs
)
847 if val
: val
= wxKeyEventPtr(val
)
849 def GetCode(self
, *_args
, **_kwargs
):
850 val
= apply(controls2c
.wxTreeEvent_GetCode
,(self
,) + _args
, _kwargs
)
852 def GetLabel(self
, *_args
, **_kwargs
):
853 val
= apply(controls2c
.wxTreeEvent_GetLabel
,(self
,) + _args
, _kwargs
)
856 return "<C wxTreeEvent instance at %s>" % (self
.this
,)
857 class wxTreeEvent(wxTreeEventPtr
):
858 def __init__(self
,*_args
,**_kwargs
):
859 self
.this
= apply(controls2c
.new_wxTreeEvent
,_args
,_kwargs
)
865 class wxTreeCtrlPtr(wxControlPtr
):
866 def __init__(self
,this
):
869 def Create(self
, *_args
, **_kwargs
):
870 val
= apply(controls2c
.wxTreeCtrl_Create
,(self
,) + _args
, _kwargs
)
872 def _setCallbackInfo(self
, *_args
, **_kwargs
):
873 val
= apply(controls2c
.wxTreeCtrl__setCallbackInfo
,(self
,) + _args
, _kwargs
)
875 def GetCount(self
, *_args
, **_kwargs
):
876 val
= apply(controls2c
.wxTreeCtrl_GetCount
,(self
,) + _args
, _kwargs
)
878 def GetIndent(self
, *_args
, **_kwargs
):
879 val
= apply(controls2c
.wxTreeCtrl_GetIndent
,(self
,) + _args
, _kwargs
)
881 def SetIndent(self
, *_args
, **_kwargs
):
882 val
= apply(controls2c
.wxTreeCtrl_SetIndent
,(self
,) + _args
, _kwargs
)
884 def GetImageList(self
, *_args
, **_kwargs
):
885 val
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
887 def GetStateImageList(self
, *_args
, **_kwargs
):
888 val
= apply(controls2c
.wxTreeCtrl_GetStateImageList
,(self
,) + _args
, _kwargs
)
890 def SetImageList(self
, *_args
, **_kwargs
):
891 val
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
893 def SetStateImageList(self
, *_args
, **_kwargs
):
894 val
= apply(controls2c
.wxTreeCtrl_SetStateImageList
,(self
,) + _args
, _kwargs
)
896 def AssignImageList(self
, *_args
, **_kwargs
):
897 val
= apply(controls2c
.wxTreeCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
900 def AssignStateImageList(self
, *_args
, **_kwargs
):
901 val
= apply(controls2c
.wxTreeCtrl_AssignStateImageList
,(self
,) + _args
, _kwargs
)
904 def GetSpacing(self
, *_args
, **_kwargs
):
905 val
= apply(controls2c
.wxTreeCtrl_GetSpacing
,(self
,) + _args
, _kwargs
)
907 def SetSpacing(self
, *_args
, **_kwargs
):
908 val
= apply(controls2c
.wxTreeCtrl_SetSpacing
,(self
,) + _args
, _kwargs
)
910 def GetItemText(self
, *_args
, **_kwargs
):
911 val
= apply(controls2c
.wxTreeCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
913 def GetItemImage(self
, *_args
, **_kwargs
):
914 val
= apply(controls2c
.wxTreeCtrl_GetItemImage
,(self
,) + _args
, _kwargs
)
916 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
917 val
= apply(controls2c
.wxTreeCtrl_GetItemSelectedImage
,(self
,) + _args
, _kwargs
)
919 def SetItemText(self
, *_args
, **_kwargs
):
920 val
= apply(controls2c
.wxTreeCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
922 def SetItemImage(self
, *_args
, **_kwargs
):
923 val
= apply(controls2c
.wxTreeCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
925 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
926 val
= apply(controls2c
.wxTreeCtrl_SetItemSelectedImage
,(self
,) + _args
, _kwargs
)
928 def SetItemHasChildren(self
, *_args
, **_kwargs
):
929 val
= apply(controls2c
.wxTreeCtrl_SetItemHasChildren
,(self
,) + _args
, _kwargs
)
931 def GetItemData(self
, *_args
, **_kwargs
):
932 val
= apply(controls2c
.wxTreeCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
933 if val
: val
= wxTreeItemDataPtr(val
)
935 def SetItemData(self
, *_args
, **_kwargs
):
936 val
= apply(controls2c
.wxTreeCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
938 def GetPyData(self
, *_args
, **_kwargs
):
939 val
= apply(controls2c
.wxTreeCtrl_GetPyData
,(self
,) + _args
, _kwargs
)
941 def SetPyData(self
, *_args
, **_kwargs
):
942 val
= apply(controls2c
.wxTreeCtrl_SetPyData
,(self
,) + _args
, _kwargs
)
944 def IsVisible(self
, *_args
, **_kwargs
):
945 val
= apply(controls2c
.wxTreeCtrl_IsVisible
,(self
,) + _args
, _kwargs
)
947 def ItemHasChildren(self
, *_args
, **_kwargs
):
948 val
= apply(controls2c
.wxTreeCtrl_ItemHasChildren
,(self
,) + _args
, _kwargs
)
950 def IsExpanded(self
, *_args
, **_kwargs
):
951 val
= apply(controls2c
.wxTreeCtrl_IsExpanded
,(self
,) + _args
, _kwargs
)
953 def IsSelected(self
, *_args
, **_kwargs
):
954 val
= apply(controls2c
.wxTreeCtrl_IsSelected
,(self
,) + _args
, _kwargs
)
956 def GetRootItem(self
, *_args
, **_kwargs
):
957 val
= apply(controls2c
.wxTreeCtrl_GetRootItem
,(self
,) + _args
, _kwargs
)
958 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
960 def GetSelection(self
, *_args
, **_kwargs
):
961 val
= apply(controls2c
.wxTreeCtrl_GetSelection
,(self
,) + _args
, _kwargs
)
962 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
964 def GetItemParent(self
, *_args
, **_kwargs
):
965 val
= apply(controls2c
.wxTreeCtrl_GetItemParent
,(self
,) + _args
, _kwargs
)
966 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
968 def GetSelections(self
, *_args
, **_kwargs
):
969 val
= apply(controls2c
.wxTreeCtrl_GetSelections
,(self
,) + _args
, _kwargs
)
971 def GetChildrenCount(self
, *_args
, **_kwargs
):
972 val
= apply(controls2c
.wxTreeCtrl_GetChildrenCount
,(self
,) + _args
, _kwargs
)
974 def GetFirstChild(self
, *_args
, **_kwargs
):
975 val
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
977 def GetNextChild(self
, *_args
, **_kwargs
):
978 val
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
980 def GetNextSibling(self
, *_args
, **_kwargs
):
981 val
= apply(controls2c
.wxTreeCtrl_GetNextSibling
,(self
,) + _args
, _kwargs
)
982 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
984 def GetPrevSibling(self
, *_args
, **_kwargs
):
985 val
= apply(controls2c
.wxTreeCtrl_GetPrevSibling
,(self
,) + _args
, _kwargs
)
986 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
988 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
989 val
= apply(controls2c
.wxTreeCtrl_GetFirstVisibleItem
,(self
,) + _args
, _kwargs
)
990 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
992 def GetNextVisible(self
, *_args
, **_kwargs
):
993 val
= apply(controls2c
.wxTreeCtrl_GetNextVisible
,(self
,) + _args
, _kwargs
)
994 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
996 def GetPrevVisible(self
, *_args
, **_kwargs
):
997 val
= apply(controls2c
.wxTreeCtrl_GetPrevVisible
,(self
,) + _args
, _kwargs
)
998 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1000 def GetLastChild(self
, *_args
, **_kwargs
):
1001 val
= apply(controls2c
.wxTreeCtrl_GetLastChild
,(self
,) + _args
, _kwargs
)
1002 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1004 def AddRoot(self
, *_args
, **_kwargs
):
1005 val
= apply(controls2c
.wxTreeCtrl_AddRoot
,(self
,) + _args
, _kwargs
)
1006 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1008 def PrependItem(self
, *_args
, **_kwargs
):
1009 val
= apply(controls2c
.wxTreeCtrl_PrependItem
,(self
,) + _args
, _kwargs
)
1010 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1012 def InsertItem(self
, *_args
, **_kwargs
):
1013 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
1014 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1016 def InsertItemBefore(self
, *_args
, **_kwargs
):
1017 val
= apply(controls2c
.wxTreeCtrl_InsertItemBefore
,(self
,) + _args
, _kwargs
)
1018 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1020 def AppendItem(self
, *_args
, **_kwargs
):
1021 val
= apply(controls2c
.wxTreeCtrl_AppendItem
,(self
,) + _args
, _kwargs
)
1022 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1024 def Delete(self
, *_args
, **_kwargs
):
1025 val
= apply(controls2c
.wxTreeCtrl_Delete
,(self
,) + _args
, _kwargs
)
1027 def DeleteChildren(self
, *_args
, **_kwargs
):
1028 val
= apply(controls2c
.wxTreeCtrl_DeleteChildren
,(self
,) + _args
, _kwargs
)
1030 def DeleteAllItems(self
, *_args
, **_kwargs
):
1031 val
= apply(controls2c
.wxTreeCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
1033 def Expand(self
, *_args
, **_kwargs
):
1034 val
= apply(controls2c
.wxTreeCtrl_Expand
,(self
,) + _args
, _kwargs
)
1036 def Collapse(self
, *_args
, **_kwargs
):
1037 val
= apply(controls2c
.wxTreeCtrl_Collapse
,(self
,) + _args
, _kwargs
)
1039 def CollapseAndReset(self
, *_args
, **_kwargs
):
1040 val
= apply(controls2c
.wxTreeCtrl_CollapseAndReset
,(self
,) + _args
, _kwargs
)
1042 def Toggle(self
, *_args
, **_kwargs
):
1043 val
= apply(controls2c
.wxTreeCtrl_Toggle
,(self
,) + _args
, _kwargs
)
1045 def Unselect(self
, *_args
, **_kwargs
):
1046 val
= apply(controls2c
.wxTreeCtrl_Unselect
,(self
,) + _args
, _kwargs
)
1048 def UnselectAll(self
, *_args
, **_kwargs
):
1049 val
= apply(controls2c
.wxTreeCtrl_UnselectAll
,(self
,) + _args
, _kwargs
)
1051 def SelectItem(self
, *_args
, **_kwargs
):
1052 val
= apply(controls2c
.wxTreeCtrl_SelectItem
,(self
,) + _args
, _kwargs
)
1054 def EnsureVisible(self
, *_args
, **_kwargs
):
1055 val
= apply(controls2c
.wxTreeCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
1057 def ScrollTo(self
, *_args
, **_kwargs
):
1058 val
= apply(controls2c
.wxTreeCtrl_ScrollTo
,(self
,) + _args
, _kwargs
)
1060 def EditLabel(self
, *_args
, **_kwargs
):
1061 val
= apply(controls2c
.wxTreeCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
1063 def GetEditControl(self
, *_args
, **_kwargs
):
1064 val
= apply(controls2c
.wxTreeCtrl_GetEditControl
,(self
,) + _args
, _kwargs
)
1066 def EndEditLabel(self
, *_args
, **_kwargs
):
1067 val
= apply(controls2c
.wxTreeCtrl_EndEditLabel
,(self
,) + _args
, _kwargs
)
1069 def SortChildren(self
, *_args
, **_kwargs
):
1070 val
= apply(controls2c
.wxTreeCtrl_SortChildren
,(self
,) + _args
, _kwargs
)
1072 def SetItemBold(self
, *_args
, **_kwargs
):
1073 val
= apply(controls2c
.wxTreeCtrl_SetItemBold
,(self
,) + _args
, _kwargs
)
1075 def IsBold(self
, *_args
, **_kwargs
):
1076 val
= apply(controls2c
.wxTreeCtrl_IsBold
,(self
,) + _args
, _kwargs
)
1078 def HitTest(self
, *_args
, **_kwargs
):
1079 val
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
1081 def SetItemTextColour(self
, *_args
, **_kwargs
):
1082 val
= apply(controls2c
.wxTreeCtrl_SetItemTextColour
,(self
,) + _args
, _kwargs
)
1084 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
1085 val
= apply(controls2c
.wxTreeCtrl_SetItemBackgroundColour
,(self
,) + _args
, _kwargs
)
1087 def SetItemFont(self
, *_args
, **_kwargs
):
1088 val
= apply(controls2c
.wxTreeCtrl_SetItemFont
,(self
,) + _args
, _kwargs
)
1090 def SetItemDropHighlight(self
, *_args
, **_kwargs
):
1091 val
= apply(controls2c
.wxTreeCtrl_SetItemDropHighlight
,(self
,) + _args
, _kwargs
)
1093 def GetBoundingRect(self
, *_args
, **_kwargs
):
1094 val
= apply(controls2c
.wxTreeCtrl_GetBoundingRect
,(self
,) + _args
, _kwargs
)
1097 return "<C wxTreeCtrl instance at %s>" % (self
.this
,)
1099 # Redefine some methods that SWIG gets a bit confused on...
1100 def GetFirstChild(self
, *_args
, **_kwargs
):
1101 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
1102 val1
= wxTreeItemIdPtr(val1
)
1105 def GetNextChild(self
, *_args
, **_kwargs
):
1106 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
1107 val1
= wxTreeItemIdPtr(val1
)
1110 def HitTest(self
, *_args
, **_kwargs
):
1111 val1
, val2
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
1112 val1
= wxTreeItemIdPtr(val1
)
1116 class wxTreeCtrl(wxTreeCtrlPtr
):
1117 def __init__(self
,*_args
,**_kwargs
):
1118 self
.this
= apply(controls2c
.new_wxTreeCtrl
,_args
,_kwargs
)
1120 self
._setCallbackInfo
(self
, wxTreeCtrl
)
1121 self
._setOORInfo
(self
)
1125 def wxPreTreeCtrl(*_args
,**_kwargs
):
1126 val
= wxTreeCtrlPtr(apply(controls2c
.new_wxPreTreeCtrl
,_args
,_kwargs
))
1128 val
._setOORInfo
(self
)
1134 #-------------- FUNCTION WRAPPERS ------------------
1138 #-------------- VARIABLE WRAPPERS ------------------
1140 wxEVT_COMMAND_LIST_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
1141 wxEVT_COMMAND_LIST_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
1142 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
1143 wxEVT_COMMAND_LIST_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
1144 wxEVT_COMMAND_LIST_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
1145 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
1146 wxEVT_COMMAND_LIST_GET_INFO
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
1147 wxEVT_COMMAND_LIST_SET_INFO
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
1148 wxEVT_COMMAND_LIST_ITEM_SELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
1149 wxEVT_COMMAND_LIST_ITEM_DESELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
1150 wxEVT_COMMAND_LIST_KEY_DOWN
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
1151 wxEVT_COMMAND_LIST_INSERT_ITEM
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
1152 wxEVT_COMMAND_LIST_COL_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
1153 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1154 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
1155 wxEVT_COMMAND_LIST_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
1156 wxEVT_COMMAND_LIST_CACHE_HINT
= controls2c
.wxEVT_COMMAND_LIST_CACHE_HINT
1157 wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
1158 wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
1159 wxEVT_COMMAND_LIST_COL_DRAGGING
= controls2c
.wxEVT_COMMAND_LIST_COL_DRAGGING
1160 wxEVT_COMMAND_LIST_COL_END_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_END_DRAG
1161 wxLC_VRULES
= controls2c
.wxLC_VRULES
1162 wxLC_HRULES
= controls2c
.wxLC_HRULES
1163 wxLC_ICON
= controls2c
.wxLC_ICON
1164 wxLC_SMALL_ICON
= controls2c
.wxLC_SMALL_ICON
1165 wxLC_LIST
= controls2c
.wxLC_LIST
1166 wxLC_REPORT
= controls2c
.wxLC_REPORT
1167 wxLC_ALIGN_TOP
= controls2c
.wxLC_ALIGN_TOP
1168 wxLC_ALIGN_LEFT
= controls2c
.wxLC_ALIGN_LEFT
1169 wxLC_AUTOARRANGE
= controls2c
.wxLC_AUTOARRANGE
1170 wxLC_VIRTUAL
= controls2c
.wxLC_VIRTUAL
1171 wxLC_EDIT_LABELS
= controls2c
.wxLC_EDIT_LABELS
1172 wxLC_NO_HEADER
= controls2c
.wxLC_NO_HEADER
1173 wxLC_NO_SORT_HEADER
= controls2c
.wxLC_NO_SORT_HEADER
1174 wxLC_SINGLE_SEL
= controls2c
.wxLC_SINGLE_SEL
1175 wxLC_SORT_ASCENDING
= controls2c
.wxLC_SORT_ASCENDING
1176 wxLC_SORT_DESCENDING
= controls2c
.wxLC_SORT_DESCENDING
1177 wxLC_MASK_TYPE
= controls2c
.wxLC_MASK_TYPE
1178 wxLC_MASK_ALIGN
= controls2c
.wxLC_MASK_ALIGN
1179 wxLC_MASK_SORT
= controls2c
.wxLC_MASK_SORT
1180 wxLC_USER_TEXT
= controls2c
.wxLC_USER_TEXT
1181 wxLIST_MASK_STATE
= controls2c
.wxLIST_MASK_STATE
1182 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
1183 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
1184 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
1185 wxLIST_SET_ITEM
= controls2c
.wxLIST_SET_ITEM
1186 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
1187 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
1188 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
1189 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
1190 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
1191 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
1192 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
1193 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
1194 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
1195 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
1196 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
1197 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
1198 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
1199 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
1200 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
1201 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
1202 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
1203 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
1204 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
1205 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
1206 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
1207 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
1208 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
1209 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
1210 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
1211 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
1212 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
1213 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
1214 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
1215 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
1216 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
1217 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
1218 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
1219 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
1220 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT
1221 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
1222 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
1223 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
1224 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
1225 wxTR_NO_BUTTONS
= controls2c
.wxTR_NO_BUTTONS
1226 wxTR_HAS_BUTTONS
= controls2c
.wxTR_HAS_BUTTONS
1227 wxTR_TWIST_BUTTONS
= controls2c
.wxTR_TWIST_BUTTONS
1228 wxTR_NO_LINES
= controls2c
.wxTR_NO_LINES
1229 wxTR_MAC_BUTTONS
= controls2c
.wxTR_MAC_BUTTONS
1230 wxTR_SINGLE
= controls2c
.wxTR_SINGLE
1231 wxTR_MULTIPLE
= controls2c
.wxTR_MULTIPLE
1232 wxTR_EXTENDED
= controls2c
.wxTR_EXTENDED
1233 wxTR_EDIT_LABELS
= controls2c
.wxTR_EDIT_LABELS
1234 wxTR_LINES_AT_ROOT
= controls2c
.wxTR_LINES_AT_ROOT
1235 wxTR_HIDE_ROOT
= controls2c
.wxTR_HIDE_ROOT
1236 wxTR_ROW_LINES
= controls2c
.wxTR_ROW_LINES
1237 wxTR_HAS_VARIABLE_ROW_HEIGHT
= controls2c
.wxTR_HAS_VARIABLE_ROW_HEIGHT
1238 wxTR_DEFAULT_STYLE
= controls2c
.wxTR_DEFAULT_STYLE
1239 wxTreeItemIcon_Normal
= controls2c
.wxTreeItemIcon_Normal
1240 wxTreeItemIcon_Selected
= controls2c
.wxTreeItemIcon_Selected
1241 wxTreeItemIcon_Expanded
= controls2c
.wxTreeItemIcon_Expanded
1242 wxTreeItemIcon_SelectedExpanded
= controls2c
.wxTreeItemIcon_SelectedExpanded
1243 wxTreeItemIcon_Max
= controls2c
.wxTreeItemIcon_Max
1244 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
1245 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
1246 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
1247 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
1248 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
1249 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
1250 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
1251 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
1252 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
1253 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
1254 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
1255 wxTREE_HITTEST_ONITEMUPPERPART
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
1256 wxTREE_HITTEST_ONITEMLOWERPART
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
1257 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
1258 wxEVT_COMMAND_TREE_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
1259 wxEVT_COMMAND_TREE_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
1260 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
1261 wxEVT_COMMAND_TREE_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
1262 wxEVT_COMMAND_TREE_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
1263 wxEVT_COMMAND_TREE_GET_INFO
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
1264 wxEVT_COMMAND_TREE_SET_INFO
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
1265 wxEVT_COMMAND_TREE_ITEM_EXPANDED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
1266 wxEVT_COMMAND_TREE_ITEM_EXPANDING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
1267 wxEVT_COMMAND_TREE_ITEM_COLLAPSED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
1268 wxEVT_COMMAND_TREE_ITEM_COLLAPSING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
1269 wxEVT_COMMAND_TREE_SEL_CHANGED
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
1270 wxEVT_COMMAND_TREE_SEL_CHANGING
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
1271 wxEVT_COMMAND_TREE_KEY_DOWN
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
1272 wxEVT_COMMAND_TREE_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
1273 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
1274 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
1275 wxEVT_COMMAND_TREE_END_DRAG
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG