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_BEGIN_LABEL_EDIT(win
, id, func
):
94 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
, func
)
96 def EVT_TREE_END_LABEL_EDIT(win
, id, func
):
97 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_LABEL_EDIT
, func
)
99 def EVT_TREE_GET_INFO(win
, id, func
):
100 win
.Connect(id, -1, wxEVT_COMMAND_TREE_GET_INFO
, func
)
102 def EVT_TREE_SET_INFO(win
, id, func
):
103 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SET_INFO
, func
)
105 def EVT_TREE_ITEM_EXPANDED(win
, id, func
):
106 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDED
, func
)
108 def EVT_TREE_ITEM_EXPANDING(win
, id, func
):
109 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDING
, func
)
111 def EVT_TREE_ITEM_COLLAPSED(win
, id, func
):
112 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSED
, func
)
114 def EVT_TREE_ITEM_COLLAPSING(win
, id, func
):
115 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSING
, func
)
117 def EVT_TREE_SEL_CHANGED(win
, id, func
):
118 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGED
, func
)
120 def EVT_TREE_SEL_CHANGING(win
, id, func
):
121 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGING
, func
)
123 def EVT_TREE_KEY_DOWN(win
, id, func
):
124 win
.Connect(id, -1, wxEVT_COMMAND_TREE_KEY_DOWN
, func
)
126 def EVT_TREE_DELETE_ITEM(win
, id, func
):
127 win
.Connect(id, -1, wxEVT_COMMAND_TREE_DELETE_ITEM
, func
)
129 def EVT_TREE_ITEM_ACTIVATED(win
, id, func
):
130 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_ACTIVATED
, func
)
132 def EVT_TREE_ITEM_RIGHT_CLICK(win
, id, func
):
133 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
, func
)
135 def EVT_TREE_ITEM_MIDDLE_CLICK(win
, id, func
):
136 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
, func
)
138 def EVT_TREE_END_DRAG(win
, id, func
):
139 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_DRAG
, func
)
141 def EVT_TREE_STATE_IMAGE_CLICK(win
, id, func
):
142 win
.Connect(id, -1, wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK
, func
)
145 class wxListItemAttrPtr
:
146 def __init__(self
,this
):
149 def SetTextColour(self
, *_args
, **_kwargs
):
150 val
= controls2c
.wxListItemAttr_SetTextColour(self
, *_args
, **_kwargs
)
152 def SetBackgroundColour(self
, *_args
, **_kwargs
):
153 val
= controls2c
.wxListItemAttr_SetBackgroundColour(self
, *_args
, **_kwargs
)
155 def SetFont(self
, *_args
, **_kwargs
):
156 val
= controls2c
.wxListItemAttr_SetFont(self
, *_args
, **_kwargs
)
158 def HasTextColour(self
, *_args
, **_kwargs
):
159 val
= controls2c
.wxListItemAttr_HasTextColour(self
, *_args
, **_kwargs
)
161 def HasBackgroundColour(self
, *_args
, **_kwargs
):
162 val
= controls2c
.wxListItemAttr_HasBackgroundColour(self
, *_args
, **_kwargs
)
164 def HasFont(self
, *_args
, **_kwargs
):
165 val
= controls2c
.wxListItemAttr_HasFont(self
, *_args
, **_kwargs
)
167 def GetTextColour(self
, *_args
, **_kwargs
):
168 val
= controls2c
.wxListItemAttr_GetTextColour(self
, *_args
, **_kwargs
)
169 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
171 def GetBackgroundColour(self
, *_args
, **_kwargs
):
172 val
= controls2c
.wxListItemAttr_GetBackgroundColour(self
, *_args
, **_kwargs
)
173 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
175 def GetFont(self
, *_args
, **_kwargs
):
176 val
= controls2c
.wxListItemAttr_GetFont(self
, *_args
, **_kwargs
)
177 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
180 return "<%s.%s instance; proxy of C++ wxListItemAttr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
181 class wxListItemAttr(wxListItemAttrPtr
):
182 def __init__(self
,*_args
,**_kwargs
):
183 self
.this
= controls2c
.new_wxListItemAttr(*_args
,**_kwargs
)
189 class wxListItemPtr(wxObjectPtr
):
190 def __init__(self
,this
):
193 def __del__(self
, delfunc
=controls2c
.delete_wxListItem
):
194 if self
.thisown
== 1:
199 def Clear(self
, *_args
, **_kwargs
):
200 val
= controls2c
.wxListItem_Clear(self
, *_args
, **_kwargs
)
202 def ClearAttributes(self
, *_args
, **_kwargs
):
203 val
= controls2c
.wxListItem_ClearAttributes(self
, *_args
, **_kwargs
)
205 def SetMask(self
, *_args
, **_kwargs
):
206 val
= controls2c
.wxListItem_SetMask(self
, *_args
, **_kwargs
)
208 def SetId(self
, *_args
, **_kwargs
):
209 val
= controls2c
.wxListItem_SetId(self
, *_args
, **_kwargs
)
211 def SetColumn(self
, *_args
, **_kwargs
):
212 val
= controls2c
.wxListItem_SetColumn(self
, *_args
, **_kwargs
)
214 def SetState(self
, *_args
, **_kwargs
):
215 val
= controls2c
.wxListItem_SetState(self
, *_args
, **_kwargs
)
217 def SetStateMask(self
, *_args
, **_kwargs
):
218 val
= controls2c
.wxListItem_SetStateMask(self
, *_args
, **_kwargs
)
220 def SetText(self
, *_args
, **_kwargs
):
221 val
= controls2c
.wxListItem_SetText(self
, *_args
, **_kwargs
)
223 def SetImage(self
, *_args
, **_kwargs
):
224 val
= controls2c
.wxListItem_SetImage(self
, *_args
, **_kwargs
)
226 def SetData(self
, *_args
, **_kwargs
):
227 val
= controls2c
.wxListItem_SetData(self
, *_args
, **_kwargs
)
229 def SetWidth(self
, *_args
, **_kwargs
):
230 val
= controls2c
.wxListItem_SetWidth(self
, *_args
, **_kwargs
)
232 def SetAlign(self
, *_args
, **_kwargs
):
233 val
= controls2c
.wxListItem_SetAlign(self
, *_args
, **_kwargs
)
235 def SetTextColour(self
, *_args
, **_kwargs
):
236 val
= controls2c
.wxListItem_SetTextColour(self
, *_args
, **_kwargs
)
238 def SetBackgroundColour(self
, *_args
, **_kwargs
):
239 val
= controls2c
.wxListItem_SetBackgroundColour(self
, *_args
, **_kwargs
)
241 def SetFont(self
, *_args
, **_kwargs
):
242 val
= controls2c
.wxListItem_SetFont(self
, *_args
, **_kwargs
)
244 def GetMask(self
, *_args
, **_kwargs
):
245 val
= controls2c
.wxListItem_GetMask(self
, *_args
, **_kwargs
)
247 def GetId(self
, *_args
, **_kwargs
):
248 val
= controls2c
.wxListItem_GetId(self
, *_args
, **_kwargs
)
250 def GetColumn(self
, *_args
, **_kwargs
):
251 val
= controls2c
.wxListItem_GetColumn(self
, *_args
, **_kwargs
)
253 def GetState(self
, *_args
, **_kwargs
):
254 val
= controls2c
.wxListItem_GetState(self
, *_args
, **_kwargs
)
256 def GetText(self
, *_args
, **_kwargs
):
257 val
= controls2c
.wxListItem_GetText(self
, *_args
, **_kwargs
)
259 def GetImage(self
, *_args
, **_kwargs
):
260 val
= controls2c
.wxListItem_GetImage(self
, *_args
, **_kwargs
)
262 def GetData(self
, *_args
, **_kwargs
):
263 val
= controls2c
.wxListItem_GetData(self
, *_args
, **_kwargs
)
265 def GetWidth(self
, *_args
, **_kwargs
):
266 val
= controls2c
.wxListItem_GetWidth(self
, *_args
, **_kwargs
)
268 def GetAlign(self
, *_args
, **_kwargs
):
269 val
= controls2c
.wxListItem_GetAlign(self
, *_args
, **_kwargs
)
271 def GetAttributes(self
, *_args
, **_kwargs
):
272 val
= controls2c
.wxListItem_GetAttributes(self
, *_args
, **_kwargs
)
273 if val
: val
= wxListItemAttrPtr(val
)
275 def HasAttributes(self
, *_args
, **_kwargs
):
276 val
= controls2c
.wxListItem_HasAttributes(self
, *_args
, **_kwargs
)
278 def GetTextColour(self
, *_args
, **_kwargs
):
279 val
= controls2c
.wxListItem_GetTextColour(self
, *_args
, **_kwargs
)
280 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
282 def GetBackgroundColour(self
, *_args
, **_kwargs
):
283 val
= controls2c
.wxListItem_GetBackgroundColour(self
, *_args
, **_kwargs
)
284 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
286 def GetFont(self
, *_args
, **_kwargs
):
287 val
= controls2c
.wxListItem_GetFont(self
, *_args
, **_kwargs
)
288 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
290 def __setattr__(self
,name
,value
):
291 if name
== "m_mask" :
292 controls2c
.wxListItem_m_mask_set(self
,value
)
294 if name
== "m_itemId" :
295 controls2c
.wxListItem_m_itemId_set(self
,value
)
298 controls2c
.wxListItem_m_col_set(self
,value
)
300 if name
== "m_state" :
301 controls2c
.wxListItem_m_state_set(self
,value
)
303 if name
== "m_stateMask" :
304 controls2c
.wxListItem_m_stateMask_set(self
,value
)
306 if name
== "m_text" :
307 controls2c
.wxListItem_m_text_set(self
,value
)
309 if name
== "m_image" :
310 controls2c
.wxListItem_m_image_set(self
,value
)
312 if name
== "m_data" :
313 controls2c
.wxListItem_m_data_set(self
,value
)
315 if name
== "m_format" :
316 controls2c
.wxListItem_m_format_set(self
,value
)
318 if name
== "m_width" :
319 controls2c
.wxListItem_m_width_set(self
,value
)
321 self
.__dict
__[name
] = value
322 def __getattr__(self
,name
):
323 if name
== "m_mask" :
324 return controls2c
.wxListItem_m_mask_get(self
)
325 if name
== "m_itemId" :
326 return controls2c
.wxListItem_m_itemId_get(self
)
328 return controls2c
.wxListItem_m_col_get(self
)
329 if name
== "m_state" :
330 return controls2c
.wxListItem_m_state_get(self
)
331 if name
== "m_stateMask" :
332 return controls2c
.wxListItem_m_stateMask_get(self
)
333 if name
== "m_text" :
334 return controls2c
.wxListItem_m_text_get(self
)
335 if name
== "m_image" :
336 return controls2c
.wxListItem_m_image_get(self
)
337 if name
== "m_data" :
338 return controls2c
.wxListItem_m_data_get(self
)
339 if name
== "m_format" :
340 return controls2c
.wxListItem_m_format_get(self
)
341 if name
== "m_width" :
342 return controls2c
.wxListItem_m_width_get(self
)
343 raise AttributeError,name
345 return "<%s.%s instance; proxy of C++ wxListItem instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
346 class wxListItem(wxListItemPtr
):
347 def __init__(self
,*_args
,**_kwargs
):
348 self
.this
= controls2c
.new_wxListItem(*_args
,**_kwargs
)
354 class wxListEventPtr(wxNotifyEventPtr
):
355 def __init__(self
,this
):
358 def GetKeyCode(self
, *_args
, **_kwargs
):
359 val
= controls2c
.wxListEvent_GetKeyCode(self
, *_args
, **_kwargs
)
361 def GetIndex(self
, *_args
, **_kwargs
):
362 val
= controls2c
.wxListEvent_GetIndex(self
, *_args
, **_kwargs
)
364 def GetColumn(self
, *_args
, **_kwargs
):
365 val
= controls2c
.wxListEvent_GetColumn(self
, *_args
, **_kwargs
)
367 def GetPoint(self
, *_args
, **_kwargs
):
368 val
= controls2c
.wxListEvent_GetPoint(self
, *_args
, **_kwargs
)
369 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
371 def GetLabel(self
, *_args
, **_kwargs
):
372 val
= controls2c
.wxListEvent_GetLabel(self
, *_args
, **_kwargs
)
374 def GetText(self
, *_args
, **_kwargs
):
375 val
= controls2c
.wxListEvent_GetText(self
, *_args
, **_kwargs
)
377 def GetImage(self
, *_args
, **_kwargs
):
378 val
= controls2c
.wxListEvent_GetImage(self
, *_args
, **_kwargs
)
380 def GetData(self
, *_args
, **_kwargs
):
381 val
= controls2c
.wxListEvent_GetData(self
, *_args
, **_kwargs
)
383 def GetMask(self
, *_args
, **_kwargs
):
384 val
= controls2c
.wxListEvent_GetMask(self
, *_args
, **_kwargs
)
386 def GetItem(self
, *_args
, **_kwargs
):
387 val
= controls2c
.wxListEvent_GetItem(self
, *_args
, **_kwargs
)
389 def GetCacheFrom(self
, *_args
, **_kwargs
):
390 val
= controls2c
.wxListEvent_GetCacheFrom(self
, *_args
, **_kwargs
)
392 def GetCacheTo(self
, *_args
, **_kwargs
):
393 val
= controls2c
.wxListEvent_GetCacheTo(self
, *_args
, **_kwargs
)
395 def IsEditCancelled(self
, *_args
, **_kwargs
):
396 val
= controls2c
.wxListEvent_IsEditCancelled(self
, *_args
, **_kwargs
)
398 def SetEditCanceled(self
, *_args
, **_kwargs
):
399 val
= controls2c
.wxListEvent_SetEditCanceled(self
, *_args
, **_kwargs
)
401 def __setattr__(self
,name
,value
):
402 if name
== "m_code" :
403 controls2c
.wxListEvent_m_code_set(self
,value
)
405 if name
== "m_oldItemIndex" :
406 controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
)
408 if name
== "m_itemIndex" :
409 controls2c
.wxListEvent_m_itemIndex_set(self
,value
)
412 controls2c
.wxListEvent_m_col_set(self
,value
)
414 if name
== "m_pointDrag" :
415 controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
)
417 if name
== "m_item" :
418 controls2c
.wxListEvent_m_item_set(self
,value
.this
)
420 self
.__dict
__[name
] = value
421 def __getattr__(self
,name
):
422 if name
== "m_code" :
423 return controls2c
.wxListEvent_m_code_get(self
)
424 if name
== "m_oldItemIndex" :
425 return controls2c
.wxListEvent_m_oldItemIndex_get(self
)
426 if name
== "m_itemIndex" :
427 return controls2c
.wxListEvent_m_itemIndex_get(self
)
429 return controls2c
.wxListEvent_m_col_get(self
)
430 if name
== "m_pointDrag" :
431 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
))
432 if name
== "m_item" :
433 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
))
434 raise AttributeError,name
436 return "<%s.%s instance; proxy of C++ wxListEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
438 class wxListEvent(wxListEventPtr
):
439 def __init__(self
,*_args
,**_kwargs
):
440 self
.this
= controls2c
.new_wxListEvent(*_args
,**_kwargs
)
446 class wxListCtrlPtr(wxControlPtr
):
447 def __init__(self
,this
):
450 def Create(self
, *_args
, **_kwargs
):
451 val
= controls2c
.wxListCtrl_Create(self
, *_args
, **_kwargs
)
453 def _setCallbackInfo(self
, *_args
, **_kwargs
):
454 val
= controls2c
.wxListCtrl__setCallbackInfo(self
, *_args
, **_kwargs
)
456 def SetForegroundColour(self
, *_args
, **_kwargs
):
457 val
= controls2c
.wxListCtrl_SetForegroundColour(self
, *_args
, **_kwargs
)
459 def SetBackgroundColour(self
, *_args
, **_kwargs
):
460 val
= controls2c
.wxListCtrl_SetBackgroundColour(self
, *_args
, **_kwargs
)
462 def GetColumn(self
, *_args
, **_kwargs
):
463 val
= controls2c
.wxListCtrl_GetColumn(self
, *_args
, **_kwargs
)
465 def SetColumn(self
, *_args
, **_kwargs
):
466 val
= controls2c
.wxListCtrl_SetColumn(self
, *_args
, **_kwargs
)
468 def GetColumnWidth(self
, *_args
, **_kwargs
):
469 val
= controls2c
.wxListCtrl_GetColumnWidth(self
, *_args
, **_kwargs
)
471 def SetColumnWidth(self
, *_args
, **_kwargs
):
472 val
= controls2c
.wxListCtrl_SetColumnWidth(self
, *_args
, **_kwargs
)
474 def GetCountPerPage(self
, *_args
, **_kwargs
):
475 val
= controls2c
.wxListCtrl_GetCountPerPage(self
, *_args
, **_kwargs
)
477 def GetViewRect(self
, *_args
, **_kwargs
):
478 val
= controls2c
.wxListCtrl_GetViewRect(self
, *_args
, **_kwargs
)
479 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
481 def GetEditControl(self
, *_args
, **_kwargs
):
482 val
= controls2c
.wxListCtrl_GetEditControl(self
, *_args
, **_kwargs
)
484 def GetItem(self
, *_args
, **_kwargs
):
485 val
= controls2c
.wxListCtrl_GetItem(self
, *_args
, **_kwargs
)
487 def SetItem(self
, *_args
, **_kwargs
):
488 val
= controls2c
.wxListCtrl_SetItem(self
, *_args
, **_kwargs
)
490 def SetStringItem(self
, *_args
, **_kwargs
):
491 val
= controls2c
.wxListCtrl_SetStringItem(self
, *_args
, **_kwargs
)
493 def GetItemState(self
, *_args
, **_kwargs
):
494 val
= controls2c
.wxListCtrl_GetItemState(self
, *_args
, **_kwargs
)
496 def SetItemState(self
, *_args
, **_kwargs
):
497 val
= controls2c
.wxListCtrl_SetItemState(self
, *_args
, **_kwargs
)
499 def SetItemImage(self
, *_args
, **_kwargs
):
500 val
= controls2c
.wxListCtrl_SetItemImage(self
, *_args
, **_kwargs
)
502 def GetItemText(self
, *_args
, **_kwargs
):
503 val
= controls2c
.wxListCtrl_GetItemText(self
, *_args
, **_kwargs
)
505 def SetItemText(self
, *_args
, **_kwargs
):
506 val
= controls2c
.wxListCtrl_SetItemText(self
, *_args
, **_kwargs
)
508 def GetItemData(self
, *_args
, **_kwargs
):
509 val
= controls2c
.wxListCtrl_GetItemData(self
, *_args
, **_kwargs
)
511 def SetItemData(self
, *_args
, **_kwargs
):
512 val
= controls2c
.wxListCtrl_SetItemData(self
, *_args
, **_kwargs
)
514 def GetItemPosition(self
, *_args
, **_kwargs
):
515 val
= controls2c
.wxListCtrl_GetItemPosition(self
, *_args
, **_kwargs
)
516 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
518 def GetItemRect(self
, *_args
, **_kwargs
):
519 val
= controls2c
.wxListCtrl_GetItemRect(self
, *_args
, **_kwargs
)
520 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
522 def SetItemPosition(self
, *_args
, **_kwargs
):
523 val
= controls2c
.wxListCtrl_SetItemPosition(self
, *_args
, **_kwargs
)
525 def GetItemCount(self
, *_args
, **_kwargs
):
526 val
= controls2c
.wxListCtrl_GetItemCount(self
, *_args
, **_kwargs
)
528 def GetColumnCount(self
, *_args
, **_kwargs
):
529 val
= controls2c
.wxListCtrl_GetColumnCount(self
, *_args
, **_kwargs
)
531 def GetItemSpacing(self
, *_args
, **_kwargs
):
532 val
= controls2c
.wxListCtrl_GetItemSpacing(self
, *_args
, **_kwargs
)
533 if val
: val
= wxSizePtr(val
) ; val
.thisown
= 1
535 def GetSelectedItemCount(self
, *_args
, **_kwargs
):
536 val
= controls2c
.wxListCtrl_GetSelectedItemCount(self
, *_args
, **_kwargs
)
538 def GetTextColour(self
, *_args
, **_kwargs
):
539 val
= controls2c
.wxListCtrl_GetTextColour(self
, *_args
, **_kwargs
)
540 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
542 def SetTextColour(self
, *_args
, **_kwargs
):
543 val
= controls2c
.wxListCtrl_SetTextColour(self
, *_args
, **_kwargs
)
545 def GetTopItem(self
, *_args
, **_kwargs
):
546 val
= controls2c
.wxListCtrl_GetTopItem(self
, *_args
, **_kwargs
)
548 def SetSingleStyle(self
, *_args
, **_kwargs
):
549 val
= controls2c
.wxListCtrl_SetSingleStyle(self
, *_args
, **_kwargs
)
551 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
552 val
= controls2c
.wxListCtrl_SetWindowStyleFlag(self
, *_args
, **_kwargs
)
554 def GetNextItem(self
, *_args
, **_kwargs
):
555 val
= controls2c
.wxListCtrl_GetNextItem(self
, *_args
, **_kwargs
)
557 def GetImageList(self
, *_args
, **_kwargs
):
558 val
= controls2c
.wxListCtrl_GetImageList(self
, *_args
, **_kwargs
)
560 def SetImageList(self
, *_args
, **_kwargs
):
561 val
= controls2c
.wxListCtrl_SetImageList(self
, *_args
, **_kwargs
)
563 def AssignImageList(self
, *_args
, **_kwargs
):
564 val
= controls2c
.wxListCtrl_AssignImageList(self
, *_args
, **_kwargs
)
567 def IsVirtual(self
, *_args
, **_kwargs
):
568 val
= controls2c
.wxListCtrl_IsVirtual(self
, *_args
, **_kwargs
)
570 def RefreshItem(self
, *_args
, **_kwargs
):
571 val
= controls2c
.wxListCtrl_RefreshItem(self
, *_args
, **_kwargs
)
573 def RefreshItems(self
, *_args
, **_kwargs
):
574 val
= controls2c
.wxListCtrl_RefreshItems(self
, *_args
, **_kwargs
)
576 def Arrange(self
, *_args
, **_kwargs
):
577 val
= controls2c
.wxListCtrl_Arrange(self
, *_args
, **_kwargs
)
579 def DeleteItem(self
, *_args
, **_kwargs
):
580 val
= controls2c
.wxListCtrl_DeleteItem(self
, *_args
, **_kwargs
)
582 def DeleteAllItems(self
, *_args
, **_kwargs
):
583 val
= controls2c
.wxListCtrl_DeleteAllItems(self
, *_args
, **_kwargs
)
585 def DeleteColumn(self
, *_args
, **_kwargs
):
586 val
= controls2c
.wxListCtrl_DeleteColumn(self
, *_args
, **_kwargs
)
588 def DeleteAllColumns(self
, *_args
, **_kwargs
):
589 val
= controls2c
.wxListCtrl_DeleteAllColumns(self
, *_args
, **_kwargs
)
591 def ClearAll(self
, *_args
, **_kwargs
):
592 val
= controls2c
.wxListCtrl_ClearAll(self
, *_args
, **_kwargs
)
594 def EditLabel(self
, *_args
, **_kwargs
):
595 val
= controls2c
.wxListCtrl_EditLabel(self
, *_args
, **_kwargs
)
597 def EndEditLabel(self
, *_args
, **_kwargs
):
598 val
= controls2c
.wxListCtrl_EndEditLabel(self
, *_args
, **_kwargs
)
600 def EnsureVisible(self
, *_args
, **_kwargs
):
601 val
= controls2c
.wxListCtrl_EnsureVisible(self
, *_args
, **_kwargs
)
603 def FindItem(self
, *_args
, **_kwargs
):
604 val
= controls2c
.wxListCtrl_FindItem(self
, *_args
, **_kwargs
)
606 def FindItemData(self
, *_args
, **_kwargs
):
607 val
= controls2c
.wxListCtrl_FindItemData(self
, *_args
, **_kwargs
)
609 def FindItemAtPos(self
, *_args
, **_kwargs
):
610 val
= controls2c
.wxListCtrl_FindItemAtPos(self
, *_args
, **_kwargs
)
612 def HitTest(self
, *_args
, **_kwargs
):
613 val
= controls2c
.wxListCtrl_HitTest(self
, *_args
, **_kwargs
)
615 def InsertItem(self
, *_args
, **_kwargs
):
616 val
= controls2c
.wxListCtrl_InsertItem(self
, *_args
, **_kwargs
)
618 def InsertStringItem(self
, *_args
, **_kwargs
):
619 val
= controls2c
.wxListCtrl_InsertStringItem(self
, *_args
, **_kwargs
)
621 def InsertImageItem(self
, *_args
, **_kwargs
):
622 val
= controls2c
.wxListCtrl_InsertImageItem(self
, *_args
, **_kwargs
)
624 def InsertImageStringItem(self
, *_args
, **_kwargs
):
625 val
= controls2c
.wxListCtrl_InsertImageStringItem(self
, *_args
, **_kwargs
)
627 def InsertColumnInfo(self
, *_args
, **_kwargs
):
628 val
= controls2c
.wxListCtrl_InsertColumnInfo(self
, *_args
, **_kwargs
)
630 def InsertColumn(self
, *_args
, **_kwargs
):
631 val
= controls2c
.wxListCtrl_InsertColumn(self
, *_args
, **_kwargs
)
633 def SetItemCount(self
, *_args
, **_kwargs
):
634 val
= controls2c
.wxListCtrl_SetItemCount(self
, *_args
, **_kwargs
)
636 def ScrollList(self
, *_args
, **_kwargs
):
637 val
= controls2c
.wxListCtrl_ScrollList(self
, *_args
, **_kwargs
)
639 def SetItemTextColour(self
, *_args
, **_kwargs
):
640 val
= controls2c
.wxListCtrl_SetItemTextColour(self
, *_args
, **_kwargs
)
642 def GetItemTextColour(self
, *_args
, **_kwargs
):
643 val
= controls2c
.wxListCtrl_GetItemTextColour(self
, *_args
, **_kwargs
)
644 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
646 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
647 val
= controls2c
.wxListCtrl_SetItemBackgroundColour(self
, *_args
, **_kwargs
)
649 def GetItemBackgroundColour(self
, *_args
, **_kwargs
):
650 val
= controls2c
.wxListCtrl_GetItemBackgroundColour(self
, *_args
, **_kwargs
)
651 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
653 def SortItems(self
, *_args
, **_kwargs
):
654 val
= controls2c
.wxListCtrl_SortItems(self
, *_args
, **_kwargs
)
656 def GetMainWindow(self
, *_args
, **_kwargs
):
657 val
= controls2c
.wxListCtrl_GetMainWindow(self
, *_args
, **_kwargs
)
660 return "<%s.%s instance; proxy of C++ wxListCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
662 def GetColumn(self
, *_args
, **_kwargs
):
663 val
= controls2c
.wxListCtrl_GetColumn(self
, *_args
, **_kwargs
)
664 if val
is not None: val
.thisown
= 1
668 def GetItem(self
, *_args
, **_kwargs
):
669 val
= controls2c
.wxListCtrl_GetItem(self
, *_args
, **_kwargs
)
670 if val
is not None: val
.thisown
= 1
676 def Select(self
, idx
, on
=1):
677 '''[de]select an item'''
678 if on
: state
= wxLIST_STATE_SELECTED
680 self
.SetItemState(idx
, state
, wxLIST_STATE_SELECTED
)
682 def Focus(self
, idx
):
683 '''Focus and show the given item'''
684 self
.SetItemState(idx
, wxLIST_STATE_FOCUSED
, wxLIST_STATE_FOCUSED
)
685 self
.EnsureVisible(idx
)
687 def GetFocusedItem(self
):
688 '''get the currently focused item or -1 if none'''
689 return self
.GetNextItem(-1, wxLIST_NEXT_ALL
, wxLIST_STATE_FOCUSED
)
691 def GetFirstSelected(self
, *args
):
692 '''return first selected item, or -1 when none'''
693 return self
.GetNextSelected(-1)
695 def GetNextSelected(self
, item
):
696 '''return subsequent selected items, or -1 when no more'''
697 return self
.GetNextItem(item
, wxLIST_NEXT_ALL
, wxLIST_STATE_SELECTED
)
699 def IsSelected(self
, idx
):
700 '''return TRUE if the item is selected'''
701 return self
.GetItemState(idx
, wxLIST_STATE_SELECTED
) != 0
703 def SetColumnImage(self
, col
, image
):
705 item
.SetMask(wxLIST_MASK_IMAGE
)
707 self
.SetColumn(col
, item
)
709 def ClearColumnImage(self
, col
):
710 self
.SetColumnImage(col
, -1)
712 def Append(self
, entry
):
713 '''Append an item to the list control. The entry parameter should be a
714 sequence with an item for each column'''
720 pos
= self
.GetItemCount()
721 self
.InsertStringItem(pos
, cvtfunc(entry
[0]))
722 for i
in range(1, len(entry
)):
723 self
.SetStringItem(pos
, i
, cvtfunc(entry
[i
]))
726 class wxListCtrl(wxListCtrlPtr
):
727 def __init__(self
,*_args
,**_kwargs
):
728 self
.this
= controls2c
.new_wxListCtrl(*_args
,**_kwargs
)
730 self
._setCallbackInfo
(self
, wxListCtrl
)
731 self
._setOORInfo
(self
)
735 def wxPreListCtrl(*_args
,**_kwargs
):
736 val
= wxListCtrlPtr(controls2c
.new_wxPreListCtrl(*_args
,**_kwargs
))
742 class wxListViewPtr(wxListCtrlPtr
):
743 def __init__(self
,this
):
746 def Create(self
, *_args
, **_kwargs
):
747 val
= controls2c
.wxListView_Create(self
, *_args
, **_kwargs
)
749 def Select(self
, *_args
, **_kwargs
):
750 val
= controls2c
.wxListView_Select(self
, *_args
, **_kwargs
)
752 def Focus(self
, *_args
, **_kwargs
):
753 val
= controls2c
.wxListView_Focus(self
, *_args
, **_kwargs
)
755 def GetFocusedItem(self
, *_args
, **_kwargs
):
756 val
= controls2c
.wxListView_GetFocusedItem(self
, *_args
, **_kwargs
)
758 def GetNextSelected(self
, *_args
, **_kwargs
):
759 val
= controls2c
.wxListView_GetNextSelected(self
, *_args
, **_kwargs
)
761 def GetFirstSelected(self
, *_args
, **_kwargs
):
762 val
= controls2c
.wxListView_GetFirstSelected(self
, *_args
, **_kwargs
)
764 def IsSelected(self
, *_args
, **_kwargs
):
765 val
= controls2c
.wxListView_IsSelected(self
, *_args
, **_kwargs
)
767 def SetColumnImage(self
, *_args
, **_kwargs
):
768 val
= controls2c
.wxListView_SetColumnImage(self
, *_args
, **_kwargs
)
770 def ClearColumnImage(self
, *_args
, **_kwargs
):
771 val
= controls2c
.wxListView_ClearColumnImage(self
, *_args
, **_kwargs
)
774 return "<%s.%s instance; proxy of C++ wxListView instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
775 class wxListView(wxListViewPtr
):
776 def __init__(self
,*_args
,**_kwargs
):
777 self
.this
= controls2c
.new_wxListView(*_args
,**_kwargs
)
779 self
._setOORInfo
(self
)
783 def wxPreListView(*_args
,**_kwargs
):
784 val
= wxListViewPtr(controls2c
.new_wxPreListView(*_args
,**_kwargs
))
790 class wxTreeItemAttrPtr
:
791 def __init__(self
,this
):
794 def SetTextColour(self
, *_args
, **_kwargs
):
795 val
= controls2c
.wxTreeItemAttr_SetTextColour(self
, *_args
, **_kwargs
)
797 def SetBackgroundColour(self
, *_args
, **_kwargs
):
798 val
= controls2c
.wxTreeItemAttr_SetBackgroundColour(self
, *_args
, **_kwargs
)
800 def SetFont(self
, *_args
, **_kwargs
):
801 val
= controls2c
.wxTreeItemAttr_SetFont(self
, *_args
, **_kwargs
)
803 def HasTextColour(self
, *_args
, **_kwargs
):
804 val
= controls2c
.wxTreeItemAttr_HasTextColour(self
, *_args
, **_kwargs
)
806 def HasBackgroundColour(self
, *_args
, **_kwargs
):
807 val
= controls2c
.wxTreeItemAttr_HasBackgroundColour(self
, *_args
, **_kwargs
)
809 def HasFont(self
, *_args
, **_kwargs
):
810 val
= controls2c
.wxTreeItemAttr_HasFont(self
, *_args
, **_kwargs
)
812 def GetTextColour(self
, *_args
, **_kwargs
):
813 val
= controls2c
.wxTreeItemAttr_GetTextColour(self
, *_args
, **_kwargs
)
814 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
816 def GetBackgroundColour(self
, *_args
, **_kwargs
):
817 val
= controls2c
.wxTreeItemAttr_GetBackgroundColour(self
, *_args
, **_kwargs
)
818 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
820 def GetFont(self
, *_args
, **_kwargs
):
821 val
= controls2c
.wxTreeItemAttr_GetFont(self
, *_args
, **_kwargs
)
822 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
825 return "<%s.%s instance; proxy of C++ wxTreeItemAttr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
826 class wxTreeItemAttr(wxTreeItemAttrPtr
):
827 def __init__(self
,*_args
,**_kwargs
):
828 self
.this
= controls2c
.new_wxTreeItemAttr(*_args
,**_kwargs
)
834 class wxTreeItemIdPtr
:
835 def __init__(self
,this
):
838 def __del__(self
, delfunc
=controls2c
.delete_wxTreeItemId
):
839 if self
.thisown
== 1:
844 def IsOk(self
, *_args
, **_kwargs
):
845 val
= controls2c
.wxTreeItemId_IsOk(self
, *_args
, **_kwargs
)
847 def __cmp__(self
, *_args
, **_kwargs
):
848 val
= controls2c
.wxTreeItemId___cmp__(self
, *_args
, **_kwargs
)
851 return "<%s.%s instance; proxy of C++ wxTreeItemId instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
854 def __nonzero__(self
):
857 class wxTreeItemId(wxTreeItemIdPtr
):
858 def __init__(self
,*_args
,**_kwargs
):
859 self
.this
= controls2c
.new_wxTreeItemId(*_args
,**_kwargs
)
865 class wxTreeItemDataPtr
:
866 def __init__(self
,this
):
869 def GetData(self
, *_args
, **_kwargs
):
870 val
= controls2c
.wxTreeItemData_GetData(self
, *_args
, **_kwargs
)
872 def SetData(self
, *_args
, **_kwargs
):
873 val
= controls2c
.wxTreeItemData_SetData(self
, *_args
, **_kwargs
)
875 def GetId(self
, *_args
, **_kwargs
):
876 val
= controls2c
.wxTreeItemData_GetId(self
, *_args
, **_kwargs
)
877 if val
: val
= wxTreeItemIdPtr(val
)
879 def SetId(self
, *_args
, **_kwargs
):
880 val
= controls2c
.wxTreeItemData_SetId(self
, *_args
, **_kwargs
)
883 return "<%s.%s instance; proxy of C++ wxTreeItemData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
884 class wxTreeItemData(wxTreeItemDataPtr
):
885 def __init__(self
,*_args
,**_kwargs
):
886 self
.this
= controls2c
.new_wxTreeItemData(*_args
,**_kwargs
)
892 class wxTreeEventPtr(wxNotifyEventPtr
):
893 def __init__(self
,this
):
896 def GetItem(self
, *_args
, **_kwargs
):
897 val
= controls2c
.wxTreeEvent_GetItem(self
, *_args
, **_kwargs
)
898 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
900 def SetItem(self
, *_args
, **_kwargs
):
901 val
= controls2c
.wxTreeEvent_SetItem(self
, *_args
, **_kwargs
)
903 def GetOldItem(self
, *_args
, **_kwargs
):
904 val
= controls2c
.wxTreeEvent_GetOldItem(self
, *_args
, **_kwargs
)
905 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
907 def SetOldItem(self
, *_args
, **_kwargs
):
908 val
= controls2c
.wxTreeEvent_SetOldItem(self
, *_args
, **_kwargs
)
910 def GetPoint(self
, *_args
, **_kwargs
):
911 val
= controls2c
.wxTreeEvent_GetPoint(self
, *_args
, **_kwargs
)
912 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
914 def SetPoint(self
, *_args
, **_kwargs
):
915 val
= controls2c
.wxTreeEvent_SetPoint(self
, *_args
, **_kwargs
)
917 def GetKeyEvent(self
, *_args
, **_kwargs
):
918 val
= controls2c
.wxTreeEvent_GetKeyEvent(self
, *_args
, **_kwargs
)
919 if val
: val
= wxKeyEventPtr(val
)
921 def GetKeyCode(self
, *_args
, **_kwargs
):
922 val
= controls2c
.wxTreeEvent_GetKeyCode(self
, *_args
, **_kwargs
)
924 def SetKeyEvent(self
, *_args
, **_kwargs
):
925 val
= controls2c
.wxTreeEvent_SetKeyEvent(self
, *_args
, **_kwargs
)
927 def GetLabel(self
, *_args
, **_kwargs
):
928 val
= controls2c
.wxTreeEvent_GetLabel(self
, *_args
, **_kwargs
)
930 def SetLabel(self
, *_args
, **_kwargs
):
931 val
= controls2c
.wxTreeEvent_SetLabel(self
, *_args
, **_kwargs
)
933 def IsEditCancelled(self
, *_args
, **_kwargs
):
934 val
= controls2c
.wxTreeEvent_IsEditCancelled(self
, *_args
, **_kwargs
)
936 def SetEditCanceled(self
, *_args
, **_kwargs
):
937 val
= controls2c
.wxTreeEvent_SetEditCanceled(self
, *_args
, **_kwargs
)
940 return "<%s.%s instance; proxy of C++ wxTreeEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
941 class wxTreeEvent(wxTreeEventPtr
):
942 def __init__(self
,*_args
,**_kwargs
):
943 self
.this
= controls2c
.new_wxTreeEvent(*_args
,**_kwargs
)
949 class wxTreeCtrlPtr(wxControlPtr
):
950 def __init__(self
,this
):
953 def Create(self
, *_args
, **_kwargs
):
954 val
= controls2c
.wxTreeCtrl_Create(self
, *_args
, **_kwargs
)
956 def _setCallbackInfo(self
, *_args
, **_kwargs
):
957 val
= controls2c
.wxTreeCtrl__setCallbackInfo(self
, *_args
, **_kwargs
)
959 def GetCount(self
, *_args
, **_kwargs
):
960 val
= controls2c
.wxTreeCtrl_GetCount(self
, *_args
, **_kwargs
)
962 def GetIndent(self
, *_args
, **_kwargs
):
963 val
= controls2c
.wxTreeCtrl_GetIndent(self
, *_args
, **_kwargs
)
965 def SetIndent(self
, *_args
, **_kwargs
):
966 val
= controls2c
.wxTreeCtrl_SetIndent(self
, *_args
, **_kwargs
)
968 def GetImageList(self
, *_args
, **_kwargs
):
969 val
= controls2c
.wxTreeCtrl_GetImageList(self
, *_args
, **_kwargs
)
971 def GetStateImageList(self
, *_args
, **_kwargs
):
972 val
= controls2c
.wxTreeCtrl_GetStateImageList(self
, *_args
, **_kwargs
)
974 def SetImageList(self
, *_args
, **_kwargs
):
975 val
= controls2c
.wxTreeCtrl_SetImageList(self
, *_args
, **_kwargs
)
977 def SetStateImageList(self
, *_args
, **_kwargs
):
978 val
= controls2c
.wxTreeCtrl_SetStateImageList(self
, *_args
, **_kwargs
)
980 def AssignImageList(self
, *_args
, **_kwargs
):
981 val
= controls2c
.wxTreeCtrl_AssignImageList(self
, *_args
, **_kwargs
)
984 def AssignStateImageList(self
, *_args
, **_kwargs
):
985 val
= controls2c
.wxTreeCtrl_AssignStateImageList(self
, *_args
, **_kwargs
)
988 def GetSpacing(self
, *_args
, **_kwargs
):
989 val
= controls2c
.wxTreeCtrl_GetSpacing(self
, *_args
, **_kwargs
)
991 def SetSpacing(self
, *_args
, **_kwargs
):
992 val
= controls2c
.wxTreeCtrl_SetSpacing(self
, *_args
, **_kwargs
)
994 def GetItemText(self
, *_args
, **_kwargs
):
995 val
= controls2c
.wxTreeCtrl_GetItemText(self
, *_args
, **_kwargs
)
997 def GetItemImage(self
, *_args
, **_kwargs
):
998 val
= controls2c
.wxTreeCtrl_GetItemImage(self
, *_args
, **_kwargs
)
1000 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
1001 val
= controls2c
.wxTreeCtrl_GetItemSelectedImage(self
, *_args
, **_kwargs
)
1003 def SetItemText(self
, *_args
, **_kwargs
):
1004 val
= controls2c
.wxTreeCtrl_SetItemText(self
, *_args
, **_kwargs
)
1006 def SetItemImage(self
, *_args
, **_kwargs
):
1007 val
= controls2c
.wxTreeCtrl_SetItemImage(self
, *_args
, **_kwargs
)
1009 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
1010 val
= controls2c
.wxTreeCtrl_SetItemSelectedImage(self
, *_args
, **_kwargs
)
1012 def SetItemHasChildren(self
, *_args
, **_kwargs
):
1013 val
= controls2c
.wxTreeCtrl_SetItemHasChildren(self
, *_args
, **_kwargs
)
1015 def GetItemData(self
, *_args
, **_kwargs
):
1016 val
= controls2c
.wxTreeCtrl_GetItemData(self
, *_args
, **_kwargs
)
1017 if val
: val
= wxTreeItemDataPtr(val
)
1019 def SetItemData(self
, *_args
, **_kwargs
):
1020 val
= controls2c
.wxTreeCtrl_SetItemData(self
, *_args
, **_kwargs
)
1022 def GetPyData(self
, *_args
, **_kwargs
):
1023 val
= controls2c
.wxTreeCtrl_GetPyData(self
, *_args
, **_kwargs
)
1025 def SetPyData(self
, *_args
, **_kwargs
):
1026 val
= controls2c
.wxTreeCtrl_SetPyData(self
, *_args
, **_kwargs
)
1028 def GetItemTextColour(self
, *_args
, **_kwargs
):
1029 val
= controls2c
.wxTreeCtrl_GetItemTextColour(self
, *_args
, **_kwargs
)
1030 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1032 def GetItemBackgroundColour(self
, *_args
, **_kwargs
):
1033 val
= controls2c
.wxTreeCtrl_GetItemBackgroundColour(self
, *_args
, **_kwargs
)
1034 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1036 def GetItemFont(self
, *_args
, **_kwargs
):
1037 val
= controls2c
.wxTreeCtrl_GetItemFont(self
, *_args
, **_kwargs
)
1038 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
1040 def IsVisible(self
, *_args
, **_kwargs
):
1041 val
= controls2c
.wxTreeCtrl_IsVisible(self
, *_args
, **_kwargs
)
1043 def ItemHasChildren(self
, *_args
, **_kwargs
):
1044 val
= controls2c
.wxTreeCtrl_ItemHasChildren(self
, *_args
, **_kwargs
)
1046 def IsExpanded(self
, *_args
, **_kwargs
):
1047 val
= controls2c
.wxTreeCtrl_IsExpanded(self
, *_args
, **_kwargs
)
1049 def IsSelected(self
, *_args
, **_kwargs
):
1050 val
= controls2c
.wxTreeCtrl_IsSelected(self
, *_args
, **_kwargs
)
1052 def GetRootItem(self
, *_args
, **_kwargs
):
1053 val
= controls2c
.wxTreeCtrl_GetRootItem(self
, *_args
, **_kwargs
)
1054 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1056 def GetSelection(self
, *_args
, **_kwargs
):
1057 val
= controls2c
.wxTreeCtrl_GetSelection(self
, *_args
, **_kwargs
)
1058 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1060 def GetItemParent(self
, *_args
, **_kwargs
):
1061 val
= controls2c
.wxTreeCtrl_GetItemParent(self
, *_args
, **_kwargs
)
1062 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1064 def GetSelections(self
, *_args
, **_kwargs
):
1065 val
= controls2c
.wxTreeCtrl_GetSelections(self
, *_args
, **_kwargs
)
1067 def GetChildrenCount(self
, *_args
, **_kwargs
):
1068 val
= controls2c
.wxTreeCtrl_GetChildrenCount(self
, *_args
, **_kwargs
)
1070 def GetFirstChild(self
, *_args
, **_kwargs
):
1071 val
= controls2c
.wxTreeCtrl_GetFirstChild(self
, *_args
, **_kwargs
)
1073 def GetNextChild(self
, *_args
, **_kwargs
):
1074 val
= controls2c
.wxTreeCtrl_GetNextChild(self
, *_args
, **_kwargs
)
1076 def GetNextSibling(self
, *_args
, **_kwargs
):
1077 val
= controls2c
.wxTreeCtrl_GetNextSibling(self
, *_args
, **_kwargs
)
1078 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1080 def GetPrevSibling(self
, *_args
, **_kwargs
):
1081 val
= controls2c
.wxTreeCtrl_GetPrevSibling(self
, *_args
, **_kwargs
)
1082 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1084 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
1085 val
= controls2c
.wxTreeCtrl_GetFirstVisibleItem(self
, *_args
, **_kwargs
)
1086 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1088 def GetNextVisible(self
, *_args
, **_kwargs
):
1089 val
= controls2c
.wxTreeCtrl_GetNextVisible(self
, *_args
, **_kwargs
)
1090 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1092 def GetPrevVisible(self
, *_args
, **_kwargs
):
1093 val
= controls2c
.wxTreeCtrl_GetPrevVisible(self
, *_args
, **_kwargs
)
1094 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1096 def GetLastChild(self
, *_args
, **_kwargs
):
1097 val
= controls2c
.wxTreeCtrl_GetLastChild(self
, *_args
, **_kwargs
)
1098 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1100 def AddRoot(self
, *_args
, **_kwargs
):
1101 val
= controls2c
.wxTreeCtrl_AddRoot(self
, *_args
, **_kwargs
)
1102 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1104 def PrependItem(self
, *_args
, **_kwargs
):
1105 val
= controls2c
.wxTreeCtrl_PrependItem(self
, *_args
, **_kwargs
)
1106 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1108 def InsertItem(self
, *_args
, **_kwargs
):
1109 val
= controls2c
.wxTreeCtrl_InsertItem(self
, *_args
, **_kwargs
)
1110 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1112 def InsertItemBefore(self
, *_args
, **_kwargs
):
1113 val
= controls2c
.wxTreeCtrl_InsertItemBefore(self
, *_args
, **_kwargs
)
1114 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1116 def AppendItem(self
, *_args
, **_kwargs
):
1117 val
= controls2c
.wxTreeCtrl_AppendItem(self
, *_args
, **_kwargs
)
1118 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1120 def Delete(self
, *_args
, **_kwargs
):
1121 val
= controls2c
.wxTreeCtrl_Delete(self
, *_args
, **_kwargs
)
1123 def DeleteChildren(self
, *_args
, **_kwargs
):
1124 val
= controls2c
.wxTreeCtrl_DeleteChildren(self
, *_args
, **_kwargs
)
1126 def DeleteAllItems(self
, *_args
, **_kwargs
):
1127 val
= controls2c
.wxTreeCtrl_DeleteAllItems(self
, *_args
, **_kwargs
)
1129 def Expand(self
, *_args
, **_kwargs
):
1130 val
= controls2c
.wxTreeCtrl_Expand(self
, *_args
, **_kwargs
)
1132 def Collapse(self
, *_args
, **_kwargs
):
1133 val
= controls2c
.wxTreeCtrl_Collapse(self
, *_args
, **_kwargs
)
1135 def CollapseAndReset(self
, *_args
, **_kwargs
):
1136 val
= controls2c
.wxTreeCtrl_CollapseAndReset(self
, *_args
, **_kwargs
)
1138 def Toggle(self
, *_args
, **_kwargs
):
1139 val
= controls2c
.wxTreeCtrl_Toggle(self
, *_args
, **_kwargs
)
1141 def Unselect(self
, *_args
, **_kwargs
):
1142 val
= controls2c
.wxTreeCtrl_Unselect(self
, *_args
, **_kwargs
)
1144 def UnselectAll(self
, *_args
, **_kwargs
):
1145 val
= controls2c
.wxTreeCtrl_UnselectAll(self
, *_args
, **_kwargs
)
1147 def SelectItem(self
, *_args
, **_kwargs
):
1148 val
= controls2c
.wxTreeCtrl_SelectItem(self
, *_args
, **_kwargs
)
1150 def EnsureVisible(self
, *_args
, **_kwargs
):
1151 val
= controls2c
.wxTreeCtrl_EnsureVisible(self
, *_args
, **_kwargs
)
1153 def ScrollTo(self
, *_args
, **_kwargs
):
1154 val
= controls2c
.wxTreeCtrl_ScrollTo(self
, *_args
, **_kwargs
)
1156 def GetEditControl(self
, *_args
, **_kwargs
):
1157 val
= controls2c
.wxTreeCtrl_GetEditControl(self
, *_args
, **_kwargs
)
1159 def EditLabel(self
, *_args
, **_kwargs
):
1160 val
= controls2c
.wxTreeCtrl_EditLabel(self
, *_args
, **_kwargs
)
1162 def EndEditLabel(self
, *_args
, **_kwargs
):
1163 val
= controls2c
.wxTreeCtrl_EndEditLabel(self
, *_args
, **_kwargs
)
1165 def SortChildren(self
, *_args
, **_kwargs
):
1166 val
= controls2c
.wxTreeCtrl_SortChildren(self
, *_args
, **_kwargs
)
1168 def SetItemBold(self
, *_args
, **_kwargs
):
1169 val
= controls2c
.wxTreeCtrl_SetItemBold(self
, *_args
, **_kwargs
)
1171 def IsBold(self
, *_args
, **_kwargs
):
1172 val
= controls2c
.wxTreeCtrl_IsBold(self
, *_args
, **_kwargs
)
1174 def HitTest(self
, *_args
, **_kwargs
):
1175 val
= controls2c
.wxTreeCtrl_HitTest(self
, *_args
, **_kwargs
)
1177 def SetItemTextColour(self
, *_args
, **_kwargs
):
1178 val
= controls2c
.wxTreeCtrl_SetItemTextColour(self
, *_args
, **_kwargs
)
1180 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
1181 val
= controls2c
.wxTreeCtrl_SetItemBackgroundColour(self
, *_args
, **_kwargs
)
1183 def SetItemFont(self
, *_args
, **_kwargs
):
1184 val
= controls2c
.wxTreeCtrl_SetItemFont(self
, *_args
, **_kwargs
)
1186 def SetItemDropHighlight(self
, *_args
, **_kwargs
):
1187 val
= controls2c
.wxTreeCtrl_SetItemDropHighlight(self
, *_args
, **_kwargs
)
1189 def GetBoundingRect(self
, *_args
, **_kwargs
):
1190 val
= controls2c
.wxTreeCtrl_GetBoundingRect(self
, *_args
, **_kwargs
)
1193 return "<%s.%s instance; proxy of C++ wxTreeCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1195 # Redefine some methods that SWIG gets a bit confused on...
1196 def GetFirstChild(self
, *_args
, **_kwargs
):
1197 val1
,val2
= controls2c
.wxTreeCtrl_GetFirstChild(self
, *_args
, **_kwargs
)
1198 val1
= wxTreeItemIdPtr(val1
)
1201 def GetNextChild(self
, *_args
, **_kwargs
):
1202 val1
,val2
= controls2c
.wxTreeCtrl_GetNextChild(self
, *_args
, **_kwargs
)
1203 val1
= wxTreeItemIdPtr(val1
)
1206 def HitTest(self
, *_args
, **_kwargs
):
1207 val1
, val2
= controls2c
.wxTreeCtrl_HitTest(self
, *_args
, **_kwargs
)
1208 val1
= wxTreeItemIdPtr(val1
)
1212 class wxTreeCtrl(wxTreeCtrlPtr
):
1213 def __init__(self
,*_args
,**_kwargs
):
1214 self
.this
= controls2c
.new_wxTreeCtrl(*_args
,**_kwargs
)
1216 self
._setCallbackInfo
(self
, wxTreeCtrl
)
1217 self
._setOORInfo
(self
)
1221 def wxPreTreeCtrl(*_args
,**_kwargs
):
1222 val
= wxTreeCtrlPtr(controls2c
.new_wxPreTreeCtrl(*_args
,**_kwargs
))
1224 val
._setOORInfo
(val
)
1228 class wxDirItemDataPtr(wxObjectPtr
):
1229 def __init__(self
,this
):
1232 def SetNewDirName(self
, *_args
, **_kwargs
):
1233 val
= controls2c
.wxDirItemData_SetNewDirName(self
, *_args
, **_kwargs
)
1235 def __setattr__(self
,name
,value
):
1236 if name
== "m_path" :
1237 controls2c
.wxDirItemData_m_path_set(self
,value
)
1239 if name
== "m_name" :
1240 controls2c
.wxDirItemData_m_name_set(self
,value
)
1242 if name
== "m_isHidden" :
1243 controls2c
.wxDirItemData_m_isHidden_set(self
,value
)
1245 if name
== "m_isExpanded" :
1246 controls2c
.wxDirItemData_m_isExpanded_set(self
,value
)
1248 if name
== "m_isDir" :
1249 controls2c
.wxDirItemData_m_isDir_set(self
,value
)
1251 self
.__dict
__[name
] = value
1252 def __getattr__(self
,name
):
1253 if name
== "m_path" :
1254 return controls2c
.wxDirItemData_m_path_get(self
)
1255 if name
== "m_name" :
1256 return controls2c
.wxDirItemData_m_name_get(self
)
1257 if name
== "m_isHidden" :
1258 return controls2c
.wxDirItemData_m_isHidden_get(self
)
1259 if name
== "m_isExpanded" :
1260 return controls2c
.wxDirItemData_m_isExpanded_get(self
)
1261 if name
== "m_isDir" :
1262 return controls2c
.wxDirItemData_m_isDir_get(self
)
1263 raise AttributeError,name
1265 return "<%s.%s instance; proxy of C++ wxDirItemData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1266 class wxDirItemData(wxDirItemDataPtr
):
1267 def __init__(self
,*_args
,**_kwargs
):
1268 self
.this
= controls2c
.new_wxDirItemData(*_args
,**_kwargs
)
1274 class wxGenericDirCtrlPtr(wxControlPtr
):
1275 def __init__(self
,this
):
1278 def Create(self
, *_args
, **_kwargs
):
1279 val
= controls2c
.wxGenericDirCtrl_Create(self
, *_args
, **_kwargs
)
1281 def ExpandPath(self
, *_args
, **_kwargs
):
1282 val
= controls2c
.wxGenericDirCtrl_ExpandPath(self
, *_args
, **_kwargs
)
1284 def GetDefaultPath(self
, *_args
, **_kwargs
):
1285 val
= controls2c
.wxGenericDirCtrl_GetDefaultPath(self
, *_args
, **_kwargs
)
1287 def SetDefaultPath(self
, *_args
, **_kwargs
):
1288 val
= controls2c
.wxGenericDirCtrl_SetDefaultPath(self
, *_args
, **_kwargs
)
1290 def GetPath(self
, *_args
, **_kwargs
):
1291 val
= controls2c
.wxGenericDirCtrl_GetPath(self
, *_args
, **_kwargs
)
1293 def GetFilePath(self
, *_args
, **_kwargs
):
1294 val
= controls2c
.wxGenericDirCtrl_GetFilePath(self
, *_args
, **_kwargs
)
1296 def SetPath(self
, *_args
, **_kwargs
):
1297 val
= controls2c
.wxGenericDirCtrl_SetPath(self
, *_args
, **_kwargs
)
1299 def ShowHidden(self
, *_args
, **_kwargs
):
1300 val
= controls2c
.wxGenericDirCtrl_ShowHidden(self
, *_args
, **_kwargs
)
1302 def GetShowHidden(self
, *_args
, **_kwargs
):
1303 val
= controls2c
.wxGenericDirCtrl_GetShowHidden(self
, *_args
, **_kwargs
)
1305 def GetFilter(self
, *_args
, **_kwargs
):
1306 val
= controls2c
.wxGenericDirCtrl_GetFilter(self
, *_args
, **_kwargs
)
1308 def SetFilter(self
, *_args
, **_kwargs
):
1309 val
= controls2c
.wxGenericDirCtrl_SetFilter(self
, *_args
, **_kwargs
)
1311 def GetFilterIndex(self
, *_args
, **_kwargs
):
1312 val
= controls2c
.wxGenericDirCtrl_GetFilterIndex(self
, *_args
, **_kwargs
)
1314 def SetFilterIndex(self
, *_args
, **_kwargs
):
1315 val
= controls2c
.wxGenericDirCtrl_SetFilterIndex(self
, *_args
, **_kwargs
)
1317 def GetRootId(self
, *_args
, **_kwargs
):
1318 val
= controls2c
.wxGenericDirCtrl_GetRootId(self
, *_args
, **_kwargs
)
1319 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1321 def GetTreeCtrl(self
, *_args
, **_kwargs
):
1322 val
= controls2c
.wxGenericDirCtrl_GetTreeCtrl(self
, *_args
, **_kwargs
)
1324 def GetFilterListCtrl(self
, *_args
, **_kwargs
):
1325 val
= controls2c
.wxGenericDirCtrl_GetFilterListCtrl(self
, *_args
, **_kwargs
)
1326 if val
: val
= wxDirFilterListCtrlPtr(val
)
1328 def ReCreateTree(self
, *_args
, **_kwargs
):
1329 val
= controls2c
.wxGenericDirCtrl_ReCreateTree(self
, *_args
, **_kwargs
)
1332 return "<%s.%s instance; proxy of C++ wxGenericDirCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1333 class wxGenericDirCtrl(wxGenericDirCtrlPtr
):
1334 def __init__(self
,*_args
,**_kwargs
):
1335 self
.this
= controls2c
.new_wxGenericDirCtrl(*_args
,**_kwargs
)
1337 self
._setOORInfo
(self
)
1341 def wxPreGenericDirCtrl(*_args
,**_kwargs
):
1342 val
= wxGenericDirCtrlPtr(controls2c
.new_wxPreGenericDirCtrl(*_args
,**_kwargs
))
1344 val
._setOORInfo
(val
)
1348 class wxDirFilterListCtrlPtr(wxChoicePtr
):
1349 def __init__(self
,this
):
1352 def Create(self
, *_args
, **_kwargs
):
1353 val
= controls2c
.wxDirFilterListCtrl_Create(self
, *_args
, **_kwargs
)
1355 def FillFilterList(self
, *_args
, **_kwargs
):
1356 val
= controls2c
.wxDirFilterListCtrl_FillFilterList(self
, *_args
, **_kwargs
)
1359 return "<%s.%s instance; proxy of C++ wxDirFilterListCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1360 class wxDirFilterListCtrl(wxDirFilterListCtrlPtr
):
1361 def __init__(self
,*_args
,**_kwargs
):
1362 self
.this
= controls2c
.new_wxDirFilterListCtrl(*_args
,**_kwargs
)
1364 self
._setOORInfo
(self
)
1368 def wxPreDirFilterListCtrl(*_args
,**_kwargs
):
1369 val
= wxDirFilterListCtrlPtr(controls2c
.new_wxPreDirFilterListCtrl(*_args
,**_kwargs
))
1371 val
._setOORInfo
(val
)
1375 class wxFileIconsTablePtr
:
1376 folder
= controls2c
.wxFileIconsTable_folder
1377 folder_open
= controls2c
.wxFileIconsTable_folder_open
1378 computer
= controls2c
.wxFileIconsTable_computer
1379 drive
= controls2c
.wxFileIconsTable_drive
1380 cdrom
= controls2c
.wxFileIconsTable_cdrom
1381 floppy
= controls2c
.wxFileIconsTable_floppy
1382 removeable
= controls2c
.wxFileIconsTable_removeable
1383 file = controls2c
.wxFileIconsTable_file
1384 executable
= controls2c
.wxFileIconsTable_executable
1385 def __init__(self
,this
):
1388 def __del__(self
, delfunc
=controls2c
.delete_wxFileIconsTable
):
1389 if self
.thisown
== 1:
1394 def GetIconID(self
, *_args
, **_kwargs
):
1395 val
= controls2c
.wxFileIconsTable_GetIconID(self
, *_args
, **_kwargs
)
1397 def GetSmallImageList(self
, *_args
, **_kwargs
):
1398 val
= controls2c
.wxFileIconsTable_GetSmallImageList(self
, *_args
, **_kwargs
)
1401 return "<%s.%s instance; proxy of C++ wxFileIconsTable instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1402 class wxFileIconsTable(wxFileIconsTablePtr
):
1403 def __init__(self
,*_args
,**_kwargs
):
1404 self
.this
= controls2c
.new_wxFileIconsTable(*_args
,**_kwargs
)
1412 #-------------- FUNCTION WRAPPERS ------------------
1416 #-------------- VARIABLE WRAPPERS ------------------
1418 wxEVT_COMMAND_LIST_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
1419 wxEVT_COMMAND_LIST_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
1420 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
1421 wxEVT_COMMAND_LIST_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
1422 wxEVT_COMMAND_LIST_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
1423 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
1424 wxEVT_COMMAND_LIST_GET_INFO
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
1425 wxEVT_COMMAND_LIST_SET_INFO
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
1426 wxEVT_COMMAND_LIST_ITEM_SELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
1427 wxEVT_COMMAND_LIST_ITEM_DESELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
1428 wxEVT_COMMAND_LIST_KEY_DOWN
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
1429 wxEVT_COMMAND_LIST_INSERT_ITEM
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
1430 wxEVT_COMMAND_LIST_COL_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
1431 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1432 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
1433 wxEVT_COMMAND_LIST_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
1434 wxEVT_COMMAND_LIST_CACHE_HINT
= controls2c
.wxEVT_COMMAND_LIST_CACHE_HINT
1435 wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
1436 wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
1437 wxEVT_COMMAND_LIST_COL_DRAGGING
= controls2c
.wxEVT_COMMAND_LIST_COL_DRAGGING
1438 wxEVT_COMMAND_LIST_COL_END_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_END_DRAG
1439 wxEVT_COMMAND_LIST_ITEM_FOCUSED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_FOCUSED
1440 wxLC_VRULES
= controls2c
.wxLC_VRULES
1441 wxLC_HRULES
= controls2c
.wxLC_HRULES
1442 wxLC_ICON
= controls2c
.wxLC_ICON
1443 wxLC_SMALL_ICON
= controls2c
.wxLC_SMALL_ICON
1444 wxLC_LIST
= controls2c
.wxLC_LIST
1445 wxLC_REPORT
= controls2c
.wxLC_REPORT
1446 wxLC_ALIGN_TOP
= controls2c
.wxLC_ALIGN_TOP
1447 wxLC_ALIGN_LEFT
= controls2c
.wxLC_ALIGN_LEFT
1448 wxLC_AUTOARRANGE
= controls2c
.wxLC_AUTOARRANGE
1449 wxLC_VIRTUAL
= controls2c
.wxLC_VIRTUAL
1450 wxLC_EDIT_LABELS
= controls2c
.wxLC_EDIT_LABELS
1451 wxLC_NO_HEADER
= controls2c
.wxLC_NO_HEADER
1452 wxLC_NO_SORT_HEADER
= controls2c
.wxLC_NO_SORT_HEADER
1453 wxLC_SINGLE_SEL
= controls2c
.wxLC_SINGLE_SEL
1454 wxLC_SORT_ASCENDING
= controls2c
.wxLC_SORT_ASCENDING
1455 wxLC_SORT_DESCENDING
= controls2c
.wxLC_SORT_DESCENDING
1456 wxLC_MASK_TYPE
= controls2c
.wxLC_MASK_TYPE
1457 wxLC_MASK_ALIGN
= controls2c
.wxLC_MASK_ALIGN
1458 wxLC_MASK_SORT
= controls2c
.wxLC_MASK_SORT
1459 wxLC_USER_TEXT
= controls2c
.wxLC_USER_TEXT
1460 wxLIST_MASK_STATE
= controls2c
.wxLIST_MASK_STATE
1461 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
1462 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
1463 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
1464 wxLIST_SET_ITEM
= controls2c
.wxLIST_SET_ITEM
1465 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
1466 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
1467 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
1468 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
1469 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
1470 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
1471 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
1472 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
1473 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
1474 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
1475 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
1476 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
1477 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
1478 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
1479 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
1480 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
1481 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
1482 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
1483 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
1484 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
1485 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
1486 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
1487 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
1488 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
1489 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
1490 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
1491 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
1492 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
1493 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
1494 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
1495 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
1496 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
1497 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
1498 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
1499 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT
1500 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
1501 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
1502 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
1503 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
1504 wxTR_NO_BUTTONS
= controls2c
.wxTR_NO_BUTTONS
1505 wxTR_HAS_BUTTONS
= controls2c
.wxTR_HAS_BUTTONS
1506 wxTR_NO_LINES
= controls2c
.wxTR_NO_LINES
1507 wxTR_LINES_AT_ROOT
= controls2c
.wxTR_LINES_AT_ROOT
1508 wxTR_SINGLE
= controls2c
.wxTR_SINGLE
1509 wxTR_MULTIPLE
= controls2c
.wxTR_MULTIPLE
1510 wxTR_EXTENDED
= controls2c
.wxTR_EXTENDED
1511 wxTR_HAS_VARIABLE_ROW_HEIGHT
= controls2c
.wxTR_HAS_VARIABLE_ROW_HEIGHT
1512 wxTR_EDIT_LABELS
= controls2c
.wxTR_EDIT_LABELS
1513 wxTR_HIDE_ROOT
= controls2c
.wxTR_HIDE_ROOT
1514 wxTR_ROW_LINES
= controls2c
.wxTR_ROW_LINES
1515 wxTR_FULL_ROW_HIGHLIGHT
= controls2c
.wxTR_FULL_ROW_HIGHLIGHT
1516 wxTR_DEFAULT_STYLE
= controls2c
.wxTR_DEFAULT_STYLE
1517 wxTR_TWIST_BUTTONS
= controls2c
.wxTR_TWIST_BUTTONS
1518 wxTR_MAC_BUTTONS
= controls2c
.wxTR_MAC_BUTTONS
1519 wxTR_AQUA_BUTTONS
= controls2c
.wxTR_AQUA_BUTTONS
1520 wxTreeItemIcon_Normal
= controls2c
.wxTreeItemIcon_Normal
1521 wxTreeItemIcon_Selected
= controls2c
.wxTreeItemIcon_Selected
1522 wxTreeItemIcon_Expanded
= controls2c
.wxTreeItemIcon_Expanded
1523 wxTreeItemIcon_SelectedExpanded
= controls2c
.wxTreeItemIcon_SelectedExpanded
1524 wxTreeItemIcon_Max
= controls2c
.wxTreeItemIcon_Max
1525 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
1526 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
1527 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
1528 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
1529 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
1530 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
1531 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
1532 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
1533 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
1534 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
1535 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
1536 wxTREE_HITTEST_ONITEMUPPERPART
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
1537 wxTREE_HITTEST_ONITEMLOWERPART
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
1538 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
1539 wxEVT_COMMAND_TREE_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
1540 wxEVT_COMMAND_TREE_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
1541 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
1542 wxEVT_COMMAND_TREE_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
1543 wxEVT_COMMAND_TREE_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
1544 wxEVT_COMMAND_TREE_GET_INFO
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
1545 wxEVT_COMMAND_TREE_SET_INFO
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
1546 wxEVT_COMMAND_TREE_ITEM_EXPANDED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
1547 wxEVT_COMMAND_TREE_ITEM_EXPANDING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
1548 wxEVT_COMMAND_TREE_ITEM_COLLAPSED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
1549 wxEVT_COMMAND_TREE_ITEM_COLLAPSING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
1550 wxEVT_COMMAND_TREE_SEL_CHANGED
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
1551 wxEVT_COMMAND_TREE_SEL_CHANGING
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
1552 wxEVT_COMMAND_TREE_KEY_DOWN
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
1553 wxEVT_COMMAND_TREE_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
1554 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
1555 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
1556 wxEVT_COMMAND_TREE_END_DRAG
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG
1557 wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_STATE_IMAGE_CLICK
1558 wxDIRCTRL_DIR_ONLY
= controls2c
.wxDIRCTRL_DIR_ONLY
1559 wxDIRCTRL_SELECT_FIRST
= controls2c
.wxDIRCTRL_SELECT_FIRST
1560 wxDIRCTRL_SHOW_FILTERS
= controls2c
.wxDIRCTRL_SHOW_FILTERS
1561 wxDIRCTRL_3D_INTERNAL
= controls2c
.wxDIRCTRL_3D_INTERNAL
1562 wxDIRCTRL_EDIT_LABELS
= controls2c
.wxDIRCTRL_EDIT_LABELS
1563 wxID_TREECTRL
= controls2c
.wxID_TREECTRL
1564 wxID_FILTERLISTCTRL
= controls2c
.wxID_FILTERLISTCTRL