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 GetEditControl(self
):
167 val
= controls2c
.wxListCtrl_GetEditControl(self
.this
)
168 val
= wxTextCtrlPtr(val
)
170 def EnsureVisible(self
,arg0
):
171 val
= controls2c
.wxListCtrl_EnsureVisible(self
.this
,arg0
)
173 def FindItem(self
,arg0
,arg1
,*args
):
174 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
.this
,arg0
,arg1
,)+args
)
176 def FindItemData(self
,arg0
,arg1
):
177 val
= controls2c
.wxListCtrl_FindItemData(self
.this
,arg0
,arg1
)
179 def FindItemAtPos(self
,arg0
,arg1
,arg2
):
180 val
= controls2c
.wxListCtrl_FindItemAtPos(self
.this
,arg0
,arg1
.this
,arg2
)
182 def GetColumn(self
,arg0
,arg1
):
183 val
= controls2c
.wxListCtrl_GetColumn(self
.this
,arg0
,arg1
.this
)
185 def GetColumnWidth(self
,arg0
):
186 val
= controls2c
.wxListCtrl_GetColumnWidth(self
.this
,arg0
)
188 def GetCountPerPage(self
):
189 val
= controls2c
.wxListCtrl_GetCountPerPage(self
.this
)
191 def GetImageList(self
,arg0
):
192 val
= controls2c
.wxListCtrl_GetImageList(self
.this
,arg0
)
193 val
= wxImageListPtr(val
)
195 def GetItemData(self
,arg0
):
196 val
= controls2c
.wxListCtrl_GetItemData(self
.this
,arg0
)
199 val
= controls2c
.wxListCtrl_GetItem(self
.this
)
200 val
= wxListItemPtr(val
)
203 def GetItemPosition(self
,arg0
):
204 val
= controls2c
.wxListCtrl_GetItemPosition(self
.this
,arg0
)
205 val
= wxPointPtr(val
)
208 def GetItemRect(self
,arg0
,*args
):
209 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
.this
,arg0
,)+args
)
213 def GetItemState(self
,arg0
,arg1
):
214 val
= controls2c
.wxListCtrl_GetItemState(self
.this
,arg0
,arg1
)
216 def GetItemCount(self
):
217 val
= controls2c
.wxListCtrl_GetItemCount(self
.this
)
219 def GetItemSpacing(self
,arg0
):
220 val
= controls2c
.wxListCtrl_GetItemSpacing(self
.this
,arg0
)
222 def GetItemText(self
,arg0
):
223 val
= controls2c
.wxListCtrl_GetItemText(self
.this
,arg0
)
225 def GetNextItem(self
,arg0
,*args
):
226 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
.this
,arg0
,)+args
)
228 def GetSelectedItemCount(self
):
229 val
= controls2c
.wxListCtrl_GetSelectedItemCount(self
.this
)
231 def GetTextColour(self
):
232 val
= controls2c
.wxListCtrl_GetTextColour(self
.this
)
233 val
= wxColourPtr(val
)
236 def SetTextColour(self
,arg0
):
237 val
= controls2c
.wxListCtrl_SetTextColour(self
.this
,arg0
.this
)
239 def GetTopItem(self
):
240 val
= controls2c
.wxListCtrl_GetTopItem(self
.this
)
242 def HitTest(self
,arg0
):
243 val
= controls2c
.wxListCtrl_HitTest(self
.this
,arg0
.this
)
245 def InsertColumnWithInfo(self
,arg0
,arg1
):
246 val
= controls2c
.wxListCtrl_InsertColumnWithInfo(self
.this
,arg0
,arg1
.this
)
248 def InsertColumn(self
,arg0
,arg1
,*args
):
249 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
.this
,arg0
,arg1
,)+args
)
251 def InsertItem(self
,arg0
):
252 val
= controls2c
.wxListCtrl_InsertItem(self
.this
,arg0
.this
)
254 def InsertStringItem(self
,arg0
,arg1
):
255 val
= controls2c
.wxListCtrl_InsertStringItem(self
.this
,arg0
,arg1
)
257 def InsertImageItem(self
,arg0
,arg1
):
258 val
= controls2c
.wxListCtrl_InsertImageItem(self
.this
,arg0
,arg1
)
260 def InsertImageStringItem(self
,arg0
,arg1
,arg2
):
261 val
= controls2c
.wxListCtrl_InsertImageStringItem(self
.this
,arg0
,arg1
,arg2
)
263 def ScrollList(self
,arg0
,arg1
):
264 val
= controls2c
.wxListCtrl_ScrollList(self
.this
,arg0
,arg1
)
266 def SetBackgroundColour(self
,arg0
):
267 val
= controls2c
.wxListCtrl_SetBackgroundColour(self
.this
,arg0
.this
)
269 def SetColumn(self
,arg0
,arg1
):
270 val
= controls2c
.wxListCtrl_SetColumn(self
.this
,arg0
,arg1
.this
)
272 def SetColumnWidth(self
,arg0
,arg1
):
273 val
= controls2c
.wxListCtrl_SetColumnWidth(self
.this
,arg0
,arg1
)
275 def SetImageList(self
,arg0
,arg1
):
276 val
= controls2c
.wxListCtrl_SetImageList(self
.this
,arg0
.this
,arg1
)
278 def SetItem(self
,arg0
):
279 val
= controls2c
.wxListCtrl_SetItem(self
.this
,arg0
.this
)
281 def SetStringItem(self
,arg0
,arg1
,arg2
,*args
):
282 val
= apply(controls2c
.wxListCtrl_SetStringItem
,(self
.this
,arg0
,arg1
,arg2
,)+args
)
284 def SetItemData(self
,arg0
,arg1
):
285 val
= controls2c
.wxListCtrl_SetItemData(self
.this
,arg0
,arg1
)
287 def SetItemImage(self
,arg0
,arg1
,arg2
):
288 val
= controls2c
.wxListCtrl_SetItemImage(self
.this
,arg0
,arg1
,arg2
)
290 def SetItemPosition(self
,arg0
,arg1
):
291 val
= controls2c
.wxListCtrl_SetItemPosition(self
.this
,arg0
,arg1
.this
)
293 def SetItemState(self
,arg0
,arg1
,arg2
):
294 val
= controls2c
.wxListCtrl_SetItemState(self
.this
,arg0
,arg1
,arg2
)
296 def SetItemText(self
,arg0
,arg1
):
297 val
= controls2c
.wxListCtrl_SetItemText(self
.this
,arg0
,arg1
)
299 def SetSingleStyle(self
,arg0
,*args
):
300 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
.this
,arg0
,)+args
)
302 def SetWindowStyleFlag(self
,arg0
):
303 val
= controls2c
.wxListCtrl_SetWindowStyleFlag(self
.this
,arg0
)
306 return "<C wxListCtrl instance>"
307 class wxListCtrl(wxListCtrlPtr
):
308 def __init__(self
,arg0
,arg1
,*args
) :
309 argl
= map(None,args
)
310 try: argl
[0] = argl
[0].this
312 try: argl
[1] = argl
[1].this
315 self
.this
= apply(controls2c
.new_wxListCtrl
,(arg0
.this
,arg1
,)+args
)
317 wx
._StdWindowCallbacks
(self
)
322 class wxTreeItemIdPtr
:
323 def __init__(self
,this
):
327 if self
.thisown
== 1 :
328 controls2c
.delete_wxTreeItemId(self
.this
)
330 val
= controls2c
.wxTreeItemId_IsOk(self
.this
)
333 return "<C wxTreeItemId instance>"
334 class wxTreeItemId(wxTreeItemIdPtr
):
336 self
.this
= controls2c
.new_wxTreeItemId()
342 class wxTreeItemDataPtr
:
343 def __init__(self
,this
):
347 if self
.thisown
== 1 :
348 controls2c
.delete_wxTreeItemData(self
.this
)
350 val
= controls2c
.wxTreeItemData_GetId(self
.this
)
351 val
= wxTreeItemIdPtr(val
)
353 def SetId(self
,arg0
):
354 val
= controls2c
.wxTreeItemData_SetId(self
.this
,arg0
.this
)
357 return "<C wxTreeItemData instance>"
358 class wxTreeItemData(wxTreeItemDataPtr
):
360 self
.this
= controls2c
.new_wxTreeItemData()
366 class wxTreeEventPtr(wxCommandEventPtr
):
367 def __init__(self
,this
):
371 val
= controls2c
.wxTreeEvent_GetItem(self
.this
)
372 val
= wxTreeItemIdPtr(val
)
375 def GetOldItem(self
):
376 val
= controls2c
.wxTreeEvent_GetOldItem(self
.this
)
377 val
= wxTreeItemIdPtr(val
)
381 val
= controls2c
.wxTreeEvent_GetPoint(self
.this
)
382 val
= wxPointPtr(val
)
386 val
= controls2c
.wxTreeEvent_GetCode(self
.this
)
389 val
= controls2c
.wxTreeEvent_Veto(self
.this
)
392 return "<C wxTreeEvent instance>"
393 class wxTreeEvent(wxTreeEventPtr
):
394 def __init__(self
,this
):
400 class wxTreeCtrlPtr(wxControlPtr
):
401 def __init__(self
,this
):
405 val
= controls2c
.wxTreeCtrl_GetCount(self
.this
)
408 val
= controls2c
.wxTreeCtrl_GetIndent(self
.this
)
410 def SetIndent(self
,arg0
):
411 val
= controls2c
.wxTreeCtrl_SetIndent(self
.this
,arg0
)
413 def GetImageList(self
):
414 val
= controls2c
.wxTreeCtrl_GetImageList(self
.this
)
415 val
= wxImageListPtr(val
)
417 def GetStateImageList(self
):
418 val
= controls2c
.wxTreeCtrl_GetStateImageList(self
.this
)
419 val
= wxImageListPtr(val
)
421 def SetImageList(self
,arg0
):
422 val
= controls2c
.wxTreeCtrl_SetImageList(self
.this
,arg0
.this
)
424 def SetStateImageList(self
,arg0
):
425 val
= controls2c
.wxTreeCtrl_SetStateImageList(self
.this
,arg0
.this
)
427 def GetItemText(self
,arg0
):
428 val
= controls2c
.wxTreeCtrl_GetItemText(self
.this
,arg0
.this
)
430 def GetItemImage(self
,arg0
):
431 val
= controls2c
.wxTreeCtrl_GetItemImage(self
.this
,arg0
.this
)
433 def GetItemSelectedImage(self
,arg0
):
434 val
= controls2c
.wxTreeCtrl_GetItemSelectedImage(self
.this
,arg0
.this
)
436 def GetItemData(self
,arg0
):
437 val
= controls2c
.wxTreeCtrl_GetItemData(self
.this
,arg0
.this
)
438 val
= wxTreeItemDataPtr(val
)
440 def SetItemText(self
,arg0
,arg1
):
441 val
= controls2c
.wxTreeCtrl_SetItemText(self
.this
,arg0
.this
,arg1
)
443 def SetItemImage(self
,arg0
,arg1
):
444 val
= controls2c
.wxTreeCtrl_SetItemImage(self
.this
,arg0
.this
,arg1
)
446 def SetItemSelectedImage(self
,arg0
,arg1
):
447 val
= controls2c
.wxTreeCtrl_SetItemSelectedImage(self
.this
,arg0
.this
,arg1
)
449 def SetItemData(self
,arg0
,arg1
):
450 val
= controls2c
.wxTreeCtrl_SetItemData(self
.this
,arg0
.this
,arg1
.this
)
452 def SetItemHasChildren(self
,arg0
,*args
):
453 val
= apply(controls2c
.wxTreeCtrl_SetItemHasChildren
,(self
.this
,arg0
.this
,)+args
)
455 def IsVisible(self
,arg0
):
456 val
= controls2c
.wxTreeCtrl_IsVisible(self
.this
,arg0
.this
)
458 def ItemHasChildren(self
,arg0
):
459 val
= controls2c
.wxTreeCtrl_ItemHasChildren(self
.this
,arg0
.this
)
461 def IsExpanded(self
,arg0
):
462 val
= controls2c
.wxTreeCtrl_IsExpanded(self
.this
,arg0
.this
)
464 def IsSelected(self
,arg0
):
465 val
= controls2c
.wxTreeCtrl_IsSelected(self
.this
,arg0
.this
)
467 def GetRootItem(self
):
468 val
= controls2c
.wxTreeCtrl_GetRootItem(self
.this
)
469 val
= wxTreeItemIdPtr(val
)
472 def GetSelection(self
):
473 val
= controls2c
.wxTreeCtrl_GetSelection(self
.this
)
474 val
= wxTreeItemIdPtr(val
)
477 def GetParent(self
,arg0
):
478 val
= controls2c
.wxTreeCtrl_GetParent(self
.this
,arg0
.this
)
479 val
= wxTreeItemIdPtr(val
)
482 def GetFirstChild(self
,arg0
,arg1
):
483 val
= controls2c
.wxTreeCtrl_GetFirstChild(self
.this
,arg0
.this
,arg1
)
485 def GetNextChild(self
,arg0
,arg1
):
486 val
= controls2c
.wxTreeCtrl_GetNextChild(self
.this
,arg0
.this
,arg1
)
488 def GetNextSibling(self
,arg0
):
489 val
= controls2c
.wxTreeCtrl_GetNextSibling(self
.this
,arg0
.this
)
490 val
= wxTreeItemIdPtr(val
)
493 def GetPrevSibling(self
,arg0
):
494 val
= controls2c
.wxTreeCtrl_GetPrevSibling(self
.this
,arg0
.this
)
495 val
= wxTreeItemIdPtr(val
)
498 def GetFirstVisibleItem(self
):
499 val
= controls2c
.wxTreeCtrl_GetFirstVisibleItem(self
.this
)
500 val
= wxTreeItemIdPtr(val
)
503 def GetNextVisible(self
,arg0
):
504 val
= controls2c
.wxTreeCtrl_GetNextVisible(self
.this
,arg0
.this
)
505 val
= wxTreeItemIdPtr(val
)
508 def GetPrevVisible(self
,arg0
):
509 val
= controls2c
.wxTreeCtrl_GetPrevVisible(self
.this
,arg0
.this
)
510 val
= wxTreeItemIdPtr(val
)
513 def AddRoot(self
,arg0
,*args
):
514 argl
= map(None,args
)
515 try: argl
[2] = argl
[2].this
518 val
= apply(controls2c
.wxTreeCtrl_AddRoot
,(self
.this
,arg0
,)+args
)
519 val
= wxTreeItemIdPtr(val
)
522 def PrependItem(self
,arg0
,arg1
,*args
):
523 argl
= map(None,args
)
524 try: argl
[2] = argl
[2].this
527 val
= apply(controls2c
.wxTreeCtrl_PrependItem
,(self
.this
,arg0
.this
,arg1
,)+args
)
528 val
= wxTreeItemIdPtr(val
)
531 def InsertItem(self
,arg0
,arg1
,arg2
,*args
):
532 argl
= map(None,args
)
533 try: argl
[2] = argl
[2].this
536 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
.this
,arg0
.this
,arg1
.this
,arg2
,)+args
)
537 val
= wxTreeItemIdPtr(val
)
540 def AppendItem(self
,arg0
,arg1
,*args
):
541 argl
= map(None,args
)
542 try: argl
[2] = argl
[2].this
545 val
= apply(controls2c
.wxTreeCtrl_AppendItem
,(self
.this
,arg0
.this
,arg1
,)+args
)
546 val
= wxTreeItemIdPtr(val
)
549 def Delete(self
,arg0
):
550 val
= controls2c
.wxTreeCtrl_Delete(self
.this
,arg0
.this
)
552 def DeleteChildren(self
,arg0
):
553 val
= controls2c
.wxTreeCtrl_DeleteChildren(self
.this
,arg0
.this
)
555 def DeleteAllItems(self
):
556 val
= controls2c
.wxTreeCtrl_DeleteAllItems(self
.this
)
558 def Expand(self
,arg0
):
559 val
= controls2c
.wxTreeCtrl_Expand(self
.this
,arg0
.this
)
561 def Collapse(self
,arg0
):
562 val
= controls2c
.wxTreeCtrl_Collapse(self
.this
,arg0
.this
)
564 def CollapseAndReset(self
,arg0
):
565 val
= controls2c
.wxTreeCtrl_CollapseAndReset(self
.this
,arg0
.this
)
567 def Toggle(self
,arg0
):
568 val
= controls2c
.wxTreeCtrl_Toggle(self
.this
,arg0
.this
)
571 val
= controls2c
.wxTreeCtrl_Unselect(self
.this
)
573 def SelectItem(self
,arg0
):
574 val
= controls2c
.wxTreeCtrl_SelectItem(self
.this
,arg0
.this
)
576 def EnsureVisible(self
,arg0
):
577 val
= controls2c
.wxTreeCtrl_EnsureVisible(self
.this
,arg0
.this
)
579 def ScrollTo(self
,arg0
):
580 val
= controls2c
.wxTreeCtrl_ScrollTo(self
.this
,arg0
.this
)
582 def EditLabel(self
,arg0
):
583 val
= controls2c
.wxTreeCtrl_EditLabel(self
.this
,arg0
.this
)
584 val
= wxTextCtrlPtr(val
)
586 def GetEditControl(self
):
587 val
= controls2c
.wxTreeCtrl_GetEditControl(self
.this
)
588 val
= wxTextCtrlPtr(val
)
590 def EndEditLabel(self
,arg0
,*args
):
591 val
= apply(controls2c
.wxTreeCtrl_EndEditLabel
,(self
.this
,arg0
.this
,)+args
)
593 def SetItemBold(self
,arg0
,*args
):
594 val
= apply(controls2c
.wxTreeCtrl_SetItemBold
,(self
.this
,arg0
.this
,)+args
)
596 def IsBold(self
,arg0
):
597 val
= controls2c
.wxTreeCtrl_IsBold(self
.this
,arg0
.this
)
599 def HitTest(self
,arg0
):
600 val
= controls2c
.wxTreeCtrl_HitTest(self
.this
,arg0
.this
)
601 val
= wxTreeItemIdPtr(val
)
605 return "<C wxTreeCtrl instance>"
606 class wxTreeCtrl(wxTreeCtrlPtr
):
607 def __init__(self
,arg0
,*args
) :
608 argl
= map(None,args
)
609 try: argl
[1] = argl
[1].this
611 try: argl
[2] = argl
[2].this
614 self
.this
= apply(controls2c
.new_wxTreeCtrl
,(arg0
.this
,)+args
)
616 wx
._StdWindowCallbacks
(self
)
623 #-------------- FUNCTION WRAPPERS ------------------
627 #-------------- VARIABLE WRAPPERS ------------------
629 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
630 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
631 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
632 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
633 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
634 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
635 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
636 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
637 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
638 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
639 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
640 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
641 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
642 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
643 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
644 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
645 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
646 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
647 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
648 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
649 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
650 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
651 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
652 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
653 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
654 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
655 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
656 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
657 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
658 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
659 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
660 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
661 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
662 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
663 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
664 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
665 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
666 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
667 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
668 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
669 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
670 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT