1 # This file was created automatically by SWIG.
10 from clip_dnd
import *
14 from controls
import *
17 def EVT_LIST_BEGIN_DRAG(win
, id, func
):
18 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_DRAG
, func
)
20 def EVT_LIST_BEGIN_RDRAG(win
, id, func
):
21 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_RDRAG
, func
)
23 def EVT_LIST_BEGIN_LABEL_EDIT(win
, id, func
):
24 win
.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
, func
)
26 def EVT_LIST_END_LABEL_EDIT(win
, id, func
):
27 win
.Connect(id, -1, wxEVT_COMMAND_LIST_END_LABEL_EDIT
, func
)
29 def EVT_LIST_DELETE_ITEM(win
, id, func
):
30 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ITEM
, func
)
32 def EVT_LIST_DELETE_ALL_ITEMS(win
, id, func
):
33 win
.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
, func
)
35 def EVT_LIST_GET_INFO(win
, id, func
):
36 win
.Connect(id, -1, wxEVT_COMMAND_LIST_GET_INFO
, func
)
38 def EVT_LIST_SET_INFO(win
, id, func
):
39 win
.Connect(id, -1, wxEVT_COMMAND_LIST_SET_INFO
, func
)
41 def EVT_LIST_ITEM_SELECTED(win
, id, func
):
42 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_SELECTED
, func
)
44 def EVT_LIST_ITEM_DESELECTED(win
, id, func
):
45 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_DESELECTED
, func
)
47 def EVT_LIST_KEY_DOWN(win
, id, func
):
48 win
.Connect(id, -1, wxEVT_COMMAND_LIST_KEY_DOWN
, func
)
50 def EVT_LIST_INSERT_ITEM(win
, id, func
):
51 win
.Connect(id, -1, wxEVT_COMMAND_LIST_INSERT_ITEM
, func
)
53 def EVT_LIST_COL_CLICK(win
, id, func
):
54 win
.Connect(id, -1, wxEVT_COMMAND_LIST_COL_CLICK
, func
)
56 def EVT_LIST_ITEM_RIGHT_CLICK(win
, id, func
):
57 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
, func
)
59 def EVT_LIST_ITEM_MIDDLE_CLICK(win
, id, func
):
60 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
, func
)
62 def EVT_LIST_ITEM_ACTIVATED(win
, id, func
):
63 win
.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_ACTIVATED
, func
)
65 def EVT_LIST_CACHE_HINT(win
, id, func
):
66 win
.Connect(id, -1, wxEVT_COMMAND_LIST_CACHE_HINT
, func
)
68 class wxListItemAttrPtr
:
69 def __init__(self
,this
):
72 def SetTextColour(self
, *_args
, **_kwargs
):
73 val
= apply(controls2c
.wxListItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
75 def SetBackgroundColour(self
, *_args
, **_kwargs
):
76 val
= apply(controls2c
.wxListItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
78 def SetFont(self
, *_args
, **_kwargs
):
79 val
= apply(controls2c
.wxListItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
81 def HasTextColour(self
, *_args
, **_kwargs
):
82 val
= apply(controls2c
.wxListItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
84 def HasBackgroundColour(self
, *_args
, **_kwargs
):
85 val
= apply(controls2c
.wxListItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
87 def HasFont(self
, *_args
, **_kwargs
):
88 val
= apply(controls2c
.wxListItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
90 def GetTextColour(self
, *_args
, **_kwargs
):
91 val
= apply(controls2c
.wxListItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
92 if val
: val
= wxColourPtr(val
)
94 def GetBackgroundColour(self
, *_args
, **_kwargs
):
95 val
= apply(controls2c
.wxListItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
96 if val
: val
= wxColourPtr(val
)
98 def GetFont(self
, *_args
, **_kwargs
):
99 val
= apply(controls2c
.wxListItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
100 if val
: val
= wxFontPtr(val
)
103 return "<C wxListItemAttr instance at %s>" % (self
.this
,)
104 class wxListItemAttr(wxListItemAttrPtr
):
105 def __init__(self
,*_args
,**_kwargs
):
106 self
.this
= apply(controls2c
.new_wxListItemAttr
,_args
,_kwargs
)
112 class wxListItemPtr(wxObjectPtr
):
113 def __init__(self
,this
):
116 def __del__(self
,controls2c
=controls2c
):
117 if self
.thisown
== 1 :
118 controls2c
.delete_wxListItem(self
)
119 def Clear(self
, *_args
, **_kwargs
):
120 val
= apply(controls2c
.wxListItem_Clear
,(self
,) + _args
, _kwargs
)
122 def ClearAttributes(self
, *_args
, **_kwargs
):
123 val
= apply(controls2c
.wxListItem_ClearAttributes
,(self
,) + _args
, _kwargs
)
125 def SetMask(self
, *_args
, **_kwargs
):
126 val
= apply(controls2c
.wxListItem_SetMask
,(self
,) + _args
, _kwargs
)
128 def SetId(self
, *_args
, **_kwargs
):
129 val
= apply(controls2c
.wxListItem_SetId
,(self
,) + _args
, _kwargs
)
131 def SetColumn(self
, *_args
, **_kwargs
):
132 val
= apply(controls2c
.wxListItem_SetColumn
,(self
,) + _args
, _kwargs
)
134 def SetState(self
, *_args
, **_kwargs
):
135 val
= apply(controls2c
.wxListItem_SetState
,(self
,) + _args
, _kwargs
)
137 def SetStateMask(self
, *_args
, **_kwargs
):
138 val
= apply(controls2c
.wxListItem_SetStateMask
,(self
,) + _args
, _kwargs
)
140 def SetText(self
, *_args
, **_kwargs
):
141 val
= apply(controls2c
.wxListItem_SetText
,(self
,) + _args
, _kwargs
)
143 def SetImage(self
, *_args
, **_kwargs
):
144 val
= apply(controls2c
.wxListItem_SetImage
,(self
,) + _args
, _kwargs
)
146 def SetData(self
, *_args
, **_kwargs
):
147 val
= apply(controls2c
.wxListItem_SetData
,(self
,) + _args
, _kwargs
)
149 def SetWidth(self
, *_args
, **_kwargs
):
150 val
= apply(controls2c
.wxListItem_SetWidth
,(self
,) + _args
, _kwargs
)
152 def SetAlign(self
, *_args
, **_kwargs
):
153 val
= apply(controls2c
.wxListItem_SetAlign
,(self
,) + _args
, _kwargs
)
155 def SetTextColour(self
, *_args
, **_kwargs
):
156 val
= apply(controls2c
.wxListItem_SetTextColour
,(self
,) + _args
, _kwargs
)
158 def SetBackgroundColour(self
, *_args
, **_kwargs
):
159 val
= apply(controls2c
.wxListItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
161 def SetFont(self
, *_args
, **_kwargs
):
162 val
= apply(controls2c
.wxListItem_SetFont
,(self
,) + _args
, _kwargs
)
164 def GetMask(self
, *_args
, **_kwargs
):
165 val
= apply(controls2c
.wxListItem_GetMask
,(self
,) + _args
, _kwargs
)
167 def GetId(self
, *_args
, **_kwargs
):
168 val
= apply(controls2c
.wxListItem_GetId
,(self
,) + _args
, _kwargs
)
170 def GetColumn(self
, *_args
, **_kwargs
):
171 val
= apply(controls2c
.wxListItem_GetColumn
,(self
,) + _args
, _kwargs
)
173 def GetState(self
, *_args
, **_kwargs
):
174 val
= apply(controls2c
.wxListItem_GetState
,(self
,) + _args
, _kwargs
)
176 def GetText(self
, *_args
, **_kwargs
):
177 val
= apply(controls2c
.wxListItem_GetText
,(self
,) + _args
, _kwargs
)
179 def GetImage(self
, *_args
, **_kwargs
):
180 val
= apply(controls2c
.wxListItem_GetImage
,(self
,) + _args
, _kwargs
)
182 def GetData(self
, *_args
, **_kwargs
):
183 val
= apply(controls2c
.wxListItem_GetData
,(self
,) + _args
, _kwargs
)
185 def GetWidth(self
, *_args
, **_kwargs
):
186 val
= apply(controls2c
.wxListItem_GetWidth
,(self
,) + _args
, _kwargs
)
188 def GetAlign(self
, *_args
, **_kwargs
):
189 val
= apply(controls2c
.wxListItem_GetAlign
,(self
,) + _args
, _kwargs
)
191 def GetAttributes(self
, *_args
, **_kwargs
):
192 val
= apply(controls2c
.wxListItem_GetAttributes
,(self
,) + _args
, _kwargs
)
193 if val
: val
= wxListItemAttrPtr(val
)
195 def HasAttributes(self
, *_args
, **_kwargs
):
196 val
= apply(controls2c
.wxListItem_HasAttributes
,(self
,) + _args
, _kwargs
)
198 def GetTextColour(self
, *_args
, **_kwargs
):
199 val
= apply(controls2c
.wxListItem_GetTextColour
,(self
,) + _args
, _kwargs
)
200 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
202 def GetBackgroundColour(self
, *_args
, **_kwargs
):
203 val
= apply(controls2c
.wxListItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
204 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
206 def GetFont(self
, *_args
, **_kwargs
):
207 val
= apply(controls2c
.wxListItem_GetFont
,(self
,) + _args
, _kwargs
)
208 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
210 def __setattr__(self
,name
,value
):
211 if name
== "m_mask" :
212 controls2c
.wxListItem_m_mask_set(self
,value
)
214 if name
== "m_itemId" :
215 controls2c
.wxListItem_m_itemId_set(self
,value
)
218 controls2c
.wxListItem_m_col_set(self
,value
)
220 if name
== "m_state" :
221 controls2c
.wxListItem_m_state_set(self
,value
)
223 if name
== "m_stateMask" :
224 controls2c
.wxListItem_m_stateMask_set(self
,value
)
226 if name
== "m_text" :
227 controls2c
.wxListItem_m_text_set(self
,value
)
229 if name
== "m_image" :
230 controls2c
.wxListItem_m_image_set(self
,value
)
232 if name
== "m_data" :
233 controls2c
.wxListItem_m_data_set(self
,value
)
235 if name
== "m_format" :
236 controls2c
.wxListItem_m_format_set(self
,value
)
238 if name
== "m_width" :
239 controls2c
.wxListItem_m_width_set(self
,value
)
241 self
.__dict
__[name
] = value
242 def __getattr__(self
,name
):
243 if name
== "m_mask" :
244 return controls2c
.wxListItem_m_mask_get(self
)
245 if name
== "m_itemId" :
246 return controls2c
.wxListItem_m_itemId_get(self
)
248 return controls2c
.wxListItem_m_col_get(self
)
249 if name
== "m_state" :
250 return controls2c
.wxListItem_m_state_get(self
)
251 if name
== "m_stateMask" :
252 return controls2c
.wxListItem_m_stateMask_get(self
)
253 if name
== "m_text" :
254 return controls2c
.wxListItem_m_text_get(self
)
255 if name
== "m_image" :
256 return controls2c
.wxListItem_m_image_get(self
)
257 if name
== "m_data" :
258 return controls2c
.wxListItem_m_data_get(self
)
259 if name
== "m_format" :
260 return controls2c
.wxListItem_m_format_get(self
)
261 if name
== "m_width" :
262 return controls2c
.wxListItem_m_width_get(self
)
263 raise AttributeError,name
265 return "<C wxListItem instance at %s>" % (self
.this
,)
266 class wxListItem(wxListItemPtr
):
267 def __init__(self
,*_args
,**_kwargs
):
268 self
.this
= apply(controls2c
.new_wxListItem
,_args
,_kwargs
)
274 class wxListEventPtr(wxNotifyEventPtr
):
275 def __init__(self
,this
):
278 def GetCode(self
, *_args
, **_kwargs
):
279 val
= apply(controls2c
.wxListEvent_GetCode
,(self
,) + _args
, _kwargs
)
281 def GetIndex(self
, *_args
, **_kwargs
):
282 val
= apply(controls2c
.wxListEvent_GetIndex
,(self
,) + _args
, _kwargs
)
284 def GetOldIndex(self
, *_args
, **_kwargs
):
285 val
= apply(controls2c
.wxListEvent_GetOldIndex
,(self
,) + _args
, _kwargs
)
287 def GetOldItem(self
, *_args
, **_kwargs
):
288 val
= apply(controls2c
.wxListEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
290 def GetColumn(self
, *_args
, **_kwargs
):
291 val
= apply(controls2c
.wxListEvent_GetColumn
,(self
,) + _args
, _kwargs
)
293 def Cancelled(self
, *_args
, **_kwargs
):
294 val
= apply(controls2c
.wxListEvent_Cancelled
,(self
,) + _args
, _kwargs
)
296 def GetPoint(self
, *_args
, **_kwargs
):
297 val
= apply(controls2c
.wxListEvent_GetPoint
,(self
,) + _args
, _kwargs
)
298 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
300 def GetLabel(self
, *_args
, **_kwargs
):
301 val
= apply(controls2c
.wxListEvent_GetLabel
,(self
,) + _args
, _kwargs
)
303 def GetText(self
, *_args
, **_kwargs
):
304 val
= apply(controls2c
.wxListEvent_GetText
,(self
,) + _args
, _kwargs
)
306 def GetImage(self
, *_args
, **_kwargs
):
307 val
= apply(controls2c
.wxListEvent_GetImage
,(self
,) + _args
, _kwargs
)
309 def GetData(self
, *_args
, **_kwargs
):
310 val
= apply(controls2c
.wxListEvent_GetData
,(self
,) + _args
, _kwargs
)
312 def GetMask(self
, *_args
, **_kwargs
):
313 val
= apply(controls2c
.wxListEvent_GetMask
,(self
,) + _args
, _kwargs
)
315 def GetItem(self
, *_args
, **_kwargs
):
316 val
= apply(controls2c
.wxListEvent_GetItem
,(self
,) + _args
, _kwargs
)
318 def __setattr__(self
,name
,value
):
319 if name
== "m_code" :
320 controls2c
.wxListEvent_m_code_set(self
,value
)
322 if name
== "m_itemIndex" :
323 controls2c
.wxListEvent_m_itemIndex_set(self
,value
)
325 if name
== "m_oldItemIndex" :
326 controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
)
329 controls2c
.wxListEvent_m_col_set(self
,value
)
331 if name
== "m_cancelled" :
332 controls2c
.wxListEvent_m_cancelled_set(self
,value
)
334 if name
== "m_pointDrag" :
335 controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
)
337 if name
== "m_item" :
338 controls2c
.wxListEvent_m_item_set(self
,value
.this
)
340 self
.__dict
__[name
] = value
341 def __getattr__(self
,name
):
342 if name
== "m_code" :
343 return controls2c
.wxListEvent_m_code_get(self
)
344 if name
== "m_itemIndex" :
345 return controls2c
.wxListEvent_m_itemIndex_get(self
)
346 if name
== "m_oldItemIndex" :
347 return controls2c
.wxListEvent_m_oldItemIndex_get(self
)
349 return controls2c
.wxListEvent_m_col_get(self
)
350 if name
== "m_cancelled" :
351 return controls2c
.wxListEvent_m_cancelled_get(self
)
352 if name
== "m_pointDrag" :
353 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
))
354 if name
== "m_item" :
355 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
))
356 raise AttributeError,name
358 return "<C wxListEvent instance at %s>" % (self
.this
,)
359 class wxListEvent(wxListEventPtr
):
360 def __init__(self
,this
):
366 class wxListCtrlPtr(wxControlPtr
):
367 def __init__(self
,this
):
370 def _setSelf(self
, *_args
, **_kwargs
):
371 val
= apply(controls2c
.wxListCtrl__setSelf
,(self
,) + _args
, _kwargs
)
373 def SetForegroundColour(self
, *_args
, **_kwargs
):
374 val
= apply(controls2c
.wxListCtrl_SetForegroundColour
,(self
,) + _args
, _kwargs
)
376 def SetBackgroundColour(self
, *_args
, **_kwargs
):
377 val
= apply(controls2c
.wxListCtrl_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
379 def GetColumn(self
, *_args
, **_kwargs
):
380 val
= apply(controls2c
.wxListCtrl_GetColumn
,(self
,) + _args
, _kwargs
)
382 def SetColumn(self
, *_args
, **_kwargs
):
383 val
= apply(controls2c
.wxListCtrl_SetColumn
,(self
,) + _args
, _kwargs
)
385 def GetColumnWidth(self
, *_args
, **_kwargs
):
386 val
= apply(controls2c
.wxListCtrl_GetColumnWidth
,(self
,) + _args
, _kwargs
)
388 def SetColumnWidth(self
, *_args
, **_kwargs
):
389 val
= apply(controls2c
.wxListCtrl_SetColumnWidth
,(self
,) + _args
, _kwargs
)
391 def GetCountPerPage(self
, *_args
, **_kwargs
):
392 val
= apply(controls2c
.wxListCtrl_GetCountPerPage
,(self
,) + _args
, _kwargs
)
394 def GetItem(self
, *_args
, **_kwargs
):
395 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
397 def SetItem(self
, *_args
, **_kwargs
):
398 val
= apply(controls2c
.wxListCtrl_SetItem
,(self
,) + _args
, _kwargs
)
400 def SetStringItem(self
, *_args
, **_kwargs
):
401 val
= apply(controls2c
.wxListCtrl_SetStringItem
,(self
,) + _args
, _kwargs
)
403 def GetItemState(self
, *_args
, **_kwargs
):
404 val
= apply(controls2c
.wxListCtrl_GetItemState
,(self
,) + _args
, _kwargs
)
406 def SetItemState(self
, *_args
, **_kwargs
):
407 val
= apply(controls2c
.wxListCtrl_SetItemState
,(self
,) + _args
, _kwargs
)
409 def SetItemImage(self
, *_args
, **_kwargs
):
410 val
= apply(controls2c
.wxListCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
412 def GetItemText(self
, *_args
, **_kwargs
):
413 val
= apply(controls2c
.wxListCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
415 def SetItemText(self
, *_args
, **_kwargs
):
416 val
= apply(controls2c
.wxListCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
418 def GetItemData(self
, *_args
, **_kwargs
):
419 val
= apply(controls2c
.wxListCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
421 def SetItemData(self
, *_args
, **_kwargs
):
422 val
= apply(controls2c
.wxListCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
424 def GetItemPosition(self
, *_args
, **_kwargs
):
425 val
= apply(controls2c
.wxListCtrl_GetItemPosition
,(self
,) + _args
, _kwargs
)
426 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
428 def GetItemRect(self
, *_args
, **_kwargs
):
429 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
,) + _args
, _kwargs
)
430 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
432 def SetItemPosition(self
, *_args
, **_kwargs
):
433 val
= apply(controls2c
.wxListCtrl_SetItemPosition
,(self
,) + _args
, _kwargs
)
435 def GetItemCount(self
, *_args
, **_kwargs
):
436 val
= apply(controls2c
.wxListCtrl_GetItemCount
,(self
,) + _args
, _kwargs
)
438 def GetColumnCount(self
, *_args
, **_kwargs
):
439 val
= apply(controls2c
.wxListCtrl_GetColumnCount
,(self
,) + _args
, _kwargs
)
441 def GetItemSpacing(self
, *_args
, **_kwargs
):
442 val
= apply(controls2c
.wxListCtrl_GetItemSpacing
,(self
,) + _args
, _kwargs
)
444 def GetSelectedItemCount(self
, *_args
, **_kwargs
):
445 val
= apply(controls2c
.wxListCtrl_GetSelectedItemCount
,(self
,) + _args
, _kwargs
)
447 def GetTextColour(self
, *_args
, **_kwargs
):
448 val
= apply(controls2c
.wxListCtrl_GetTextColour
,(self
,) + _args
, _kwargs
)
449 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
451 def SetTextColour(self
, *_args
, **_kwargs
):
452 val
= apply(controls2c
.wxListCtrl_SetTextColour
,(self
,) + _args
, _kwargs
)
454 def GetTopItem(self
, *_args
, **_kwargs
):
455 val
= apply(controls2c
.wxListCtrl_GetTopItem
,(self
,) + _args
, _kwargs
)
457 def SetSingleStyle(self
, *_args
, **_kwargs
):
458 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
,) + _args
, _kwargs
)
460 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
461 val
= apply(controls2c
.wxListCtrl_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
463 def GetNextItem(self
, *_args
, **_kwargs
):
464 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
,) + _args
, _kwargs
)
466 def GetImageList(self
, *_args
, **_kwargs
):
467 val
= apply(controls2c
.wxListCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
469 def SetImageList(self
, *_args
, **_kwargs
):
470 val
= apply(controls2c
.wxListCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
472 def AssignImageList(self
, *_args
, **_kwargs
):
473 val
= apply(controls2c
.wxListCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
476 def IsVirtual(self
, *_args
, **_kwargs
):
477 val
= apply(controls2c
.wxListCtrl_IsVirtual
,(self
,) + _args
, _kwargs
)
479 def RefreshItem(self
, *_args
, **_kwargs
):
480 val
= apply(controls2c
.wxListCtrl_RefreshItem
,(self
,) + _args
, _kwargs
)
482 def RefreshItems(self
, *_args
, **_kwargs
):
483 val
= apply(controls2c
.wxListCtrl_RefreshItems
,(self
,) + _args
, _kwargs
)
485 def Arrange(self
, *_args
, **_kwargs
):
486 val
= apply(controls2c
.wxListCtrl_Arrange
,(self
,) + _args
, _kwargs
)
488 def DeleteItem(self
, *_args
, **_kwargs
):
489 val
= apply(controls2c
.wxListCtrl_DeleteItem
,(self
,) + _args
, _kwargs
)
491 def DeleteAllItems(self
, *_args
, **_kwargs
):
492 val
= apply(controls2c
.wxListCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
494 def DeleteColumn(self
, *_args
, **_kwargs
):
495 val
= apply(controls2c
.wxListCtrl_DeleteColumn
,(self
,) + _args
, _kwargs
)
497 def DeleteAllColumns(self
, *_args
, **_kwargs
):
498 val
= apply(controls2c
.wxListCtrl_DeleteAllColumns
,(self
,) + _args
, _kwargs
)
500 def ClearAll(self
, *_args
, **_kwargs
):
501 val
= apply(controls2c
.wxListCtrl_ClearAll
,(self
,) + _args
, _kwargs
)
503 def EnsureVisible(self
, *_args
, **_kwargs
):
504 val
= apply(controls2c
.wxListCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
506 def FindItem(self
, *_args
, **_kwargs
):
507 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
,) + _args
, _kwargs
)
509 def FindItemData(self
, *_args
, **_kwargs
):
510 val
= apply(controls2c
.wxListCtrl_FindItemData
,(self
,) + _args
, _kwargs
)
512 def FindItemAtPos(self
, *_args
, **_kwargs
):
513 val
= apply(controls2c
.wxListCtrl_FindItemAtPos
,(self
,) + _args
, _kwargs
)
515 def HitTest(self
, *_args
, **_kwargs
):
516 val
= apply(controls2c
.wxListCtrl_HitTest
,(self
,) + _args
, _kwargs
)
518 def InsertItem(self
, *_args
, **_kwargs
):
519 val
= apply(controls2c
.wxListCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
521 def InsertStringItem(self
, *_args
, **_kwargs
):
522 val
= apply(controls2c
.wxListCtrl_InsertStringItem
,(self
,) + _args
, _kwargs
)
524 def InsertImageItem(self
, *_args
, **_kwargs
):
525 val
= apply(controls2c
.wxListCtrl_InsertImageItem
,(self
,) + _args
, _kwargs
)
527 def InsertImageStringItem(self
, *_args
, **_kwargs
):
528 val
= apply(controls2c
.wxListCtrl_InsertImageStringItem
,(self
,) + _args
, _kwargs
)
530 def InsertColumnInfo(self
, *_args
, **_kwargs
):
531 val
= apply(controls2c
.wxListCtrl_InsertColumnInfo
,(self
,) + _args
, _kwargs
)
533 def InsertColumn(self
, *_args
, **_kwargs
):
534 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
,) + _args
, _kwargs
)
536 def SetItemCount(self
, *_args
, **_kwargs
):
537 val
= apply(controls2c
.wxListCtrl_SetItemCount
,(self
,) + _args
, _kwargs
)
539 def ScrollList(self
, *_args
, **_kwargs
):
540 val
= apply(controls2c
.wxListCtrl_ScrollList
,(self
,) + _args
, _kwargs
)
542 def SortItems(self
, *_args
, **_kwargs
):
543 val
= apply(controls2c
.wxListCtrl_SortItems
,(self
,) + _args
, _kwargs
)
546 return "<C wxListCtrl instance at %s>" % (self
.this
,)
548 def GetItem(self
, *_args
, **_kwargs
):
549 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
553 class wxListCtrl(wxListCtrlPtr
):
554 def __init__(self
,*_args
,**_kwargs
):
555 self
.this
= apply(controls2c
.new_wxListCtrl
,_args
,_kwargs
)
557 #wx._StdWindowCallbacks(self)
558 self
._setSelf
(self
, wxListCtrl
)
563 class wxTreeItemIdPtr
:
564 def __init__(self
,this
):
567 def __del__(self
,controls2c
=controls2c
):
568 if self
.thisown
== 1 :
569 controls2c
.delete_wxTreeItemId(self
)
570 def IsOk(self
, *_args
, **_kwargs
):
571 val
= apply(controls2c
.wxTreeItemId_IsOk
,(self
,) + _args
, _kwargs
)
573 def __cmp__(self
, *_args
, **_kwargs
):
574 val
= apply(controls2c
.wxTreeItemId___cmp__
,(self
,) + _args
, _kwargs
)
577 return "<C wxTreeItemId instance at %s>" % (self
.this
,)
578 class wxTreeItemId(wxTreeItemIdPtr
):
579 def __init__(self
,*_args
,**_kwargs
):
580 self
.this
= apply(controls2c
.new_wxTreeItemId
,_args
,_kwargs
)
586 class wxTreeItemDataPtr(wxObjectPtr
):
587 def __init__(self
,this
):
590 def GetData(self
, *_args
, **_kwargs
):
591 val
= apply(controls2c
.wxTreeItemData_GetData
,(self
,) + _args
, _kwargs
)
593 def SetData(self
, *_args
, **_kwargs
):
594 val
= apply(controls2c
.wxTreeItemData_SetData
,(self
,) + _args
, _kwargs
)
596 def GetId(self
, *_args
, **_kwargs
):
597 val
= apply(controls2c
.wxTreeItemData_GetId
,(self
,) + _args
, _kwargs
)
598 if val
: val
= wxTreeItemIdPtr(val
)
600 def SetId(self
, *_args
, **_kwargs
):
601 val
= apply(controls2c
.wxTreeItemData_SetId
,(self
,) + _args
, _kwargs
)
604 return "<C wxTreeItemData instance at %s>" % (self
.this
,)
605 class wxTreeItemData(wxTreeItemDataPtr
):
606 def __init__(self
,*_args
,**_kwargs
):
607 self
.this
= apply(controls2c
.new_wxTreeItemData
,_args
,_kwargs
)
613 class wxTreeEventPtr(wxNotifyEventPtr
):
614 def __init__(self
,this
):
617 def GetItem(self
, *_args
, **_kwargs
):
618 val
= apply(controls2c
.wxTreeEvent_GetItem
,(self
,) + _args
, _kwargs
)
619 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
621 def GetOldItem(self
, *_args
, **_kwargs
):
622 val
= apply(controls2c
.wxTreeEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
623 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
625 def GetPoint(self
, *_args
, **_kwargs
):
626 val
= apply(controls2c
.wxTreeEvent_GetPoint
,(self
,) + _args
, _kwargs
)
627 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
629 def GetCode(self
, *_args
, **_kwargs
):
630 val
= apply(controls2c
.wxTreeEvent_GetCode
,(self
,) + _args
, _kwargs
)
632 def GetLabel(self
, *_args
, **_kwargs
):
633 val
= apply(controls2c
.wxTreeEvent_GetLabel
,(self
,) + _args
, _kwargs
)
636 return "<C wxTreeEvent instance at %s>" % (self
.this
,)
637 class wxTreeEvent(wxTreeEventPtr
):
638 def __init__(self
,this
):
644 class wxTreeCtrlPtr(wxControlPtr
):
645 def __init__(self
,this
):
648 def _setSelf(self
, *_args
, **_kwargs
):
649 val
= apply(controls2c
.wxTreeCtrl__setSelf
,(self
,) + _args
, _kwargs
)
651 def AssignImageList(self
, *_args
, **_kwargs
):
652 val
= apply(controls2c
.wxTreeCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
655 def GetCount(self
, *_args
, **_kwargs
):
656 val
= apply(controls2c
.wxTreeCtrl_GetCount
,(self
,) + _args
, _kwargs
)
658 def GetIndent(self
, *_args
, **_kwargs
):
659 val
= apply(controls2c
.wxTreeCtrl_GetIndent
,(self
,) + _args
, _kwargs
)
661 def SetIndent(self
, *_args
, **_kwargs
):
662 val
= apply(controls2c
.wxTreeCtrl_SetIndent
,(self
,) + _args
, _kwargs
)
664 def GetImageList(self
, *_args
, **_kwargs
):
665 val
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
667 def GetStateImageList(self
, *_args
, **_kwargs
):
668 val
= apply(controls2c
.wxTreeCtrl_GetStateImageList
,(self
,) + _args
, _kwargs
)
670 def SetImageList(self
, *_args
, **_kwargs
):
671 val
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
673 def SetStateImageList(self
, *_args
, **_kwargs
):
674 val
= apply(controls2c
.wxTreeCtrl_SetStateImageList
,(self
,) + _args
, _kwargs
)
676 def GetSpacing(self
, *_args
, **_kwargs
):
677 val
= apply(controls2c
.wxTreeCtrl_GetSpacing
,(self
,) + _args
, _kwargs
)
679 def SetSpacing(self
, *_args
, **_kwargs
):
680 val
= apply(controls2c
.wxTreeCtrl_SetSpacing
,(self
,) + _args
, _kwargs
)
682 def GetItemText(self
, *_args
, **_kwargs
):
683 val
= apply(controls2c
.wxTreeCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
685 def GetItemImage(self
, *_args
, **_kwargs
):
686 val
= apply(controls2c
.wxTreeCtrl_GetItemImage
,(self
,) + _args
, _kwargs
)
688 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
689 val
= apply(controls2c
.wxTreeCtrl_GetItemSelectedImage
,(self
,) + _args
, _kwargs
)
691 def SetItemText(self
, *_args
, **_kwargs
):
692 val
= apply(controls2c
.wxTreeCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
694 def SetItemImage(self
, *_args
, **_kwargs
):
695 val
= apply(controls2c
.wxTreeCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
697 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
698 val
= apply(controls2c
.wxTreeCtrl_SetItemSelectedImage
,(self
,) + _args
, _kwargs
)
700 def SetItemHasChildren(self
, *_args
, **_kwargs
):
701 val
= apply(controls2c
.wxTreeCtrl_SetItemHasChildren
,(self
,) + _args
, _kwargs
)
703 def GetItemData(self
, *_args
, **_kwargs
):
704 val
= apply(controls2c
.wxTreeCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
705 if val
: val
= wxTreeItemDataPtr(val
)
707 def SetItemData(self
, *_args
, **_kwargs
):
708 val
= apply(controls2c
.wxTreeCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
710 def GetPyData(self
, *_args
, **_kwargs
):
711 val
= apply(controls2c
.wxTreeCtrl_GetPyData
,(self
,) + _args
, _kwargs
)
713 def SetPyData(self
, *_args
, **_kwargs
):
714 val
= apply(controls2c
.wxTreeCtrl_SetPyData
,(self
,) + _args
, _kwargs
)
716 def IsVisible(self
, *_args
, **_kwargs
):
717 val
= apply(controls2c
.wxTreeCtrl_IsVisible
,(self
,) + _args
, _kwargs
)
719 def ItemHasChildren(self
, *_args
, **_kwargs
):
720 val
= apply(controls2c
.wxTreeCtrl_ItemHasChildren
,(self
,) + _args
, _kwargs
)
722 def IsExpanded(self
, *_args
, **_kwargs
):
723 val
= apply(controls2c
.wxTreeCtrl_IsExpanded
,(self
,) + _args
, _kwargs
)
725 def IsSelected(self
, *_args
, **_kwargs
):
726 val
= apply(controls2c
.wxTreeCtrl_IsSelected
,(self
,) + _args
, _kwargs
)
728 def GetRootItem(self
, *_args
, **_kwargs
):
729 val
= apply(controls2c
.wxTreeCtrl_GetRootItem
,(self
,) + _args
, _kwargs
)
730 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
732 def GetSelection(self
, *_args
, **_kwargs
):
733 val
= apply(controls2c
.wxTreeCtrl_GetSelection
,(self
,) + _args
, _kwargs
)
734 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
736 def GetItemParent(self
, *_args
, **_kwargs
):
737 val
= apply(controls2c
.wxTreeCtrl_GetItemParent
,(self
,) + _args
, _kwargs
)
738 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
740 def GetSelections(self
, *_args
, **_kwargs
):
741 val
= apply(controls2c
.wxTreeCtrl_GetSelections
,(self
,) + _args
, _kwargs
)
743 def GetChildrenCount(self
, *_args
, **_kwargs
):
744 val
= apply(controls2c
.wxTreeCtrl_GetChildrenCount
,(self
,) + _args
, _kwargs
)
746 def GetFirstChild(self
, *_args
, **_kwargs
):
747 val
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
749 def GetNextChild(self
, *_args
, **_kwargs
):
750 val
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
752 def GetNextSibling(self
, *_args
, **_kwargs
):
753 val
= apply(controls2c
.wxTreeCtrl_GetNextSibling
,(self
,) + _args
, _kwargs
)
754 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
756 def GetPrevSibling(self
, *_args
, **_kwargs
):
757 val
= apply(controls2c
.wxTreeCtrl_GetPrevSibling
,(self
,) + _args
, _kwargs
)
758 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
760 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
761 val
= apply(controls2c
.wxTreeCtrl_GetFirstVisibleItem
,(self
,) + _args
, _kwargs
)
762 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
764 def GetNextVisible(self
, *_args
, **_kwargs
):
765 val
= apply(controls2c
.wxTreeCtrl_GetNextVisible
,(self
,) + _args
, _kwargs
)
766 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
768 def GetPrevVisible(self
, *_args
, **_kwargs
):
769 val
= apply(controls2c
.wxTreeCtrl_GetPrevVisible
,(self
,) + _args
, _kwargs
)
770 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
772 def GetLastChild(self
, *_args
, **_kwargs
):
773 val
= apply(controls2c
.wxTreeCtrl_GetLastChild
,(self
,) + _args
, _kwargs
)
774 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
776 def AddRoot(self
, *_args
, **_kwargs
):
777 val
= apply(controls2c
.wxTreeCtrl_AddRoot
,(self
,) + _args
, _kwargs
)
778 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
780 def PrependItem(self
, *_args
, **_kwargs
):
781 val
= apply(controls2c
.wxTreeCtrl_PrependItem
,(self
,) + _args
, _kwargs
)
782 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
784 def InsertItem(self
, *_args
, **_kwargs
):
785 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
786 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
788 def InsertItemBefore(self
, *_args
, **_kwargs
):
789 val
= apply(controls2c
.wxTreeCtrl_InsertItemBefore
,(self
,) + _args
, _kwargs
)
790 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
792 def AppendItem(self
, *_args
, **_kwargs
):
793 val
= apply(controls2c
.wxTreeCtrl_AppendItem
,(self
,) + _args
, _kwargs
)
794 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
796 def Delete(self
, *_args
, **_kwargs
):
797 val
= apply(controls2c
.wxTreeCtrl_Delete
,(self
,) + _args
, _kwargs
)
799 def DeleteChildren(self
, *_args
, **_kwargs
):
800 val
= apply(controls2c
.wxTreeCtrl_DeleteChildren
,(self
,) + _args
, _kwargs
)
802 def DeleteAllItems(self
, *_args
, **_kwargs
):
803 val
= apply(controls2c
.wxTreeCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
805 def Expand(self
, *_args
, **_kwargs
):
806 val
= apply(controls2c
.wxTreeCtrl_Expand
,(self
,) + _args
, _kwargs
)
808 def Collapse(self
, *_args
, **_kwargs
):
809 val
= apply(controls2c
.wxTreeCtrl_Collapse
,(self
,) + _args
, _kwargs
)
811 def CollapseAndReset(self
, *_args
, **_kwargs
):
812 val
= apply(controls2c
.wxTreeCtrl_CollapseAndReset
,(self
,) + _args
, _kwargs
)
814 def Toggle(self
, *_args
, **_kwargs
):
815 val
= apply(controls2c
.wxTreeCtrl_Toggle
,(self
,) + _args
, _kwargs
)
817 def Unselect(self
, *_args
, **_kwargs
):
818 val
= apply(controls2c
.wxTreeCtrl_Unselect
,(self
,) + _args
, _kwargs
)
820 def UnselectAll(self
, *_args
, **_kwargs
):
821 val
= apply(controls2c
.wxTreeCtrl_UnselectAll
,(self
,) + _args
, _kwargs
)
823 def SelectItem(self
, *_args
, **_kwargs
):
824 val
= apply(controls2c
.wxTreeCtrl_SelectItem
,(self
,) + _args
, _kwargs
)
826 def EnsureVisible(self
, *_args
, **_kwargs
):
827 val
= apply(controls2c
.wxTreeCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
829 def ScrollTo(self
, *_args
, **_kwargs
):
830 val
= apply(controls2c
.wxTreeCtrl_ScrollTo
,(self
,) + _args
, _kwargs
)
832 def EditLabel(self
, *_args
, **_kwargs
):
833 val
= apply(controls2c
.wxTreeCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
835 def SortChildren(self
, *_args
, **_kwargs
):
836 val
= apply(controls2c
.wxTreeCtrl_SortChildren
,(self
,) + _args
, _kwargs
)
838 def SetItemBold(self
, *_args
, **_kwargs
):
839 val
= apply(controls2c
.wxTreeCtrl_SetItemBold
,(self
,) + _args
, _kwargs
)
841 def IsBold(self
, *_args
, **_kwargs
):
842 val
= apply(controls2c
.wxTreeCtrl_IsBold
,(self
,) + _args
, _kwargs
)
844 def HitTest(self
, *_args
, **_kwargs
):
845 val
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
847 def SetItemTextColour(self
, *_args
, **_kwargs
):
848 val
= apply(controls2c
.wxTreeCtrl_SetItemTextColour
,(self
,) + _args
, _kwargs
)
850 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
851 val
= apply(controls2c
.wxTreeCtrl_SetItemBackgroundColour
,(self
,) + _args
, _kwargs
)
853 def SetItemFont(self
, *_args
, **_kwargs
):
854 val
= apply(controls2c
.wxTreeCtrl_SetItemFont
,(self
,) + _args
, _kwargs
)
857 return "<C wxTreeCtrl instance at %s>" % (self
.this
,)
859 # Redefine some methods that SWIG gets a bit confused on...
860 def GetFirstChild(self
, *_args
, **_kwargs
):
861 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
862 val1
= wxTreeItemIdPtr(val1
)
865 def GetNextChild(self
, *_args
, **_kwargs
):
866 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
867 val1
= wxTreeItemIdPtr(val1
)
870 def HitTest(self
, *_args
, **_kwargs
):
871 val1
, val2
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
872 val1
= wxTreeItemIdPtr(val1
)
876 class wxTreeCtrl(wxTreeCtrlPtr
):
877 def __init__(self
,*_args
,**_kwargs
):
878 self
.this
= apply(controls2c
.new_wxTreeCtrl
,_args
,_kwargs
)
880 #wx._StdWindowCallbacks(self)
881 self
._setSelf
(self
, wxTreeCtrl
)
888 #-------------- FUNCTION WRAPPERS ------------------
892 #-------------- VARIABLE WRAPPERS ------------------
894 wxEVT_COMMAND_LIST_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
895 wxEVT_COMMAND_LIST_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
896 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
897 wxEVT_COMMAND_LIST_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
898 wxEVT_COMMAND_LIST_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
899 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
900 wxEVT_COMMAND_LIST_GET_INFO
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
901 wxEVT_COMMAND_LIST_SET_INFO
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
902 wxEVT_COMMAND_LIST_ITEM_SELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
903 wxEVT_COMMAND_LIST_ITEM_DESELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
904 wxEVT_COMMAND_LIST_KEY_DOWN
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
905 wxEVT_COMMAND_LIST_INSERT_ITEM
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
906 wxEVT_COMMAND_LIST_COL_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
907 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
908 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
909 wxEVT_COMMAND_LIST_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
910 wxEVT_COMMAND_LIST_CACHE_HINT
= controls2c
.wxEVT_COMMAND_LIST_CACHE_HINT
911 wxLC_VRULES
= controls2c
.wxLC_VRULES
912 wxLC_HRULES
= controls2c
.wxLC_HRULES
913 wxLC_ICON
= controls2c
.wxLC_ICON
914 wxLC_SMALL_ICON
= controls2c
.wxLC_SMALL_ICON
915 wxLC_LIST
= controls2c
.wxLC_LIST
916 wxLC_REPORT
= controls2c
.wxLC_REPORT
917 wxLC_ALIGN_TOP
= controls2c
.wxLC_ALIGN_TOP
918 wxLC_ALIGN_LEFT
= controls2c
.wxLC_ALIGN_LEFT
919 wxLC_AUTOARRANGE
= controls2c
.wxLC_AUTOARRANGE
920 wxLC_VIRTUAL
= controls2c
.wxLC_VIRTUAL
921 wxLC_EDIT_LABELS
= controls2c
.wxLC_EDIT_LABELS
922 wxLC_NO_HEADER
= controls2c
.wxLC_NO_HEADER
923 wxLC_NO_SORT_HEADER
= controls2c
.wxLC_NO_SORT_HEADER
924 wxLC_SINGLE_SEL
= controls2c
.wxLC_SINGLE_SEL
925 wxLC_SORT_ASCENDING
= controls2c
.wxLC_SORT_ASCENDING
926 wxLC_SORT_DESCENDING
= controls2c
.wxLC_SORT_DESCENDING
927 wxLC_MASK_TYPE
= controls2c
.wxLC_MASK_TYPE
928 wxLC_MASK_ALIGN
= controls2c
.wxLC_MASK_ALIGN
929 wxLC_MASK_SORT
= controls2c
.wxLC_MASK_SORT
930 wxLIST_MASK_STATE
= controls2c
.wxLIST_MASK_STATE
931 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
932 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
933 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
934 wxLIST_SET_ITEM
= controls2c
.wxLIST_SET_ITEM
935 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
936 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
937 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
938 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
939 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
940 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
941 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
942 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
943 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
944 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
945 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
946 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
947 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
948 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
949 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
950 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
951 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
952 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
953 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
954 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
955 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
956 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
957 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
958 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
959 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
960 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
961 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
962 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
963 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
964 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
965 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
966 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
967 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
968 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
969 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT
970 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
971 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
972 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
973 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
974 wxTreeItemIcon_Normal
= controls2c
.wxTreeItemIcon_Normal
975 wxTreeItemIcon_Selected
= controls2c
.wxTreeItemIcon_Selected
976 wxTreeItemIcon_Expanded
= controls2c
.wxTreeItemIcon_Expanded
977 wxTreeItemIcon_SelectedExpanded
= controls2c
.wxTreeItemIcon_SelectedExpanded
978 wxTreeItemIcon_Max
= controls2c
.wxTreeItemIcon_Max
979 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
980 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
981 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
982 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
983 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
984 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
985 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
986 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
987 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
988 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
989 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
990 wxTREE_HITTEST_ONITEMUPPERPART
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
991 wxTREE_HITTEST_ONITEMLOWERPART
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
992 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
993 wxEVT_COMMAND_TREE_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
994 wxEVT_COMMAND_TREE_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
995 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
996 wxEVT_COMMAND_TREE_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
997 wxEVT_COMMAND_TREE_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
998 wxEVT_COMMAND_TREE_GET_INFO
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
999 wxEVT_COMMAND_TREE_SET_INFO
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
1000 wxEVT_COMMAND_TREE_ITEM_EXPANDED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
1001 wxEVT_COMMAND_TREE_ITEM_EXPANDING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
1002 wxEVT_COMMAND_TREE_ITEM_COLLAPSED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
1003 wxEVT_COMMAND_TREE_ITEM_COLLAPSING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
1004 wxEVT_COMMAND_TREE_SEL_CHANGED
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
1005 wxEVT_COMMAND_TREE_SEL_CHANGING
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
1006 wxEVT_COMMAND_TREE_KEY_DOWN
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
1007 wxEVT_COMMAND_TREE_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
1008 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
1009 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
1010 wxEVT_COMMAND_TREE_END_DRAG
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG