1 # This file was created automatically by SWIG.
12 from clip_dnd
import *
16 from controls
import *
19 def EVT_LIST_BEGIN_DRAG(win
, id, func
):
20 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_DRAG
, func
)
22 def EVT_LIST_BEGIN_RDRAG(win
, id, func
):
23 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_RDRAG
, func
)
25 def EVT_LIST_BEGIN_LABEL_EDIT(win
, id, func
):
26 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
, func
)
28 def EVT_LIST_END_LABEL_EDIT(win
, id, func
):
29 win
.Connect(id, -1, wxEVT_COMMAND_LIST_END_LABEL_EDIT
, func
)
31 def EVT_LIST_DELETE_ITEM(win
, id, func
):
32 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ITEM
, func
)
34 def EVT_LIST_DELETE_ALL_ITEMS(win
, id, func
):
35 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
, func
)
37 def EVT_LIST_GET_INFO(win
, id, func
):
38 win
.Connect(id, -1, wxEVT_COMMAND_LIST_GET_INFO
, func
)
40 def EVT_LIST_SET_INFO(win
, id, func
):
41 win
.Connect(id, -1, wxEVT_COMMAND_LIST_SET_INFO
, func
)
43 def EVT_LIST_ITEM_SELECTED(win
, id, func
):
44 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_SELECTED
, func
)
46 def EVT_LIST_ITEM_DESELECTED(win
, id, func
):
47 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_DESELECTED
, func
)
49 def EVT_LIST_KEY_DOWN(win
, id, func
):
50 win
.Connect(id, -1, wxEVT_COMMAND_LIST_KEY_DOWN
, func
)
52 def EVT_LIST_INSERT_ITEM(win
, id, func
):
53 win
.Connect(id, -1, wxEVT_COMMAND_LIST_INSERT_ITEM
, func
)
55 def EVT_LIST_COL_CLICK(win
, id, func
):
56 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_CLICK
, func
)
58 def EVT_LIST_COL_RIGHT_CLICK(win
, id, func
):
59 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
, func
)
61 def EVT_LIST_COL_BEGIN_DRAG(win
, id, func
):
62 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
, func
)
64 def EVT_LIST_COL_DRAGGING(win
, id, func
):
65 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_DRAGGING
, func
)
67 def EVT_LIST_COL_END_DRAG(win
, id, func
):
68 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_END_DRAG
, func
)
70 def EVT_LIST_ITEM_RIGHT_CLICK(win
, id, func
):
71 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
, func
)
73 def EVT_LIST_ITEM_MIDDLE_CLICK(win
, id, func
):
74 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
, func
)
76 def EVT_LIST_ITEM_ACTIVATED(win
, id, func
):
77 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_ACTIVATED
, func
)
79 def EVT_LIST_CACHE_HINT(win
, id, func
):
80 win
.Connect(id, -1, wxEVT_COMMAND_LIST_CACHE_HINT
, func
)
82 def EVT_LIST_ITEM_FOCUSED(win
, id, func
):
83 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_FOCUSED
, func
)
87 def EVT_TREE_BEGIN_DRAG(win
, id, func
):
88 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_DRAG
, func
)
90 def EVT_TREE_BEGIN_RDRAG(win
, id, func
):
91 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_RDRAG
, func
)
93 def EVT_TREE_END_DRAG(win
, id, func
):
94 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_DRAG
, func
)
96 def EVT_TREE_BEGIN_LABEL_EDIT(win
, id, func
):
97 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
, func
)
99 def EVT_TREE_END_LABEL_EDIT(win
, id, func
):
100 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_LABEL_EDIT
, func
)
102 def EVT_TREE_GET_INFO(win
, id, func
):
103 win
.Connect(id, -1, wxEVT_COMMAND_TREE_GET_INFO
, func
)
105 def EVT_TREE_SET_INFO(win
, id, func
):
106 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SET_INFO
, func
)
108 def EVT_TREE_ITEM_EXPANDED(win
, id, func
):
109 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDED
, func
)
111 def EVT_TREE_ITEM_EXPANDING(win
, id, func
):
112 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDING
, func
)
114 def EVT_TREE_ITEM_COLLAPSED(win
, id, func
):
115 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSED
, func
)
117 def EVT_TREE_ITEM_COLLAPSING(win
, id, func
):
118 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSING
, func
)
120 def EVT_TREE_SEL_CHANGED(win
, id, func
):
121 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGED
, func
)
123 def EVT_TREE_SEL_CHANGING(win
, id, func
):
124 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGING
, func
)
126 def EVT_TREE_KEY_DOWN(win
, id, func
):
127 win
.Connect(id, -1, wxEVT_COMMAND_TREE_KEY_DOWN
, func
)
129 def EVT_TREE_DELETE_ITEM(win
, id, func
):
130 win
.Connect(id, -1, wxEVT_COMMAND_TREE_DELETE_ITEM
, func
)
132 def EVT_TREE_ITEM_ACTIVATED(win
, id, func
):
133 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_ACTIVATED
, func
)
135 def EVT_TREE_ITEM_RIGHT_CLICK(win
, id, func
):
136 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
, func
)
138 def EVT_TREE_ITEM_MIDDLE_CLICK(win
, id, func
):
139 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
, func
)
141 class wxListItemAttrPtr
:
142 def __init__(self
,this
):
145 def SetTextColour(self
, *_args
, **_kwargs
):
146 val
= controls2c
.wxListItemAttr_SetTextColour(self
, *_args
, **_kwargs
)
148 def SetBackgroundColour(self
, *_args
, **_kwargs
):
149 val
= controls2c
.wxListItemAttr_SetBackgroundColour(self
, *_args
, **_kwargs
)
151 def SetFont(self
, *_args
, **_kwargs
):
152 val
= controls2c
.wxListItemAttr_SetFont(self
, *_args
, **_kwargs
)
154 def HasTextColour(self
, *_args
, **_kwargs
):
155 val
= controls2c
.wxListItemAttr_HasTextColour(self
, *_args
, **_kwargs
)
157 def HasBackgroundColour(self
, *_args
, **_kwargs
):
158 val
= controls2c
.wxListItemAttr_HasBackgroundColour(self
, *_args
, **_kwargs
)
160 def HasFont(self
, *_args
, **_kwargs
):
161 val
= controls2c
.wxListItemAttr_HasFont(self
, *_args
, **_kwargs
)
163 def GetTextColour(self
, *_args
, **_kwargs
):
164 val
= controls2c
.wxListItemAttr_GetTextColour(self
, *_args
, **_kwargs
)
165 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
167 def GetBackgroundColour(self
, *_args
, **_kwargs
):
168 val
= controls2c
.wxListItemAttr_GetBackgroundColour(self
, *_args
, **_kwargs
)
169 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
171 def GetFont(self
, *_args
, **_kwargs
):
172 val
= controls2c
.wxListItemAttr_GetFont(self
, *_args
, **_kwargs
)
173 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
176 return "<%s.%s instance; proxy of C++ wxListItemAttr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
177 class wxListItemAttr(wxListItemAttrPtr
):
178 def __init__(self
,*_args
,**_kwargs
):
179 self
.this
= controls2c
.new_wxListItemAttr(*_args
,**_kwargs
)
185 class wxListItemPtr(wxObjectPtr
):
186 def __init__(self
,this
):
189 def __del__(self
, delfunc
=controls2c
.delete_wxListItem
):
190 if self
.thisown
== 1:
195 def Clear(self
, *_args
, **_kwargs
):
196 val
= controls2c
.wxListItem_Clear(self
, *_args
, **_kwargs
)
198 def ClearAttributes(self
, *_args
, **_kwargs
):
199 val
= controls2c
.wxListItem_ClearAttributes(self
, *_args
, **_kwargs
)
201 def SetMask(self
, *_args
, **_kwargs
):
202 val
= controls2c
.wxListItem_SetMask(self
, *_args
, **_kwargs
)
204 def SetId(self
, *_args
, **_kwargs
):
205 val
= controls2c
.wxListItem_SetId(self
, *_args
, **_kwargs
)
207 def SetColumn(self
, *_args
, **_kwargs
):
208 val
= controls2c
.wxListItem_SetColumn(self
, *_args
, **_kwargs
)
210 def SetState(self
, *_args
, **_kwargs
):
211 val
= controls2c
.wxListItem_SetState(self
, *_args
, **_kwargs
)
213 def SetStateMask(self
, *_args
, **_kwargs
):
214 val
= controls2c
.wxListItem_SetStateMask(self
, *_args
, **_kwargs
)
216 def SetText(self
, *_args
, **_kwargs
):
217 val
= controls2c
.wxListItem_SetText(self
, *_args
, **_kwargs
)
219 def SetImage(self
, *_args
, **_kwargs
):
220 val
= controls2c
.wxListItem_SetImage(self
, *_args
, **_kwargs
)
222 def SetData(self
, *_args
, **_kwargs
):
223 val
= controls2c
.wxListItem_SetData(self
, *_args
, **_kwargs
)
225 def SetWidth(self
, *_args
, **_kwargs
):
226 val
= controls2c
.wxListItem_SetWidth(self
, *_args
, **_kwargs
)
228 def SetAlign(self
, *_args
, **_kwargs
):
229 val
= controls2c
.wxListItem_SetAlign(self
, *_args
, **_kwargs
)
231 def SetTextColour(self
, *_args
, **_kwargs
):
232 val
= controls2c
.wxListItem_SetTextColour(self
, *_args
, **_kwargs
)
234 def SetBackgroundColour(self
, *_args
, **_kwargs
):
235 val
= controls2c
.wxListItem_SetBackgroundColour(self
, *_args
, **_kwargs
)
237 def SetFont(self
, *_args
, **_kwargs
):
238 val
= controls2c
.wxListItem_SetFont(self
, *_args
, **_kwargs
)
240 def GetMask(self
, *_args
, **_kwargs
):
241 val
= controls2c
.wxListItem_GetMask(self
, *_args
, **_kwargs
)
243 def GetId(self
, *_args
, **_kwargs
):
244 val
= controls2c
.wxListItem_GetId(self
, *_args
, **_kwargs
)
246 def GetColumn(self
, *_args
, **_kwargs
):
247 val
= controls2c
.wxListItem_GetColumn(self
, *_args
, **_kwargs
)
249 def GetState(self
, *_args
, **_kwargs
):
250 val
= controls2c
.wxListItem_GetState(self
, *_args
, **_kwargs
)
252 def GetText(self
, *_args
, **_kwargs
):
253 val
= controls2c
.wxListItem_GetText(self
, *_args
, **_kwargs
)
255 def GetImage(self
, *_args
, **_kwargs
):
256 val
= controls2c
.wxListItem_GetImage(self
, *_args
, **_kwargs
)
258 def GetData(self
, *_args
, **_kwargs
):
259 val
= controls2c
.wxListItem_GetData(self
, *_args
, **_kwargs
)
261 def GetWidth(self
, *_args
, **_kwargs
):
262 val
= controls2c
.wxListItem_GetWidth(self
, *_args
, **_kwargs
)
264 def GetAlign(self
, *_args
, **_kwargs
):
265 val
= controls2c
.wxListItem_GetAlign(self
, *_args
, **_kwargs
)
267 def GetAttributes(self
, *_args
, **_kwargs
):
268 val
= controls2c
.wxListItem_GetAttributes(self
, *_args
, **_kwargs
)
269 if val
: val
= wxListItemAttrPtr(val
)
271 def HasAttributes(self
, *_args
, **_kwargs
):
272 val
= controls2c
.wxListItem_HasAttributes(self
, *_args
, **_kwargs
)
274 def GetTextColour(self
, *_args
, **_kwargs
):
275 val
= controls2c
.wxListItem_GetTextColour(self
, *_args
, **_kwargs
)
276 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
278 def GetBackgroundColour(self
, *_args
, **_kwargs
):
279 val
= controls2c
.wxListItem_GetBackgroundColour(self
, *_args
, **_kwargs
)
280 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
282 def GetFont(self
, *_args
, **_kwargs
):
283 val
= controls2c
.wxListItem_GetFont(self
, *_args
, **_kwargs
)
284 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
286 def __setattr__(self
,name
,value
):
287 if name
== "m_mask" :
288 controls2c
.wxListItem_m_mask_set(self
,value
)
290 if name
== "m_itemId" :
291 controls2c
.wxListItem_m_itemId_set(self
,value
)
294 controls2c
.wxListItem_m_col_set(self
,value
)
296 if name
== "m_state" :
297 controls2c
.wxListItem_m_state_set(self
,value
)
299 if name
== "m_stateMask" :
300 controls2c
.wxListItem_m_stateMask_set(self
,value
)
302 if name
== "m_text" :
303 controls2c
.wxListItem_m_text_set(self
,value
)
305 if name
== "m_image" :
306 controls2c
.wxListItem_m_image_set(self
,value
)
308 if name
== "m_data" :
309 controls2c
.wxListItem_m_data_set(self
,value
)
311 if name
== "m_format" :
312 controls2c
.wxListItem_m_format_set(self
,value
)
314 if name
== "m_width" :
315 controls2c
.wxListItem_m_width_set(self
,value
)
317 self
.__dict
__[name
] = value
318 def __getattr__(self
,name
):
319 if name
== "m_mask" :
320 return controls2c
.wxListItem_m_mask_get(self
)
321 if name
== "m_itemId" :
322 return controls2c
.wxListItem_m_itemId_get(self
)
324 return controls2c
.wxListItem_m_col_get(self
)
325 if name
== "m_state" :
326 return controls2c
.wxListItem_m_state_get(self
)
327 if name
== "m_stateMask" :
328 return controls2c
.wxListItem_m_stateMask_get(self
)
329 if name
== "m_text" :
330 return controls2c
.wxListItem_m_text_get(self
)
331 if name
== "m_image" :
332 return controls2c
.wxListItem_m_image_get(self
)
333 if name
== "m_data" :
334 return controls2c
.wxListItem_m_data_get(self
)
335 if name
== "m_format" :
336 return controls2c
.wxListItem_m_format_get(self
)
337 if name
== "m_width" :
338 return controls2c
.wxListItem_m_width_get(self
)
339 raise AttributeError,name
341 return "<%s.%s instance; proxy of C++ wxListItem instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
342 class wxListItem(wxListItemPtr
):
343 def __init__(self
,*_args
,**_kwargs
):
344 self
.this
= controls2c
.new_wxListItem(*_args
,**_kwargs
)
350 class wxListEventPtr(wxNotifyEventPtr
):
351 def __init__(self
,this
):
354 def GetKeyCode(self
, *_args
, **_kwargs
):
355 val
= controls2c
.wxListEvent_GetKeyCode(self
, *_args
, **_kwargs
)
357 def GetIndex(self
, *_args
, **_kwargs
):
358 val
= controls2c
.wxListEvent_GetIndex(self
, *_args
, **_kwargs
)
360 def GetColumn(self
, *_args
, **_kwargs
):
361 val
= controls2c
.wxListEvent_GetColumn(self
, *_args
, **_kwargs
)
363 def GetPoint(self
, *_args
, **_kwargs
):
364 val
= controls2c
.wxListEvent_GetPoint(self
, *_args
, **_kwargs
)
365 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
367 def GetLabel(self
, *_args
, **_kwargs
):
368 val
= controls2c
.wxListEvent_GetLabel(self
, *_args
, **_kwargs
)
370 def GetText(self
, *_args
, **_kwargs
):
371 val
= controls2c
.wxListEvent_GetText(self
, *_args
, **_kwargs
)
373 def GetImage(self
, *_args
, **_kwargs
):
374 val
= controls2c
.wxListEvent_GetImage(self
, *_args
, **_kwargs
)
376 def GetData(self
, *_args
, **_kwargs
):
377 val
= controls2c
.wxListEvent_GetData(self
, *_args
, **_kwargs
)
379 def GetMask(self
, *_args
, **_kwargs
):
380 val
= controls2c
.wxListEvent_GetMask(self
, *_args
, **_kwargs
)
382 def GetItem(self
, *_args
, **_kwargs
):
383 val
= controls2c
.wxListEvent_GetItem(self
, *_args
, **_kwargs
)
385 def GetCacheFrom(self
, *_args
, **_kwargs
):
386 val
= controls2c
.wxListEvent_GetCacheFrom(self
, *_args
, **_kwargs
)
388 def GetCacheTo(self
, *_args
, **_kwargs
):
389 val
= controls2c
.wxListEvent_GetCacheTo(self
, *_args
, **_kwargs
)
391 def __setattr__(self
,name
,value
):
392 if name
== "m_code" :
393 controls2c
.wxListEvent_m_code_set(self
,value
)
395 if name
== "m_oldItemIndex" :
396 controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
)
398 if name
== "m_itemIndex" :
399 controls2c
.wxListEvent_m_itemIndex_set(self
,value
)
402 controls2c
.wxListEvent_m_col_set(self
,value
)
404 if name
== "m_pointDrag" :
405 controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
)
407 if name
== "m_item" :
408 controls2c
.wxListEvent_m_item_set(self
,value
.this
)
410 self
.__dict
__[name
] = value
411 def __getattr__(self
,name
):
412 if name
== "m_code" :
413 return controls2c
.wxListEvent_m_code_get(self
)
414 if name
== "m_oldItemIndex" :
415 return controls2c
.wxListEvent_m_oldItemIndex_get(self
)
416 if name
== "m_itemIndex" :
417 return controls2c
.wxListEvent_m_itemIndex_get(self
)
419 return controls2c
.wxListEvent_m_col_get(self
)
420 if name
== "m_pointDrag" :
421 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
))
422 if name
== "m_item" :
423 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
))
424 raise AttributeError,name
426 return "<%s.%s instance; proxy of C++ wxListEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
428 class wxListEvent(wxListEventPtr
):
429 def __init__(self
,*_args
,**_kwargs
):
430 self
.this
= controls2c
.new_wxListEvent(*_args
,**_kwargs
)
436 class wxListCtrlPtr(wxControlPtr
):
437 def __init__(self
,this
):
440 def Create(self
, *_args
, **_kwargs
):
441 val
= controls2c
.wxListCtrl_Create(self
, *_args
, **_kwargs
)
443 def _setCallbackInfo(self
, *_args
, **_kwargs
):
444 val
= controls2c
.wxListCtrl__setCallbackInfo(self
, *_args
, **_kwargs
)
446 def SetForegroundColour(self
, *_args
, **_kwargs
):
447 val
= controls2c
.wxListCtrl_SetForegroundColour(self
, *_args
, **_kwargs
)
449 def SetBackgroundColour(self
, *_args
, **_kwargs
):
450 val
= controls2c
.wxListCtrl_SetBackgroundColour(self
, *_args
, **_kwargs
)
452 def GetColumn(self
, *_args
, **_kwargs
):
453 val
= controls2c
.wxListCtrl_GetColumn(self
, *_args
, **_kwargs
)
455 def SetColumn(self
, *_args
, **_kwargs
):
456 val
= controls2c
.wxListCtrl_SetColumn(self
, *_args
, **_kwargs
)
458 def GetColumnWidth(self
, *_args
, **_kwargs
):
459 val
= controls2c
.wxListCtrl_GetColumnWidth(self
, *_args
, **_kwargs
)
461 def SetColumnWidth(self
, *_args
, **_kwargs
):
462 val
= controls2c
.wxListCtrl_SetColumnWidth(self
, *_args
, **_kwargs
)
464 def GetCountPerPage(self
, *_args
, **_kwargs
):
465 val
= controls2c
.wxListCtrl_GetCountPerPage(self
, *_args
, **_kwargs
)
467 def GetItem(self
, *_args
, **_kwargs
):
468 val
= controls2c
.wxListCtrl_GetItem(self
, *_args
, **_kwargs
)
470 def SetItem(self
, *_args
, **_kwargs
):
471 val
= controls2c
.wxListCtrl_SetItem(self
, *_args
, **_kwargs
)
473 def SetStringItem(self
, *_args
, **_kwargs
):
474 val
= controls2c
.wxListCtrl_SetStringItem(self
, *_args
, **_kwargs
)
476 def GetItemState(self
, *_args
, **_kwargs
):
477 val
= controls2c
.wxListCtrl_GetItemState(self
, *_args
, **_kwargs
)
479 def SetItemState(self
, *_args
, **_kwargs
):
480 val
= controls2c
.wxListCtrl_SetItemState(self
, *_args
, **_kwargs
)
482 def SetItemImage(self
, *_args
, **_kwargs
):
483 val
= controls2c
.wxListCtrl_SetItemImage(self
, *_args
, **_kwargs
)
485 def GetItemText(self
, *_args
, **_kwargs
):
486 val
= controls2c
.wxListCtrl_GetItemText(self
, *_args
, **_kwargs
)
488 def SetItemText(self
, *_args
, **_kwargs
):
489 val
= controls2c
.wxListCtrl_SetItemText(self
, *_args
, **_kwargs
)
491 def GetItemData(self
, *_args
, **_kwargs
):
492 val
= controls2c
.wxListCtrl_GetItemData(self
, *_args
, **_kwargs
)
494 def SetItemData(self
, *_args
, **_kwargs
):
495 val
= controls2c
.wxListCtrl_SetItemData(self
, *_args
, **_kwargs
)
497 def GetItemPosition(self
, *_args
, **_kwargs
):
498 val
= controls2c
.wxListCtrl_GetItemPosition(self
, *_args
, **_kwargs
)
499 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
501 def GetItemRect(self
, *_args
, **_kwargs
):
502 val
= controls2c
.wxListCtrl_GetItemRect(self
, *_args
, **_kwargs
)
503 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
505 def SetItemPosition(self
, *_args
, **_kwargs
):
506 val
= controls2c
.wxListCtrl_SetItemPosition(self
, *_args
, **_kwargs
)
508 def GetItemCount(self
, *_args
, **_kwargs
):
509 val
= controls2c
.wxListCtrl_GetItemCount(self
, *_args
, **_kwargs
)
511 def GetColumnCount(self
, *_args
, **_kwargs
):
512 val
= controls2c
.wxListCtrl_GetColumnCount(self
, *_args
, **_kwargs
)
514 def GetItemSpacing(self
, *_args
, **_kwargs
):
515 val
= controls2c
.wxListCtrl_GetItemSpacing(self
, *_args
, **_kwargs
)
517 def SetItemSpacing(self
, *_args
, **_kwargs
):
518 val
= controls2c
.wxListCtrl_SetItemSpacing(self
, *_args
, **_kwargs
)
520 def GetSelectedItemCount(self
, *_args
, **_kwargs
):
521 val
= controls2c
.wxListCtrl_GetSelectedItemCount(self
, *_args
, **_kwargs
)
523 def GetTextColour(self
, *_args
, **_kwargs
):
524 val
= controls2c
.wxListCtrl_GetTextColour(self
, *_args
, **_kwargs
)
525 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
527 def SetTextColour(self
, *_args
, **_kwargs
):
528 val
= controls2c
.wxListCtrl_SetTextColour(self
, *_args
, **_kwargs
)
530 def GetTopItem(self
, *_args
, **_kwargs
):
531 val
= controls2c
.wxListCtrl_GetTopItem(self
, *_args
, **_kwargs
)
533 def SetSingleStyle(self
, *_args
, **_kwargs
):
534 val
= controls2c
.wxListCtrl_SetSingleStyle(self
, *_args
, **_kwargs
)
536 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
537 val
= controls2c
.wxListCtrl_SetWindowStyleFlag(self
, *_args
, **_kwargs
)
539 def GetNextItem(self
, *_args
, **_kwargs
):
540 val
= controls2c
.wxListCtrl_GetNextItem(self
, *_args
, **_kwargs
)
542 def GetImageList(self
, *_args
, **_kwargs
):
543 val
= controls2c
.wxListCtrl_GetImageList(self
, *_args
, **_kwargs
)
545 def SetImageList(self
, *_args
, **_kwargs
):
546 val
= controls2c
.wxListCtrl_SetImageList(self
, *_args
, **_kwargs
)
548 def AssignImageList(self
, *_args
, **_kwargs
):
549 val
= controls2c
.wxListCtrl_AssignImageList(self
, *_args
, **_kwargs
)
552 def IsVirtual(self
, *_args
, **_kwargs
):
553 val
= controls2c
.wxListCtrl_IsVirtual(self
, *_args
, **_kwargs
)
555 def RefreshItem(self
, *_args
, **_kwargs
):
556 val
= controls2c
.wxListCtrl_RefreshItem(self
, *_args
, **_kwargs
)
558 def RefreshItems(self
, *_args
, **_kwargs
):
559 val
= controls2c
.wxListCtrl_RefreshItems(self
, *_args
, **_kwargs
)
561 def Arrange(self
, *_args
, **_kwargs
):
562 val
= controls2c
.wxListCtrl_Arrange(self
, *_args
, **_kwargs
)
564 def DeleteItem(self
, *_args
, **_kwargs
):
565 val
= controls2c
.wxListCtrl_DeleteItem(self
, *_args
, **_kwargs
)
567 def DeleteAllItems(self
, *_args
, **_kwargs
):
568 val
= controls2c
.wxListCtrl_DeleteAllItems(self
, *_args
, **_kwargs
)
570 def DeleteColumn(self
, *_args
, **_kwargs
):
571 val
= controls2c
.wxListCtrl_DeleteColumn(self
, *_args
, **_kwargs
)
573 def DeleteAllColumns(self
, *_args
, **_kwargs
):
574 val
= controls2c
.wxListCtrl_DeleteAllColumns(self
, *_args
, **_kwargs
)
576 def ClearAll(self
, *_args
, **_kwargs
):
577 val
= controls2c
.wxListCtrl_ClearAll(self
, *_args
, **_kwargs
)
579 def EditLabel(self
, *_args
, **_kwargs
):
580 val
= controls2c
.wxListCtrl_EditLabel(self
, *_args
, **_kwargs
)
582 def EnsureVisible(self
, *_args
, **_kwargs
):
583 val
= controls2c
.wxListCtrl_EnsureVisible(self
, *_args
, **_kwargs
)
585 def FindItem(self
, *_args
, **_kwargs
):
586 val
= controls2c
.wxListCtrl_FindItem(self
, *_args
, **_kwargs
)
588 def FindItemData(self
, *_args
, **_kwargs
):
589 val
= controls2c
.wxListCtrl_FindItemData(self
, *_args
, **_kwargs
)
591 def FindItemAtPos(self
, *_args
, **_kwargs
):
592 val
= controls2c
.wxListCtrl_FindItemAtPos(self
, *_args
, **_kwargs
)
594 def HitTest(self
, *_args
, **_kwargs
):
595 val
= controls2c
.wxListCtrl_HitTest(self
, *_args
, **_kwargs
)
597 def InsertItem(self
, *_args
, **_kwargs
):
598 val
= controls2c
.wxListCtrl_InsertItem(self
, *_args
, **_kwargs
)
600 def InsertStringItem(self
, *_args
, **_kwargs
):
601 val
= controls2c
.wxListCtrl_InsertStringItem(self
, *_args
, **_kwargs
)
603 def InsertImageItem(self
, *_args
, **_kwargs
):
604 val
= controls2c
.wxListCtrl_InsertImageItem(self
, *_args
, **_kwargs
)
606 def InsertImageStringItem(self
, *_args
, **_kwargs
):
607 val
= controls2c
.wxListCtrl_InsertImageStringItem(self
, *_args
, **_kwargs
)
609 def InsertColumnInfo(self
, *_args
, **_kwargs
):
610 val
= controls2c
.wxListCtrl_InsertColumnInfo(self
, *_args
, **_kwargs
)
612 def InsertColumn(self
, *_args
, **_kwargs
):
613 val
= controls2c
.wxListCtrl_InsertColumn(self
, *_args
, **_kwargs
)
615 def SetItemCount(self
, *_args
, **_kwargs
):
616 val
= controls2c
.wxListCtrl_SetItemCount(self
, *_args
, **_kwargs
)
618 def ScrollList(self
, *_args
, **_kwargs
):
619 val
= controls2c
.wxListCtrl_ScrollList(self
, *_args
, **_kwargs
)
621 def SetItemTextColour(self
, *_args
, **_kwargs
):
622 val
= controls2c
.wxListCtrl_SetItemTextColour(self
, *_args
, **_kwargs
)
624 def GetItemTextColour(self
, *_args
, **_kwargs
):
625 val
= controls2c
.wxListCtrl_GetItemTextColour(self
, *_args
, **_kwargs
)
626 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
628 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
629 val
= controls2c
.wxListCtrl_SetItemBackgroundColour(self
, *_args
, **_kwargs
)
631 def GetItemBackgroundColour(self
, *_args
, **_kwargs
):
632 val
= controls2c
.wxListCtrl_GetItemBackgroundColour(self
, *_args
, **_kwargs
)
633 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
635 def SortItems(self
, *_args
, **_kwargs
):
636 val
= controls2c
.wxListCtrl_SortItems(self
, *_args
, **_kwargs
)
638 def GetMainWindow(self
, *_args
, **_kwargs
):
639 val
= controls2c
.wxListCtrl_GetMainWindow(self
, *_args
, **_kwargs
)
642 return "<%s.%s instance; proxy of C++ wxListCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
644 def GetColumn(self
, *_args
, **_kwargs
):
645 val
= controls2c
.wxListCtrl_GetColumn(self
, *_args
, **_kwargs
)
646 if val
is not None: val
.thisown
= 1
650 def GetItem(self
, *_args
, **_kwargs
):
651 val
= controls2c
.wxListCtrl_GetItem(self
, *_args
, **_kwargs
)
652 if val
is not None: val
.thisown
= 1
658 def Select(self
, idx
, on
=1):
659 '''[de]select an item'''
660 if on
: state
= wxLIST_STATE_SELECTED
662 self
.SetItemState(idx
, state
, wxLIST_STATE_SELECTED
)
664 def Focus(self
, idx
):
665 '''Focus and show the given item'''
666 self
.SetItemState(idx
, wxLIST_STATE_FOCUSED
, wxLIST_STATE_FOCUSED
)
667 self
.EnsureVisible(idx
)
669 def GetFocusedItem(self
):
670 '''get the currently focused item or -1 if none'''
671 return self
.GetNextItem(-1, wxLIST_NEXT_ALL
, wxLIST_STATE_FOCUSED
)
673 def GetFirstSelected(self
, *args
):
674 '''return first selected item, or -1 when none'''
675 return self
.GetNextSelected(-1)
677 def GetNextSelected(self
, item
):
678 '''return subsequent selected items, or -1 when no more'''
679 return self
.GetNextItem(item
, wxLIST_NEXT_ALL
, wxLIST_STATE_SELECTED
)
681 def IsSelected(self
, idx
):
682 '''return TRUE if the item is selected'''
683 return self
.GetItemState(idx
, wxLIST_STATE_SELECTED
) != 0
685 def SetColumnImage(self
, col
, image
):
687 item
.SetMask(wxLIST_MASK_IMAGE
)
689 self
.SetColumn(col
, item
)
691 def ClearColumnImage(self
, col
):
692 self
.SetColumnImage(col
, -1)
694 def Append(self
, entry
):
695 '''Append an item to the list control. The entry parameter should be a
696 sequence with an item for each column'''
702 pos
= self
.GetItemCount()
703 self
.InsertStringItem(pos
, cvtfunc(entry
[0]))
704 for i
in range(1, len(entry
)):
705 self
.SetStringItem(pos
, i
, cvtfunc(entry
[i
]))
708 class wxListCtrl(wxListCtrlPtr
):
709 def __init__(self
,*_args
,**_kwargs
):
710 self
.this
= controls2c
.new_wxListCtrl(*_args
,**_kwargs
)
712 self
._setCallbackInfo
(self
, wxListCtrl
)
713 self
._setOORInfo
(self
)
717 def wxPreListCtrl(*_args
,**_kwargs
):
718 val
= wxListCtrlPtr(controls2c
.new_wxPreListCtrl(*_args
,**_kwargs
))
724 class wxListViewPtr(wxListCtrlPtr
):
725 def __init__(self
,this
):
728 def Create(self
, *_args
, **_kwargs
):
729 val
= controls2c
.wxListView_Create(self
, *_args
, **_kwargs
)
731 def Select(self
, *_args
, **_kwargs
):
732 val
= controls2c
.wxListView_Select(self
, *_args
, **_kwargs
)
734 def Focus(self
, *_args
, **_kwargs
):
735 val
= controls2c
.wxListView_Focus(self
, *_args
, **_kwargs
)
737 def GetFocusedItem(self
, *_args
, **_kwargs
):
738 val
= controls2c
.wxListView_GetFocusedItem(self
, *_args
, **_kwargs
)
740 def GetNextSelected(self
, *_args
, **_kwargs
):
741 val
= controls2c
.wxListView_GetNextSelected(self
, *_args
, **_kwargs
)
743 def GetFirstSelected(self
, *_args
, **_kwargs
):
744 val
= controls2c
.wxListView_GetFirstSelected(self
, *_args
, **_kwargs
)
746 def IsSelected(self
, *_args
, **_kwargs
):
747 val
= controls2c
.wxListView_IsSelected(self
, *_args
, **_kwargs
)
749 def SetColumnImage(self
, *_args
, **_kwargs
):
750 val
= controls2c
.wxListView_SetColumnImage(self
, *_args
, **_kwargs
)
752 def ClearColumnImage(self
, *_args
, **_kwargs
):
753 val
= controls2c
.wxListView_ClearColumnImage(self
, *_args
, **_kwargs
)
756 return "<%s.%s instance; proxy of C++ wxListView instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
757 class wxListView(wxListViewPtr
):
758 def __init__(self
,*_args
,**_kwargs
):
759 self
.this
= controls2c
.new_wxListView(*_args
,**_kwargs
)
761 self
._setOORInfo
(self
)
765 def wxPreListView(*_args
,**_kwargs
):
766 val
= wxListViewPtr(controls2c
.new_wxPreListView(*_args
,**_kwargs
))
772 class wxTreeItemAttrPtr
:
773 def __init__(self
,this
):
776 def SetTextColour(self
, *_args
, **_kwargs
):
777 val
= controls2c
.wxTreeItemAttr_SetTextColour(self
, *_args
, **_kwargs
)
779 def SetBackgroundColour(self
, *_args
, **_kwargs
):
780 val
= controls2c
.wxTreeItemAttr_SetBackgroundColour(self
, *_args
, **_kwargs
)
782 def SetFont(self
, *_args
, **_kwargs
):
783 val
= controls2c
.wxTreeItemAttr_SetFont(self
, *_args
, **_kwargs
)
785 def HasTextColour(self
, *_args
, **_kwargs
):
786 val
= controls2c
.wxTreeItemAttr_HasTextColour(self
, *_args
, **_kwargs
)
788 def HasBackgroundColour(self
, *_args
, **_kwargs
):
789 val
= controls2c
.wxTreeItemAttr_HasBackgroundColour(self
, *_args
, **_kwargs
)
791 def HasFont(self
, *_args
, **_kwargs
):
792 val
= controls2c
.wxTreeItemAttr_HasFont(self
, *_args
, **_kwargs
)
794 def GetTextColour(self
, *_args
, **_kwargs
):
795 val
= controls2c
.wxTreeItemAttr_GetTextColour(self
, *_args
, **_kwargs
)
796 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
798 def GetBackgroundColour(self
, *_args
, **_kwargs
):
799 val
= controls2c
.wxTreeItemAttr_GetBackgroundColour(self
, *_args
, **_kwargs
)
800 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
802 def GetFont(self
, *_args
, **_kwargs
):
803 val
= controls2c
.wxTreeItemAttr_GetFont(self
, *_args
, **_kwargs
)
804 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
807 return "<%s.%s instance; proxy of C++ wxTreeItemAttr instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
808 class wxTreeItemAttr(wxTreeItemAttrPtr
):
809 def __init__(self
,*_args
,**_kwargs
):
810 self
.this
= controls2c
.new_wxTreeItemAttr(*_args
,**_kwargs
)
816 class wxTreeItemIdPtr
:
817 def __init__(self
,this
):
820 def __del__(self
, delfunc
=controls2c
.delete_wxTreeItemId
):
821 if self
.thisown
== 1:
826 def IsOk(self
, *_args
, **_kwargs
):
827 val
= controls2c
.wxTreeItemId_IsOk(self
, *_args
, **_kwargs
)
829 def __cmp__(self
, *_args
, **_kwargs
):
830 val
= controls2c
.wxTreeItemId___cmp__(self
, *_args
, **_kwargs
)
833 return "<%s.%s instance; proxy of C++ wxTreeItemId instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
836 def __nonzero__(self
):
839 class wxTreeItemId(wxTreeItemIdPtr
):
840 def __init__(self
,*_args
,**_kwargs
):
841 self
.this
= controls2c
.new_wxTreeItemId(*_args
,**_kwargs
)
847 class wxTreeItemDataPtr(wxObjectPtr
):
848 def __init__(self
,this
):
851 def GetData(self
, *_args
, **_kwargs
):
852 val
= controls2c
.wxTreeItemData_GetData(self
, *_args
, **_kwargs
)
854 def SetData(self
, *_args
, **_kwargs
):
855 val
= controls2c
.wxTreeItemData_SetData(self
, *_args
, **_kwargs
)
857 def GetId(self
, *_args
, **_kwargs
):
858 val
= controls2c
.wxTreeItemData_GetId(self
, *_args
, **_kwargs
)
859 if val
: val
= wxTreeItemIdPtr(val
)
861 def SetId(self
, *_args
, **_kwargs
):
862 val
= controls2c
.wxTreeItemData_SetId(self
, *_args
, **_kwargs
)
865 return "<%s.%s instance; proxy of C++ wxTreeItemData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
866 class wxTreeItemData(wxTreeItemDataPtr
):
867 def __init__(self
,*_args
,**_kwargs
):
868 self
.this
= controls2c
.new_wxTreeItemData(*_args
,**_kwargs
)
874 class wxTreeEventPtr(wxNotifyEventPtr
):
875 def __init__(self
,this
):
878 def GetItem(self
, *_args
, **_kwargs
):
879 val
= controls2c
.wxTreeEvent_GetItem(self
, *_args
, **_kwargs
)
880 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
882 def GetOldItem(self
, *_args
, **_kwargs
):
883 val
= controls2c
.wxTreeEvent_GetOldItem(self
, *_args
, **_kwargs
)
884 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
886 def GetPoint(self
, *_args
, **_kwargs
):
887 val
= controls2c
.wxTreeEvent_GetPoint(self
, *_args
, **_kwargs
)
888 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
890 def GetKeyEvent(self
, *_args
, **_kwargs
):
891 val
= controls2c
.wxTreeEvent_GetKeyEvent(self
, *_args
, **_kwargs
)
892 if val
: val
= wxKeyEventPtr(val
)
894 def GetKeyCode(self
, *_args
, **_kwargs
):
895 val
= controls2c
.wxTreeEvent_GetKeyCode(self
, *_args
, **_kwargs
)
897 def GetLabel(self
, *_args
, **_kwargs
):
898 val
= controls2c
.wxTreeEvent_GetLabel(self
, *_args
, **_kwargs
)
900 def IsEditCancelled(self
, *_args
, **_kwargs
):
901 val
= controls2c
.wxTreeEvent_IsEditCancelled(self
, *_args
, **_kwargs
)
903 def SetItem(self
, *_args
, **_kwargs
):
904 val
= controls2c
.wxTreeEvent_SetItem(self
, *_args
, **_kwargs
)
906 def SetOldItem(self
, *_args
, **_kwargs
):
907 val
= controls2c
.wxTreeEvent_SetOldItem(self
, *_args
, **_kwargs
)
909 def SetPoint(self
, *_args
, **_kwargs
):
910 val
= controls2c
.wxTreeEvent_SetPoint(self
, *_args
, **_kwargs
)
912 def SetKeyEvent(self
, *_args
, **_kwargs
):
913 val
= controls2c
.wxTreeEvent_SetKeyEvent(self
, *_args
, **_kwargs
)
915 def SetLabel(self
, *_args
, **_kwargs
):
916 val
= controls2c
.wxTreeEvent_SetLabel(self
, *_args
, **_kwargs
)
918 def SetEditCanceled(self
, *_args
, **_kwargs
):
919 val
= controls2c
.wxTreeEvent_SetEditCanceled(self
, *_args
, **_kwargs
)
922 return "<%s.%s instance; proxy of C++ wxTreeEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
924 class wxTreeEvent(wxTreeEventPtr
):
925 def __init__(self
,*_args
,**_kwargs
):
926 self
.this
= controls2c
.new_wxTreeEvent(*_args
,**_kwargs
)
932 class wxTreeCtrlPtr(wxControlPtr
):
933 def __init__(self
,this
):
936 def Create(self
, *_args
, **_kwargs
):
937 val
= controls2c
.wxTreeCtrl_Create(self
, *_args
, **_kwargs
)
939 def _setCallbackInfo(self
, *_args
, **_kwargs
):
940 val
= controls2c
.wxTreeCtrl__setCallbackInfo(self
, *_args
, **_kwargs
)
942 def GetCount(self
, *_args
, **_kwargs
):
943 val
= controls2c
.wxTreeCtrl_GetCount(self
, *_args
, **_kwargs
)
945 def GetIndent(self
, *_args
, **_kwargs
):
946 val
= controls2c
.wxTreeCtrl_GetIndent(self
, *_args
, **_kwargs
)
948 def SetIndent(self
, *_args
, **_kwargs
):
949 val
= controls2c
.wxTreeCtrl_SetIndent(self
, *_args
, **_kwargs
)
951 def GetImageList(self
, *_args
, **_kwargs
):
952 val
= controls2c
.wxTreeCtrl_GetImageList(self
, *_args
, **_kwargs
)
954 def GetStateImageList(self
, *_args
, **_kwargs
):
955 val
= controls2c
.wxTreeCtrl_GetStateImageList(self
, *_args
, **_kwargs
)
957 def SetImageList(self
, *_args
, **_kwargs
):
958 val
= controls2c
.wxTreeCtrl_SetImageList(self
, *_args
, **_kwargs
)
960 def SetStateImageList(self
, *_args
, **_kwargs
):
961 val
= controls2c
.wxTreeCtrl_SetStateImageList(self
, *_args
, **_kwargs
)
963 def AssignImageList(self
, *_args
, **_kwargs
):
964 val
= controls2c
.wxTreeCtrl_AssignImageList(self
, *_args
, **_kwargs
)
967 def AssignStateImageList(self
, *_args
, **_kwargs
):
968 val
= controls2c
.wxTreeCtrl_AssignStateImageList(self
, *_args
, **_kwargs
)
971 def GetSpacing(self
, *_args
, **_kwargs
):
972 val
= controls2c
.wxTreeCtrl_GetSpacing(self
, *_args
, **_kwargs
)
974 def SetSpacing(self
, *_args
, **_kwargs
):
975 val
= controls2c
.wxTreeCtrl_SetSpacing(self
, *_args
, **_kwargs
)
977 def GetItemText(self
, *_args
, **_kwargs
):
978 val
= controls2c
.wxTreeCtrl_GetItemText(self
, *_args
, **_kwargs
)
980 def GetItemImage(self
, *_args
, **_kwargs
):
981 val
= controls2c
.wxTreeCtrl_GetItemImage(self
, *_args
, **_kwargs
)
983 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
984 val
= controls2c
.wxTreeCtrl_GetItemSelectedImage(self
, *_args
, **_kwargs
)
986 def SetItemText(self
, *_args
, **_kwargs
):
987 val
= controls2c
.wxTreeCtrl_SetItemText(self
, *_args
, **_kwargs
)
989 def SetItemImage(self
, *_args
, **_kwargs
):
990 val
= controls2c
.wxTreeCtrl_SetItemImage(self
, *_args
, **_kwargs
)
992 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
993 val
= controls2c
.wxTreeCtrl_SetItemSelectedImage(self
, *_args
, **_kwargs
)
995 def SetItemHasChildren(self
, *_args
, **_kwargs
):
996 val
= controls2c
.wxTreeCtrl_SetItemHasChildren(self
, *_args
, **_kwargs
)
998 def GetItemData(self
, *_args
, **_kwargs
):
999 val
= controls2c
.wxTreeCtrl_GetItemData(self
, *_args
, **_kwargs
)
1000 if val
: val
= wxTreeItemDataPtr(val
)
1002 def SetItemData(self
, *_args
, **_kwargs
):
1003 val
= controls2c
.wxTreeCtrl_SetItemData(self
, *_args
, **_kwargs
)
1005 def GetPyData(self
, *_args
, **_kwargs
):
1006 val
= controls2c
.wxTreeCtrl_GetPyData(self
, *_args
, **_kwargs
)
1008 def SetPyData(self
, *_args
, **_kwargs
):
1009 val
= controls2c
.wxTreeCtrl_SetPyData(self
, *_args
, **_kwargs
)
1011 def GetItemTextColour(self
, *_args
, **_kwargs
):
1012 val
= controls2c
.wxTreeCtrl_GetItemTextColour(self
, *_args
, **_kwargs
)
1013 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1015 def GetItemBackgroundColour(self
, *_args
, **_kwargs
):
1016 val
= controls2c
.wxTreeCtrl_GetItemBackgroundColour(self
, *_args
, **_kwargs
)
1017 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
1019 def GetItemFont(self
, *_args
, **_kwargs
):
1020 val
= controls2c
.wxTreeCtrl_GetItemFont(self
, *_args
, **_kwargs
)
1021 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
1023 def IsVisible(self
, *_args
, **_kwargs
):
1024 val
= controls2c
.wxTreeCtrl_IsVisible(self
, *_args
, **_kwargs
)
1026 def ItemHasChildren(self
, *_args
, **_kwargs
):
1027 val
= controls2c
.wxTreeCtrl_ItemHasChildren(self
, *_args
, **_kwargs
)
1029 def IsExpanded(self
, *_args
, **_kwargs
):
1030 val
= controls2c
.wxTreeCtrl_IsExpanded(self
, *_args
, **_kwargs
)
1032 def IsSelected(self
, *_args
, **_kwargs
):
1033 val
= controls2c
.wxTreeCtrl_IsSelected(self
, *_args
, **_kwargs
)
1035 def GetRootItem(self
, *_args
, **_kwargs
):
1036 val
= controls2c
.wxTreeCtrl_GetRootItem(self
, *_args
, **_kwargs
)
1037 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1039 def GetSelection(self
, *_args
, **_kwargs
):
1040 val
= controls2c
.wxTreeCtrl_GetSelection(self
, *_args
, **_kwargs
)
1041 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1043 def GetItemParent(self
, *_args
, **_kwargs
):
1044 val
= controls2c
.wxTreeCtrl_GetItemParent(self
, *_args
, **_kwargs
)
1045 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1047 def GetSelections(self
, *_args
, **_kwargs
):
1048 val
= controls2c
.wxTreeCtrl_GetSelections(self
, *_args
, **_kwargs
)
1050 def GetChildrenCount(self
, *_args
, **_kwargs
):
1051 val
= controls2c
.wxTreeCtrl_GetChildrenCount(self
, *_args
, **_kwargs
)
1053 def GetFirstChild(self
, *_args
, **_kwargs
):
1054 val
= controls2c
.wxTreeCtrl_GetFirstChild(self
, *_args
, **_kwargs
)
1056 def GetNextChild(self
, *_args
, **_kwargs
):
1057 val
= controls2c
.wxTreeCtrl_GetNextChild(self
, *_args
, **_kwargs
)
1059 def GetNextSibling(self
, *_args
, **_kwargs
):
1060 val
= controls2c
.wxTreeCtrl_GetNextSibling(self
, *_args
, **_kwargs
)
1061 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1063 def GetPrevSibling(self
, *_args
, **_kwargs
):
1064 val
= controls2c
.wxTreeCtrl_GetPrevSibling(self
, *_args
, **_kwargs
)
1065 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1067 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
1068 val
= controls2c
.wxTreeCtrl_GetFirstVisibleItem(self
, *_args
, **_kwargs
)
1069 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1071 def GetNextVisible(self
, *_args
, **_kwargs
):
1072 val
= controls2c
.wxTreeCtrl_GetNextVisible(self
, *_args
, **_kwargs
)
1073 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1075 def GetPrevVisible(self
, *_args
, **_kwargs
):
1076 val
= controls2c
.wxTreeCtrl_GetPrevVisible(self
, *_args
, **_kwargs
)
1077 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1079 def GetLastChild(self
, *_args
, **_kwargs
):
1080 val
= controls2c
.wxTreeCtrl_GetLastChild(self
, *_args
, **_kwargs
)
1081 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1083 def AddRoot(self
, *_args
, **_kwargs
):
1084 val
= controls2c
.wxTreeCtrl_AddRoot(self
, *_args
, **_kwargs
)
1085 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1087 def PrependItem(self
, *_args
, **_kwargs
):
1088 val
= controls2c
.wxTreeCtrl_PrependItem(self
, *_args
, **_kwargs
)
1089 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1091 def InsertItem(self
, *_args
, **_kwargs
):
1092 val
= controls2c
.wxTreeCtrl_InsertItem(self
, *_args
, **_kwargs
)
1093 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1095 def InsertItemBefore(self
, *_args
, **_kwargs
):
1096 val
= controls2c
.wxTreeCtrl_InsertItemBefore(self
, *_args
, **_kwargs
)
1097 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1099 def AppendItem(self
, *_args
, **_kwargs
):
1100 val
= controls2c
.wxTreeCtrl_AppendItem(self
, *_args
, **_kwargs
)
1101 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1103 def Delete(self
, *_args
, **_kwargs
):
1104 val
= controls2c
.wxTreeCtrl_Delete(self
, *_args
, **_kwargs
)
1106 def DeleteChildren(self
, *_args
, **_kwargs
):
1107 val
= controls2c
.wxTreeCtrl_DeleteChildren(self
, *_args
, **_kwargs
)
1109 def DeleteAllItems(self
, *_args
, **_kwargs
):
1110 val
= controls2c
.wxTreeCtrl_DeleteAllItems(self
, *_args
, **_kwargs
)
1112 def Expand(self
, *_args
, **_kwargs
):
1113 val
= controls2c
.wxTreeCtrl_Expand(self
, *_args
, **_kwargs
)
1115 def Collapse(self
, *_args
, **_kwargs
):
1116 val
= controls2c
.wxTreeCtrl_Collapse(self
, *_args
, **_kwargs
)
1118 def CollapseAndReset(self
, *_args
, **_kwargs
):
1119 val
= controls2c
.wxTreeCtrl_CollapseAndReset(self
, *_args
, **_kwargs
)
1121 def Toggle(self
, *_args
, **_kwargs
):
1122 val
= controls2c
.wxTreeCtrl_Toggle(self
, *_args
, **_kwargs
)
1124 def Unselect(self
, *_args
, **_kwargs
):
1125 val
= controls2c
.wxTreeCtrl_Unselect(self
, *_args
, **_kwargs
)
1127 def UnselectAll(self
, *_args
, **_kwargs
):
1128 val
= controls2c
.wxTreeCtrl_UnselectAll(self
, *_args
, **_kwargs
)
1130 def SelectItem(self
, *_args
, **_kwargs
):
1131 val
= controls2c
.wxTreeCtrl_SelectItem(self
, *_args
, **_kwargs
)
1133 def EnsureVisible(self
, *_args
, **_kwargs
):
1134 val
= controls2c
.wxTreeCtrl_EnsureVisible(self
, *_args
, **_kwargs
)
1136 def ScrollTo(self
, *_args
, **_kwargs
):
1137 val
= controls2c
.wxTreeCtrl_ScrollTo(self
, *_args
, **_kwargs
)
1139 def GetEditControl(self
, *_args
, **_kwargs
):
1140 val
= controls2c
.wxTreeCtrl_GetEditControl(self
, *_args
, **_kwargs
)
1142 def EditLabel(self
, *_args
, **_kwargs
):
1143 val
= controls2c
.wxTreeCtrl_EditLabel(self
, *_args
, **_kwargs
)
1145 def SortChildren(self
, *_args
, **_kwargs
):
1146 val
= controls2c
.wxTreeCtrl_SortChildren(self
, *_args
, **_kwargs
)
1148 def SetItemBold(self
, *_args
, **_kwargs
):
1149 val
= controls2c
.wxTreeCtrl_SetItemBold(self
, *_args
, **_kwargs
)
1151 def IsBold(self
, *_args
, **_kwargs
):
1152 val
= controls2c
.wxTreeCtrl_IsBold(self
, *_args
, **_kwargs
)
1154 def HitTest(self
, *_args
, **_kwargs
):
1155 val
= controls2c
.wxTreeCtrl_HitTest(self
, *_args
, **_kwargs
)
1157 def SetItemTextColour(self
, *_args
, **_kwargs
):
1158 val
= controls2c
.wxTreeCtrl_SetItemTextColour(self
, *_args
, **_kwargs
)
1160 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
1161 val
= controls2c
.wxTreeCtrl_SetItemBackgroundColour(self
, *_args
, **_kwargs
)
1163 def SetItemFont(self
, *_args
, **_kwargs
):
1164 val
= controls2c
.wxTreeCtrl_SetItemFont(self
, *_args
, **_kwargs
)
1166 def GetBoundingRect(self
, *_args
, **_kwargs
):
1167 val
= controls2c
.wxTreeCtrl_GetBoundingRect(self
, *_args
, **_kwargs
)
1170 return "<%s.%s instance; proxy of C++ wxTreeCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1172 # Redefine some methods that SWIG gets a bit confused on...
1173 def GetFirstChild(self
, *_args
, **_kwargs
):
1174 val1
,val2
= controls2c
.wxTreeCtrl_GetFirstChild(self
, *_args
, **_kwargs
)
1175 val1
= wxTreeItemIdPtr(val1
)
1178 def GetNextChild(self
, *_args
, **_kwargs
):
1179 val1
,val2
= controls2c
.wxTreeCtrl_GetNextChild(self
, *_args
, **_kwargs
)
1180 val1
= wxTreeItemIdPtr(val1
)
1183 def HitTest(self
, *_args
, **_kwargs
):
1184 val1
, val2
= controls2c
.wxTreeCtrl_HitTest(self
, *_args
, **_kwargs
)
1185 val1
= wxTreeItemIdPtr(val1
)
1189 class wxTreeCtrl(wxTreeCtrlPtr
):
1190 def __init__(self
,*_args
,**_kwargs
):
1191 self
.this
= controls2c
.new_wxTreeCtrl(*_args
,**_kwargs
)
1193 self
._setCallbackInfo
(self
, wxTreeCtrl
)
1194 self
._setOORInfo
(self
)
1198 def wxPreTreeCtrl(*_args
,**_kwargs
):
1199 val
= wxTreeCtrlPtr(controls2c
.new_wxPreTreeCtrl(*_args
,**_kwargs
))
1201 val
._setOORInfo
(val
)
1205 class wxDirItemDataPtr(wxObjectPtr
):
1206 def __init__(self
,this
):
1209 def SetNewDirName(self
, *_args
, **_kwargs
):
1210 val
= controls2c
.wxDirItemData_SetNewDirName(self
, *_args
, **_kwargs
)
1212 def __setattr__(self
,name
,value
):
1213 if name
== "m_path" :
1214 controls2c
.wxDirItemData_m_path_set(self
,value
)
1216 if name
== "m_name" :
1217 controls2c
.wxDirItemData_m_name_set(self
,value
)
1219 if name
== "m_isHidden" :
1220 controls2c
.wxDirItemData_m_isHidden_set(self
,value
)
1222 if name
== "m_isExpanded" :
1223 controls2c
.wxDirItemData_m_isExpanded_set(self
,value
)
1225 if name
== "m_isDir" :
1226 controls2c
.wxDirItemData_m_isDir_set(self
,value
)
1228 self
.__dict
__[name
] = value
1229 def __getattr__(self
,name
):
1230 if name
== "m_path" :
1231 return controls2c
.wxDirItemData_m_path_get(self
)
1232 if name
== "m_name" :
1233 return controls2c
.wxDirItemData_m_name_get(self
)
1234 if name
== "m_isHidden" :
1235 return controls2c
.wxDirItemData_m_isHidden_get(self
)
1236 if name
== "m_isExpanded" :
1237 return controls2c
.wxDirItemData_m_isExpanded_get(self
)
1238 if name
== "m_isDir" :
1239 return controls2c
.wxDirItemData_m_isDir_get(self
)
1240 raise AttributeError,name
1242 return "<%s.%s instance; proxy of C++ wxDirItemData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1243 class wxDirItemData(wxDirItemDataPtr
):
1244 def __init__(self
,*_args
,**_kwargs
):
1245 self
.this
= controls2c
.new_wxDirItemData(*_args
,**_kwargs
)
1251 class wxGenericDirCtrlPtr(wxControlPtr
):
1252 def __init__(self
,this
):
1255 def Create(self
, *_args
, **_kwargs
):
1256 val
= controls2c
.wxGenericDirCtrl_Create(self
, *_args
, **_kwargs
)
1258 def ExpandPath(self
, *_args
, **_kwargs
):
1259 val
= controls2c
.wxGenericDirCtrl_ExpandPath(self
, *_args
, **_kwargs
)
1261 def GetDefaultPath(self
, *_args
, **_kwargs
):
1262 val
= controls2c
.wxGenericDirCtrl_GetDefaultPath(self
, *_args
, **_kwargs
)
1264 def SetDefaultPath(self
, *_args
, **_kwargs
):
1265 val
= controls2c
.wxGenericDirCtrl_SetDefaultPath(self
, *_args
, **_kwargs
)
1267 def GetPath(self
, *_args
, **_kwargs
):
1268 val
= controls2c
.wxGenericDirCtrl_GetPath(self
, *_args
, **_kwargs
)
1270 def GetFilePath(self
, *_args
, **_kwargs
):
1271 val
= controls2c
.wxGenericDirCtrl_GetFilePath(self
, *_args
, **_kwargs
)
1273 def SetPath(self
, *_args
, **_kwargs
):
1274 val
= controls2c
.wxGenericDirCtrl_SetPath(self
, *_args
, **_kwargs
)
1276 def ShowHidden(self
, *_args
, **_kwargs
):
1277 val
= controls2c
.wxGenericDirCtrl_ShowHidden(self
, *_args
, **_kwargs
)
1279 def GetShowHidden(self
, *_args
, **_kwargs
):
1280 val
= controls2c
.wxGenericDirCtrl_GetShowHidden(self
, *_args
, **_kwargs
)
1282 def GetFilter(self
, *_args
, **_kwargs
):
1283 val
= controls2c
.wxGenericDirCtrl_GetFilter(self
, *_args
, **_kwargs
)
1285 def SetFilter(self
, *_args
, **_kwargs
):
1286 val
= controls2c
.wxGenericDirCtrl_SetFilter(self
, *_args
, **_kwargs
)
1288 def GetFilterIndex(self
, *_args
, **_kwargs
):
1289 val
= controls2c
.wxGenericDirCtrl_GetFilterIndex(self
, *_args
, **_kwargs
)
1291 def SetFilterIndex(self
, *_args
, **_kwargs
):
1292 val
= controls2c
.wxGenericDirCtrl_SetFilterIndex(self
, *_args
, **_kwargs
)
1294 def GetRootId(self
, *_args
, **_kwargs
):
1295 val
= controls2c
.wxGenericDirCtrl_GetRootId(self
, *_args
, **_kwargs
)
1296 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
1298 def GetTreeCtrl(self
, *_args
, **_kwargs
):
1299 val
= controls2c
.wxGenericDirCtrl_GetTreeCtrl(self
, *_args
, **_kwargs
)
1301 def GetFilterListCtrl(self
, *_args
, **_kwargs
):
1302 val
= controls2c
.wxGenericDirCtrl_GetFilterListCtrl(self
, *_args
, **_kwargs
)
1303 if val
: val
= wxDirFilterListCtrlPtr(val
)
1305 def ReCreateTree(self
, *_args
, **_kwargs
):
1306 val
= controls2c
.wxGenericDirCtrl_ReCreateTree(self
, *_args
, **_kwargs
)
1309 return "<%s.%s instance; proxy of C++ wxGenericDirCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1310 class wxGenericDirCtrl(wxGenericDirCtrlPtr
):
1311 def __init__(self
,*_args
,**_kwargs
):
1312 self
.this
= controls2c
.new_wxGenericDirCtrl(*_args
,**_kwargs
)
1314 self
._setOORInfo
(self
)
1318 def wxPreGenericDirCtrl(*_args
,**_kwargs
):
1319 val
= wxGenericDirCtrlPtr(controls2c
.new_wxPreGenericDirCtrl(*_args
,**_kwargs
))
1321 val
._setOORInfo
(val
)
1325 class wxDirFilterListCtrlPtr(wxChoicePtr
):
1326 def __init__(self
,this
):
1329 def Create(self
, *_args
, **_kwargs
):
1330 val
= controls2c
.wxDirFilterListCtrl_Create(self
, *_args
, **_kwargs
)
1332 def FillFilterList(self
, *_args
, **_kwargs
):
1333 val
= controls2c
.wxDirFilterListCtrl_FillFilterList(self
, *_args
, **_kwargs
)
1336 return "<%s.%s instance; proxy of C++ wxDirFilterListCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
1337 class wxDirFilterListCtrl(wxDirFilterListCtrlPtr
):
1338 def __init__(self
,*_args
,**_kwargs
):
1339 self
.this
= controls2c
.new_wxDirFilterListCtrl(*_args
,**_kwargs
)
1341 self
._setOORInfo
(self
)
1345 def wxPreDirFilterListCtrl(*_args
,**_kwargs
):
1346 val
= wxDirFilterListCtrlPtr(controls2c
.new_wxPreDirFilterListCtrl(*_args
,**_kwargs
))
1348 val
._setOORInfo
(val
)
1354 #-------------- FUNCTION WRAPPERS ------------------
1358 #-------------- VARIABLE WRAPPERS ------------------
1360 wxEVT_COMMAND_LIST_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
1361 wxEVT_COMMAND_LIST_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
1362 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
1363 wxEVT_COMMAND_LIST_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
1364 wxEVT_COMMAND_LIST_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
1365 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
1366 wxEVT_COMMAND_LIST_GET_INFO
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
1367 wxEVT_COMMAND_LIST_SET_INFO
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
1368 wxEVT_COMMAND_LIST_ITEM_SELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
1369 wxEVT_COMMAND_LIST_ITEM_DESELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
1370 wxEVT_COMMAND_LIST_KEY_DOWN
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
1371 wxEVT_COMMAND_LIST_INSERT_ITEM
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
1372 wxEVT_COMMAND_LIST_COL_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
1373 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1374 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
1375 wxEVT_COMMAND_LIST_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
1376 wxEVT_COMMAND_LIST_CACHE_HINT
= controls2c
.wxEVT_COMMAND_LIST_CACHE_HINT
1377 wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_RIGHT_CLICK
1378 wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_BEGIN_DRAG
1379 wxEVT_COMMAND_LIST_COL_DRAGGING
= controls2c
.wxEVT_COMMAND_LIST_COL_DRAGGING
1380 wxEVT_COMMAND_LIST_COL_END_DRAG
= controls2c
.wxEVT_COMMAND_LIST_COL_END_DRAG
1381 wxEVT_COMMAND_LIST_ITEM_FOCUSED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_FOCUSED
1382 wxLC_VRULES
= controls2c
.wxLC_VRULES
1383 wxLC_HRULES
= controls2c
.wxLC_HRULES
1384 wxLC_ICON
= controls2c
.wxLC_ICON
1385 wxLC_SMALL_ICON
= controls2c
.wxLC_SMALL_ICON
1386 wxLC_LIST
= controls2c
.wxLC_LIST
1387 wxLC_REPORT
= controls2c
.wxLC_REPORT
1388 wxLC_ALIGN_TOP
= controls2c
.wxLC_ALIGN_TOP
1389 wxLC_ALIGN_LEFT
= controls2c
.wxLC_ALIGN_LEFT
1390 wxLC_AUTOARRANGE
= controls2c
.wxLC_AUTOARRANGE
1391 wxLC_VIRTUAL
= controls2c
.wxLC_VIRTUAL
1392 wxLC_EDIT_LABELS
= controls2c
.wxLC_EDIT_LABELS
1393 wxLC_NO_HEADER
= controls2c
.wxLC_NO_HEADER
1394 wxLC_NO_SORT_HEADER
= controls2c
.wxLC_NO_SORT_HEADER
1395 wxLC_SINGLE_SEL
= controls2c
.wxLC_SINGLE_SEL
1396 wxLC_SORT_ASCENDING
= controls2c
.wxLC_SORT_ASCENDING
1397 wxLC_SORT_DESCENDING
= controls2c
.wxLC_SORT_DESCENDING
1398 wxLC_MASK_TYPE
= controls2c
.wxLC_MASK_TYPE
1399 wxLC_MASK_ALIGN
= controls2c
.wxLC_MASK_ALIGN
1400 wxLC_MASK_SORT
= controls2c
.wxLC_MASK_SORT
1401 wxLC_USER_TEXT
= controls2c
.wxLC_USER_TEXT
1402 wxLIST_MASK_STATE
= controls2c
.wxLIST_MASK_STATE
1403 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
1404 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
1405 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
1406 wxLIST_SET_ITEM
= controls2c
.wxLIST_SET_ITEM
1407 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
1408 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
1409 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
1410 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
1411 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
1412 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
1413 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
1414 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
1415 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
1416 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
1417 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
1418 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
1419 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
1420 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
1421 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
1422 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
1423 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
1424 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
1425 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
1426 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
1427 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
1428 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
1429 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
1430 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
1431 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
1432 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
1433 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
1434 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
1435 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
1436 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
1437 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
1438 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
1439 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
1440 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
1441 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT
1442 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
1443 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
1444 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
1445 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
1446 wxTR_NO_BUTTONS
= controls2c
.wxTR_NO_BUTTONS
1447 wxTR_HAS_BUTTONS
= controls2c
.wxTR_HAS_BUTTONS
1448 wxTR_TWIST_BUTTONS
= controls2c
.wxTR_TWIST_BUTTONS
1449 wxTR_NO_LINES
= controls2c
.wxTR_NO_LINES
1450 wxTR_MAC_BUTTONS
= controls2c
.wxTR_MAC_BUTTONS
1451 wxTR_AQUA_BUTTONS
= controls2c
.wxTR_AQUA_BUTTONS
1452 wxTR_SINGLE
= controls2c
.wxTR_SINGLE
1453 wxTR_MULTIPLE
= controls2c
.wxTR_MULTIPLE
1454 wxTR_EXTENDED
= controls2c
.wxTR_EXTENDED
1455 wxTR_FULL_ROW_HIGHLIGHT
= controls2c
.wxTR_FULL_ROW_HIGHLIGHT
1456 wxTR_EDIT_LABELS
= controls2c
.wxTR_EDIT_LABELS
1457 wxTR_LINES_AT_ROOT
= controls2c
.wxTR_LINES_AT_ROOT
1458 wxTR_HIDE_ROOT
= controls2c
.wxTR_HIDE_ROOT
1459 wxTR_ROW_LINES
= controls2c
.wxTR_ROW_LINES
1460 wxTR_HAS_VARIABLE_ROW_HEIGHT
= controls2c
.wxTR_HAS_VARIABLE_ROW_HEIGHT
1461 wxTR_DEFAULT_STYLE
= controls2c
.wxTR_DEFAULT_STYLE
1462 wxTreeItemIcon_Normal
= controls2c
.wxTreeItemIcon_Normal
1463 wxTreeItemIcon_Selected
= controls2c
.wxTreeItemIcon_Selected
1464 wxTreeItemIcon_Expanded
= controls2c
.wxTreeItemIcon_Expanded
1465 wxTreeItemIcon_SelectedExpanded
= controls2c
.wxTreeItemIcon_SelectedExpanded
1466 wxTreeItemIcon_Max
= controls2c
.wxTreeItemIcon_Max
1467 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
1468 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
1469 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
1470 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
1471 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
1472 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
1473 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
1474 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
1475 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
1476 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
1477 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
1478 wxTREE_HITTEST_ONITEMUPPERPART
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
1479 wxTREE_HITTEST_ONITEMLOWERPART
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
1480 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
1481 wxEVT_COMMAND_TREE_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
1482 wxEVT_COMMAND_TREE_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
1483 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
1484 wxEVT_COMMAND_TREE_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
1485 wxEVT_COMMAND_TREE_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
1486 wxEVT_COMMAND_TREE_GET_INFO
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
1487 wxEVT_COMMAND_TREE_SET_INFO
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
1488 wxEVT_COMMAND_TREE_ITEM_EXPANDED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
1489 wxEVT_COMMAND_TREE_ITEM_EXPANDING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
1490 wxEVT_COMMAND_TREE_ITEM_COLLAPSED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
1491 wxEVT_COMMAND_TREE_ITEM_COLLAPSING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
1492 wxEVT_COMMAND_TREE_SEL_CHANGED
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
1493 wxEVT_COMMAND_TREE_SEL_CHANGING
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
1494 wxEVT_COMMAND_TREE_KEY_DOWN
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
1495 wxEVT_COMMAND_TREE_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
1496 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
1497 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
1498 wxEVT_COMMAND_TREE_END_DRAG
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG
1499 wxDIRCTRL_DIR_ONLY
= controls2c
.wxDIRCTRL_DIR_ONLY
1500 wxDIRCTRL_SELECT_FIRST
= controls2c
.wxDIRCTRL_SELECT_FIRST
1501 wxDIRCTRL_SHOW_FILTERS
= controls2c
.wxDIRCTRL_SHOW_FILTERS
1502 wxDIRCTRL_3D_INTERNAL
= controls2c
.wxDIRCTRL_3D_INTERNAL
1503 wxDIRCTRL_EDIT_LABELS
= controls2c
.wxDIRCTRL_EDIT_LABELS
1504 wxID_TREECTRL
= controls2c
.wxID_TREECTRL
1505 wxID_FILTERLISTCTRL
= controls2c
.wxID_FILTERLISTCTRL