1 # This file was created automatically by SWIG.
12 from controls
import *
15 def __init__(self
,this
):
19 if self
.thisown
== 1 :
20 controls2c
.delete_wxListItem(self
.this
)
21 def __setattr__(self
,name
,value
):
23 controls2c
.wxListItem_m_mask_set(self
.this
,value
)
25 if name
== "m_itemId" :
26 controls2c
.wxListItem_m_itemId_set(self
.this
,value
)
29 controls2c
.wxListItem_m_col_set(self
.this
,value
)
31 if name
== "m_state" :
32 controls2c
.wxListItem_m_state_set(self
.this
,value
)
34 if name
== "m_stateMask" :
35 controls2c
.wxListItem_m_stateMask_set(self
.this
,value
)
38 controls2c
.wxListItem_m_text_set(self
.this
,value
)
40 if name
== "m_image" :
41 controls2c
.wxListItem_m_image_set(self
.this
,value
)
44 controls2c
.wxListItem_m_data_set(self
.this
,value
)
46 if name
== "m_format" :
47 controls2c
.wxListItem_m_format_set(self
.this
,value
)
49 if name
== "m_width" :
50 controls2c
.wxListItem_m_width_set(self
.this
,value
)
52 self
.__dict
__[name
] = value
53 def __getattr__(self
,name
):
55 return controls2c
.wxListItem_m_mask_get(self
.this
)
56 if name
== "m_itemId" :
57 return controls2c
.wxListItem_m_itemId_get(self
.this
)
59 return controls2c
.wxListItem_m_col_get(self
.this
)
60 if name
== "m_state" :
61 return controls2c
.wxListItem_m_state_get(self
.this
)
62 if name
== "m_stateMask" :
63 return controls2c
.wxListItem_m_stateMask_get(self
.this
)
65 return controls2c
.wxListItem_m_text_get(self
.this
)
66 if name
== "m_image" :
67 return controls2c
.wxListItem_m_image_get(self
.this
)
69 return controls2c
.wxListItem_m_data_get(self
.this
)
70 if name
== "m_format" :
71 return controls2c
.wxListItem_m_format_get(self
.this
)
72 if name
== "m_width" :
73 return controls2c
.wxListItem_m_width_get(self
.this
)
74 raise AttributeError,name
76 return "<C wxListItem instance>"
77 class wxListItem(wxListItemPtr
):
79 self
.this
= controls2c
.new_wxListItem()
85 class wxListEventPtr(wxCommandEventPtr
):
86 def __init__(self
,this
):
89 def __setattr__(self
,name
,value
):
91 controls2c
.wxListEvent_m_code_set(self
.this
,value
)
93 if name
== "m_itemIndex" :
94 controls2c
.wxListEvent_m_itemIndex_set(self
.this
,value
)
96 if name
== "m_oldItemIndex" :
97 controls2c
.wxListEvent_m_oldItemIndex_set(self
.this
,value
)
100 controls2c
.wxListEvent_m_col_set(self
.this
,value
)
102 if name
== "m_cancelled" :
103 controls2c
.wxListEvent_m_cancelled_set(self
.this
,value
)
105 if name
== "m_pointDrag" :
106 controls2c
.wxListEvent_m_pointDrag_set(self
.this
,value
.this
)
108 if name
== "m_item" :
109 controls2c
.wxListEvent_m_item_set(self
.this
,value
.this
)
111 self
.__dict
__[name
] = value
112 def __getattr__(self
,name
):
113 if name
== "m_code" :
114 return controls2c
.wxListEvent_m_code_get(self
.this
)
115 if name
== "m_itemIndex" :
116 return controls2c
.wxListEvent_m_itemIndex_get(self
.this
)
117 if name
== "m_oldItemIndex" :
118 return controls2c
.wxListEvent_m_oldItemIndex_get(self
.this
)
120 return controls2c
.wxListEvent_m_col_get(self
.this
)
121 if name
== "m_cancelled" :
122 return controls2c
.wxListEvent_m_cancelled_get(self
.this
)
123 if name
== "m_pointDrag" :
124 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
.this
))
125 if name
== "m_item" :
126 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
.this
))
127 raise AttributeError,name
129 return "<C wxListEvent instance>"
130 class wxListEvent(wxListEventPtr
):
131 def __init__(self
,this
):
137 class wxListCtrlPtr(wxControlPtr
):
138 def __init__(self
,this
):
141 def Arrange(self
,*args
):
142 val
= apply(controls2c
.wxListCtrl_Arrange
,(self
.this
,)+args
)
144 def DeleteItem(self
,arg0
):
145 val
= controls2c
.wxListCtrl_DeleteItem(self
.this
,arg0
)
147 def DeleteAllItems(self
):
148 val
= controls2c
.wxListCtrl_DeleteAllItems(self
.this
)
150 def DeleteColumn(self
,arg0
):
151 val
= controls2c
.wxListCtrl_DeleteColumn(self
.this
,arg0
)
153 def DeleteAllColumns(self
):
154 val
= controls2c
.wxListCtrl_DeleteAllColumns(self
.this
)
157 val
= controls2c
.wxListCtrl_ClearAll(self
.this
)
159 def EditLabel(self
,arg0
):
160 val
= controls2c
.wxListCtrl_EditLabel(self
.this
,arg0
)
161 val
= wxTextCtrlPtr(val
)
163 def EndEditLabel(self
,arg0
):
164 val
= controls2c
.wxListCtrl_EndEditLabel(self
.this
,arg0
)
166 def EnsureVisible(self
,arg0
):
167 val
= controls2c
.wxListCtrl_EnsureVisible(self
.this
,arg0
)
169 def FindItem(self
,arg0
,arg1
,*args
):
170 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
.this
,arg0
,arg1
,)+args
)
172 def FindItemData(self
,arg0
,arg1
):
173 val
= controls2c
.wxListCtrl_FindItemData(self
.this
,arg0
,arg1
)
175 def FindItemAtPos(self
,arg0
,arg1
,arg2
):
176 val
= controls2c
.wxListCtrl_FindItemAtPos(self
.this
,arg0
,arg1
.this
,arg2
)
178 def GetColumn(self
,arg0
,arg1
):
179 val
= controls2c
.wxListCtrl_GetColumn(self
.this
,arg0
,arg1
.this
)
181 def GetColumnWidth(self
,arg0
):
182 val
= controls2c
.wxListCtrl_GetColumnWidth(self
.this
,arg0
)
184 def GetCountPerPage(self
):
185 val
= controls2c
.wxListCtrl_GetCountPerPage(self
.this
)
187 def GetEditControl(self
):
188 val
= controls2c
.wxListCtrl_GetEditControl(self
.this
)
189 val
= wxTextCtrlPtr(val
)
191 def GetImageList(self
,arg0
):
192 val
= controls2c
.wxListCtrl_GetImageList(self
.this
,arg0
)
194 def GetItemData(self
,arg0
):
195 val
= controls2c
.wxListCtrl_GetItemData(self
.this
,arg0
)
198 val
= controls2c
.wxListCtrl_GetItem(self
.this
)
199 val
= wxListItemPtr(val
)
202 def GetItemPosition(self
,arg0
):
203 val
= controls2c
.wxListCtrl_GetItemPosition(self
.this
,arg0
)
204 val
= wxPointPtr(val
)
207 def GetItemRect(self
,arg0
,*args
):
208 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
.this
,arg0
,)+args
)
212 def GetItemState(self
,arg0
,arg1
):
213 val
= controls2c
.wxListCtrl_GetItemState(self
.this
,arg0
,arg1
)
215 def GetItemCount(self
):
216 val
= controls2c
.wxListCtrl_GetItemCount(self
.this
)
218 def GetItemSpacing(self
,arg0
):
219 val
= controls2c
.wxListCtrl_GetItemSpacing(self
.this
,arg0
)
221 def GetItemText(self
,arg0
):
222 val
= controls2c
.wxListCtrl_GetItemText(self
.this
,arg0
)
224 def GetNextItem(self
,arg0
,*args
):
225 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
.this
,arg0
,)+args
)
227 def GetSelectedItemCount(self
):
228 val
= controls2c
.wxListCtrl_GetSelectedItemCount(self
.this
)
230 def GetTextColour(self
):
231 val
= controls2c
.wxListCtrl_GetTextColour(self
.this
)
232 val
= wxColourPtr(val
)
235 def GetTopItem(self
):
236 val
= controls2c
.wxListCtrl_GetTopItem(self
.this
)
238 def HitTest(self
,arg0
):
239 val
= controls2c
.wxListCtrl_HitTest(self
.this
,arg0
.this
)
241 def InsertColumnWithInfo(self
,arg0
,arg1
):
242 val
= controls2c
.wxListCtrl_InsertColumnWithInfo(self
.this
,arg0
,arg1
.this
)
244 def InsertColumn(self
,arg0
,arg1
,*args
):
245 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
.this
,arg0
,arg1
,)+args
)
247 def InsertItem(self
,arg0
):
248 val
= controls2c
.wxListCtrl_InsertItem(self
.this
,arg0
.this
)
250 def InsertStringItem(self
,arg0
,arg1
):
251 val
= controls2c
.wxListCtrl_InsertStringItem(self
.this
,arg0
,arg1
)
253 def InsertImageItem(self
,arg0
,arg1
):
254 val
= controls2c
.wxListCtrl_InsertImageItem(self
.this
,arg0
,arg1
)
256 def InsertImageStringItem(self
,arg0
,arg1
,arg2
):
257 val
= controls2c
.wxListCtrl_InsertImageStringItem(self
.this
,arg0
,arg1
,arg2
)
259 def ScrollList(self
,arg0
,arg1
):
260 val
= controls2c
.wxListCtrl_ScrollList(self
.this
,arg0
,arg1
)
262 def SetBackgroundColour(self
,arg0
):
263 val
= controls2c
.wxListCtrl_SetBackgroundColour(self
.this
,arg0
.this
)
265 def SetColumn(self
,arg0
,arg1
):
266 val
= controls2c
.wxListCtrl_SetColumn(self
.this
,arg0
,arg1
.this
)
268 def SetColumnWidth(self
,arg0
,arg1
):
269 val
= controls2c
.wxListCtrl_SetColumnWidth(self
.this
,arg0
,arg1
)
271 def SetImageList(self
,arg0
,arg1
):
272 val
= controls2c
.wxListCtrl_SetImageList(self
.this
,arg0
,arg1
)
274 def SetItem(self
,arg0
):
275 val
= controls2c
.wxListCtrl_SetItem(self
.this
,arg0
.this
)
277 def SetItemString(self
,arg0
,arg1
,arg2
,*args
):
278 val
= apply(controls2c
.wxListCtrl_SetItemString
,(self
.this
,arg0
,arg1
,arg2
,)+args
)
280 def SetItemData(self
,arg0
,arg1
):
281 val
= controls2c
.wxListCtrl_SetItemData(self
.this
,arg0
,arg1
)
283 def SetItemImage(self
,arg0
,arg1
,arg2
):
284 val
= controls2c
.wxListCtrl_SetItemImage(self
.this
,arg0
,arg1
,arg2
)
286 def SetItemPosition(self
,arg0
,arg1
):
287 val
= controls2c
.wxListCtrl_SetItemPosition(self
.this
,arg0
,arg1
.this
)
289 def SetItemState(self
,arg0
,arg1
,arg2
):
290 val
= controls2c
.wxListCtrl_SetItemState(self
.this
,arg0
,arg1
,arg2
)
292 def SetItemText(self
,arg0
,arg1
):
293 val
= controls2c
.wxListCtrl_SetItemText(self
.this
,arg0
,arg1
)
295 def SetSingleStyle(self
,arg0
,*args
):
296 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
.this
,arg0
,)+args
)
298 def SetTextColour(self
,arg0
):
299 val
= controls2c
.wxListCtrl_SetTextColour(self
.this
,arg0
.this
)
301 def SetWindowStyleFlag(self
,arg0
):
302 val
= controls2c
.wxListCtrl_SetWindowStyleFlag(self
.this
,arg0
)
305 return "<C wxListCtrl instance>"
306 class wxListCtrl(wxListCtrlPtr
):
307 def __init__(self
,arg0
,arg1
,*args
) :
308 argl
= map(None,args
)
309 try: argl
[0] = argl
[0].this
311 try: argl
[1] = argl
[1].this
314 self
.this
= apply(controls2c
.new_wxListCtrl
,(arg0
.this
,arg1
,)+args
)
316 wxp
._StdWindowCallbacks
(self
)
321 class wxTreeItemPtr
:
322 def __init__(self
,this
):
326 if self
.thisown
== 1 :
327 controls2c
.delete_wxTreeItem(self
.this
)
328 def __setattr__(self
,name
,value
):
329 if name
== "m_mask" :
330 controls2c
.wxTreeItem_m_mask_set(self
.this
,value
)
332 if name
== "m_itemId" :
333 controls2c
.wxTreeItem_m_itemId_set(self
.this
,value
)
335 if name
== "m_state" :
336 controls2c
.wxTreeItem_m_state_set(self
.this
,value
)
338 if name
== "m_stateMask" :
339 controls2c
.wxTreeItem_m_stateMask_set(self
.this
,value
)
341 if name
== "m_text" :
342 controls2c
.wxTreeItem_m_text_set(self
.this
,value
)
344 if name
== "m_image" :
345 controls2c
.wxTreeItem_m_image_set(self
.this
,value
)
347 if name
== "m_selectedImage" :
348 controls2c
.wxTreeItem_m_selectedImage_set(self
.this
,value
)
350 if name
== "m_children" :
351 controls2c
.wxTreeItem_m_children_set(self
.this
,value
)
353 if name
== "m_data" :
354 controls2c
.wxTreeItem_m_data_set(self
.this
,value
)
356 self
.__dict
__[name
] = value
357 def __getattr__(self
,name
):
358 if name
== "m_mask" :
359 return controls2c
.wxTreeItem_m_mask_get(self
.this
)
360 if name
== "m_itemId" :
361 return controls2c
.wxTreeItem_m_itemId_get(self
.this
)
362 if name
== "m_state" :
363 return controls2c
.wxTreeItem_m_state_get(self
.this
)
364 if name
== "m_stateMask" :
365 return controls2c
.wxTreeItem_m_stateMask_get(self
.this
)
366 if name
== "m_text" :
367 return controls2c
.wxTreeItem_m_text_get(self
.this
)
368 if name
== "m_image" :
369 return controls2c
.wxTreeItem_m_image_get(self
.this
)
370 if name
== "m_selectedImage" :
371 return controls2c
.wxTreeItem_m_selectedImage_get(self
.this
)
372 if name
== "m_children" :
373 return controls2c
.wxTreeItem_m_children_get(self
.this
)
374 if name
== "m_data" :
375 return controls2c
.wxTreeItem_m_data_get(self
.this
)
376 raise AttributeError,name
378 return "<C wxTreeItem instance>"
379 class wxTreeItem(wxTreeItemPtr
):
381 self
.this
= controls2c
.new_wxTreeItem()
387 class wxTreeEventPtr(wxCommandEventPtr
):
388 def __init__(self
,this
):
391 def __setattr__(self
,name
,value
):
392 if name
== "m_code" :
393 controls2c
.wxTreeEvent_m_code_set(self
.this
,value
)
395 if name
== "m_item" :
396 controls2c
.wxTreeEvent_m_item_set(self
.this
,value
.this
)
398 if name
== "m_oldItem" :
399 controls2c
.wxTreeEvent_m_oldItem_set(self
.this
,value
)
401 if name
== "m_pointDrag" :
402 controls2c
.wxTreeEvent_m_pointDrag_set(self
.this
,value
.this
)
404 self
.__dict
__[name
] = value
405 def __getattr__(self
,name
):
406 if name
== "m_code" :
407 return controls2c
.wxTreeEvent_m_code_get(self
.this
)
408 if name
== "m_item" :
409 return wxTreeItemPtr(controls2c
.wxTreeEvent_m_item_get(self
.this
))
410 if name
== "m_oldItem" :
411 return controls2c
.wxTreeEvent_m_oldItem_get(self
.this
)
412 if name
== "m_pointDrag" :
413 return wxPointPtr(controls2c
.wxTreeEvent_m_pointDrag_get(self
.this
))
414 raise AttributeError,name
416 return "<C wxTreeEvent instance>"
417 class wxTreeEvent(wxTreeEventPtr
):
418 def __init__(self
,this
):
424 class wxTreeCtrlPtr(wxControlPtr
):
425 def __init__(self
,this
):
428 def DeleteAllItems(self
):
429 val
= controls2c
.wxTreeCtrl_DeleteAllItems(self
.this
)
431 def DeleteItem(self
,arg0
):
432 val
= controls2c
.wxTreeCtrl_DeleteItem(self
.this
,arg0
)
434 def EditLabel(self
,arg0
):
435 val
= controls2c
.wxTreeCtrl_EditLabel(self
.this
,arg0
)
436 val
= wxTextCtrlPtr(val
)
438 def EnsureVisible(self
,arg0
):
439 val
= controls2c
.wxTreeCtrl_EnsureVisible(self
.this
,arg0
)
441 def ExpandItem(self
,arg0
,arg1
):
442 val
= controls2c
.wxTreeCtrl_ExpandItem(self
.this
,arg0
,arg1
)
444 def GetChild(self
,arg0
):
445 val
= controls2c
.wxTreeCtrl_GetChild(self
.this
,arg0
)
448 val
= controls2c
.wxTreeCtrl_GetCount(self
.this
)
450 def GetEditControl(self
):
451 val
= controls2c
.wxTreeCtrl_GetEditControl(self
.this
)
452 val
= wxTextCtrlPtr(val
)
454 def GetFirstVisibleItem(self
):
455 val
= controls2c
.wxTreeCtrl_GetFirstVisibleItem(self
.this
)
457 def GetImageList(self
,*args
):
458 val
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
.this
,)+args
)
461 val
= controls2c
.wxTreeCtrl_GetIndent(self
.this
)
463 def GetItemData(self
,arg0
):
464 val
= controls2c
.wxTreeCtrl_GetItemData(self
.this
,arg0
)
467 val
= controls2c
.wxTreeCtrl_GetItem(self
.this
)
468 val
= wxTreeItemPtr(val
)
471 def GetItemRect(self
,arg0
,*args
):
472 val
= apply(controls2c
.wxTreeCtrl_GetItemRect
,(self
.this
,arg0
,)+args
)
476 def GetItemState(self
,arg0
,arg1
):
477 val
= controls2c
.wxTreeCtrl_GetItemState(self
.this
,arg0
,arg1
)
479 def GetItemText(self
,arg0
):
480 val
= controls2c
.wxTreeCtrl_GetItemText(self
.this
,arg0
)
482 def GetNextItem(self
,arg0
,arg1
):
483 val
= controls2c
.wxTreeCtrl_GetNextItem(self
.this
,arg0
,arg1
)
485 def GetNextVisibleItem(self
,arg0
):
486 val
= controls2c
.wxTreeCtrl_GetNextVisibleItem(self
.this
,arg0
)
488 def GetParent(self
,arg0
):
489 val
= controls2c
.wxTreeCtrl_GetParent(self
.this
,arg0
)
491 def GetRootItem(self
):
492 val
= controls2c
.wxTreeCtrl_GetRootItem(self
.this
)
494 def GetSelection(self
):
495 val
= controls2c
.wxTreeCtrl_GetSelection(self
.this
)
497 def HitTest(self
,arg0
):
498 val
= controls2c
.wxTreeCtrl_HitTest(self
.this
,arg0
.this
)
500 def InsertItem(self
,arg0
,arg1
,*args
):
501 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
.this
,arg0
,arg1
.this
,)+args
)
503 def InsertItemString(self
,arg0
,arg1
,*args
):
504 val
= apply(controls2c
.wxTreeCtrl_InsertItemString
,(self
.this
,arg0
,arg1
,)+args
)
506 def ItemHasChildren(self
,arg0
):
507 val
= controls2c
.wxTreeCtrl_ItemHasChildren(self
.this
,arg0
)
509 def ScrollTo(self
,arg0
):
510 val
= controls2c
.wxTreeCtrl_ScrollTo(self
.this
,arg0
)
512 def SelectItem(self
,arg0
):
513 val
= controls2c
.wxTreeCtrl_SelectItem(self
.this
,arg0
)
515 def SetIndent(self
,arg0
):
516 val
= controls2c
.wxTreeCtrl_SetIndent(self
.this
,arg0
)
518 def SetImageList(self
,arg0
,*args
):
519 val
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
.this
,arg0
,)+args
)
521 def SetItem(self
,arg0
):
522 val
= controls2c
.wxTreeCtrl_SetItem(self
.this
,arg0
.this
)
524 def SetItemImage(self
,arg0
,arg1
,arg2
):
525 val
= controls2c
.wxTreeCtrl_SetItemImage(self
.this
,arg0
,arg1
,arg2
)
527 def SetItemState(self
,arg0
,arg1
,arg2
):
528 val
= controls2c
.wxTreeCtrl_SetItemState(self
.this
,arg0
,arg1
,arg2
)
530 def SetItemText(self
,arg0
,arg1
):
531 val
= controls2c
.wxTreeCtrl_SetItemText(self
.this
,arg0
,arg1
)
533 def SetItemData(self
,arg0
,arg1
):
534 val
= controls2c
.wxTreeCtrl_SetItemData(self
.this
,arg0
,arg1
)
536 def SortChildren(self
,arg0
):
537 val
= controls2c
.wxTreeCtrl_SortChildren(self
.this
,arg0
)
540 return "<C wxTreeCtrl instance>"
541 class wxTreeCtrl(wxTreeCtrlPtr
):
542 def __init__(self
,arg0
,*args
) :
543 argl
= map(None,args
)
544 try: argl
[1] = argl
[1].this
546 try: argl
[2] = argl
[2].this
549 self
.this
= apply(controls2c
.new_wxTreeCtrl
,(arg0
.this
,)+args
)
551 wxp
._StdWindowCallbacks
(self
)
558 #-------------- FUNCTION WRAPPERS ------------------
562 #-------------- VARIABLE WRAPPERS ------------------
564 wxTREE_MASK_HANDLE
= controls2c
.wxTREE_MASK_HANDLE
565 wxTREE_MASK_STATE
= controls2c
.wxTREE_MASK_STATE
566 wxTREE_MASK_TEXT
= controls2c
.wxTREE_MASK_TEXT
567 wxTREE_MASK_IMAGE
= controls2c
.wxTREE_MASK_IMAGE
568 wxTREE_MASK_SELECTED_IMAGE
= controls2c
.wxTREE_MASK_SELECTED_IMAGE
569 wxTREE_MASK_CHILDREN
= controls2c
.wxTREE_MASK_CHILDREN
570 wxTREE_MASK_DATA
= controls2c
.wxTREE_MASK_DATA
571 wxTREE_STATE_BOLD
= controls2c
.wxTREE_STATE_BOLD
572 wxTREE_STATE_DROPHILITED
= controls2c
.wxTREE_STATE_DROPHILITED
573 wxTREE_STATE_EXPANDED
= controls2c
.wxTREE_STATE_EXPANDED
574 wxTREE_STATE_EXPANDEDONCE
= controls2c
.wxTREE_STATE_EXPANDEDONCE
575 wxTREE_STATE_FOCUSED
= controls2c
.wxTREE_STATE_FOCUSED
576 wxTREE_STATE_SELECTED
= controls2c
.wxTREE_STATE_SELECTED
577 wxTREE_STATE_CUT
= controls2c
.wxTREE_STATE_CUT
578 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
579 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
580 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
581 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
582 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
583 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
584 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
585 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
586 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
587 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
588 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
589 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
590 wxTREE_NEXT_CARET
= controls2c
.wxTREE_NEXT_CARET
591 wxTREE_NEXT_CHILD
= controls2c
.wxTREE_NEXT_CHILD
592 wxTREE_NEXT_DROPHILITE
= controls2c
.wxTREE_NEXT_DROPHILITE
593 wxTREE_NEXT_FIRSTVISIBLE
= controls2c
.wxTREE_NEXT_FIRSTVISIBLE
594 wxTREE_NEXT_NEXT
= controls2c
.wxTREE_NEXT_NEXT
595 wxTREE_NEXT_NEXTVISIBLE
= controls2c
.wxTREE_NEXT_NEXTVISIBLE
596 wxTREE_NEXT_PARENT
= controls2c
.wxTREE_NEXT_PARENT
597 wxTREE_NEXT_PREVIOUS
= controls2c
.wxTREE_NEXT_PREVIOUS
598 wxTREE_NEXT_PREVIOUSVISIBLE
= controls2c
.wxTREE_NEXT_PREVIOUSVISIBLE
599 wxTREE_NEXT_ROOT
= controls2c
.wxTREE_NEXT_ROOT
600 wxTREE_EXPAND_EXPAND
= controls2c
.wxTREE_EXPAND_EXPAND
601 wxTREE_EXPAND_COLLAPSE
= controls2c
.wxTREE_EXPAND_COLLAPSE
602 wxTREE_EXPAND_COLLAPSE_RESET
= controls2c
.wxTREE_EXPAND_COLLAPSE_RESET
603 wxTREE_EXPAND_TOGGLE
= controls2c
.wxTREE_EXPAND_TOGGLE
604 wxTREE_INSERT_LAST
= controls2c
.wxTREE_INSERT_LAST
605 wxTREE_INSERT_FIRST
= controls2c
.wxTREE_INSERT_FIRST
606 wxTREE_INSERT_SORT
= controls2c
.wxTREE_INSERT_SORT