1 # This file was created automatically by SWIG. 
  10 from clip_dnd 
import * 
  14 from controls 
import * 
  16 class wxListItemAttrPtr 
: 
  17     def __init__(self
,this
): 
  20     def SetTextColour(self
, *_args
, **_kwargs
): 
  21         val 
= apply(controls2c
.wxListItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
) 
  23     def SetBackgroundColour(self
, *_args
, **_kwargs
): 
  24         val 
= apply(controls2c
.wxListItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
) 
  26     def SetFont(self
, *_args
, **_kwargs
): 
  27         val 
= apply(controls2c
.wxListItemAttr_SetFont
,(self
,) + _args
, _kwargs
) 
  29     def HasTextColour(self
, *_args
, **_kwargs
): 
  30         val 
= apply(controls2c
.wxListItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
) 
  32     def HasBackgroundColour(self
, *_args
, **_kwargs
): 
  33         val 
= apply(controls2c
.wxListItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
) 
  35     def HasFont(self
, *_args
, **_kwargs
): 
  36         val 
= apply(controls2c
.wxListItemAttr_HasFont
,(self
,) + _args
, _kwargs
) 
  38     def GetTextColour(self
, *_args
, **_kwargs
): 
  39         val 
= apply(controls2c
.wxListItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
) 
  40         if val
: val 
= wxColourPtr(val
)  
  42     def GetBackgroundColour(self
, *_args
, **_kwargs
): 
  43         val 
= apply(controls2c
.wxListItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
) 
  44         if val
: val 
= wxColourPtr(val
)  
  46     def GetFont(self
, *_args
, **_kwargs
): 
  47         val 
= apply(controls2c
.wxListItemAttr_GetFont
,(self
,) + _args
, _kwargs
) 
  48         if val
: val 
= wxFontPtr(val
)  
  51         return "<C wxListItemAttr instance at %s>" % (self
.this
,) 
  52 class wxListItemAttr(wxListItemAttrPtr
): 
  53     def __init__(self
,*_args
,**_kwargs
): 
  54         self
.this 
= apply(controls2c
.new_wxListItemAttr
,_args
,_kwargs
) 
  60 class wxListItemPtr(wxObjectPtr
): 
  61     def __init__(self
,this
): 
  64     def __del__(self
,controls2c
=controls2c
): 
  65         if self
.thisown 
== 1 : 
  66             controls2c
.delete_wxListItem(self
) 
  67     def Clear(self
, *_args
, **_kwargs
): 
  68         val 
= apply(controls2c
.wxListItem_Clear
,(self
,) + _args
, _kwargs
) 
  70     def ClearAttributes(self
, *_args
, **_kwargs
): 
  71         val 
= apply(controls2c
.wxListItem_ClearAttributes
,(self
,) + _args
, _kwargs
) 
  73     def SetMask(self
, *_args
, **_kwargs
): 
  74         val 
= apply(controls2c
.wxListItem_SetMask
,(self
,) + _args
, _kwargs
) 
  76     def SetId(self
, *_args
, **_kwargs
): 
  77         val 
= apply(controls2c
.wxListItem_SetId
,(self
,) + _args
, _kwargs
) 
  79     def SetColumn(self
, *_args
, **_kwargs
): 
  80         val 
= apply(controls2c
.wxListItem_SetColumn
,(self
,) + _args
, _kwargs
) 
  82     def SetState(self
, *_args
, **_kwargs
): 
  83         val 
= apply(controls2c
.wxListItem_SetState
,(self
,) + _args
, _kwargs
) 
  85     def SetStateMask(self
, *_args
, **_kwargs
): 
  86         val 
= apply(controls2c
.wxListItem_SetStateMask
,(self
,) + _args
, _kwargs
) 
  88     def SetText(self
, *_args
, **_kwargs
): 
  89         val 
= apply(controls2c
.wxListItem_SetText
,(self
,) + _args
, _kwargs
) 
  91     def SetImage(self
, *_args
, **_kwargs
): 
  92         val 
= apply(controls2c
.wxListItem_SetImage
,(self
,) + _args
, _kwargs
) 
  94     def SetData(self
, *_args
, **_kwargs
): 
  95         val 
= apply(controls2c
.wxListItem_SetData
,(self
,) + _args
, _kwargs
) 
  97     def SetWidth(self
, *_args
, **_kwargs
): 
  98         val 
= apply(controls2c
.wxListItem_SetWidth
,(self
,) + _args
, _kwargs
) 
 100     def SetAlign(self
, *_args
, **_kwargs
): 
 101         val 
= apply(controls2c
.wxListItem_SetAlign
,(self
,) + _args
, _kwargs
) 
 103     def SetTextColour(self
, *_args
, **_kwargs
): 
 104         val 
= apply(controls2c
.wxListItem_SetTextColour
,(self
,) + _args
, _kwargs
) 
 106     def SetBackgroundColour(self
, *_args
, **_kwargs
): 
 107         val 
= apply(controls2c
.wxListItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
) 
 109     def SetFont(self
, *_args
, **_kwargs
): 
 110         val 
= apply(controls2c
.wxListItem_SetFont
,(self
,) + _args
, _kwargs
) 
 112     def GetMask(self
, *_args
, **_kwargs
): 
 113         val 
= apply(controls2c
.wxListItem_GetMask
,(self
,) + _args
, _kwargs
) 
 115     def GetId(self
, *_args
, **_kwargs
): 
 116         val 
= apply(controls2c
.wxListItem_GetId
,(self
,) + _args
, _kwargs
) 
 118     def GetColumn(self
, *_args
, **_kwargs
): 
 119         val 
= apply(controls2c
.wxListItem_GetColumn
,(self
,) + _args
, _kwargs
) 
 121     def GetState(self
, *_args
, **_kwargs
): 
 122         val 
= apply(controls2c
.wxListItem_GetState
,(self
,) + _args
, _kwargs
) 
 124     def GetText(self
, *_args
, **_kwargs
): 
 125         val 
= apply(controls2c
.wxListItem_GetText
,(self
,) + _args
, _kwargs
) 
 127     def GetImage(self
, *_args
, **_kwargs
): 
 128         val 
= apply(controls2c
.wxListItem_GetImage
,(self
,) + _args
, _kwargs
) 
 130     def GetData(self
, *_args
, **_kwargs
): 
 131         val 
= apply(controls2c
.wxListItem_GetData
,(self
,) + _args
, _kwargs
) 
 133     def GetWidth(self
, *_args
, **_kwargs
): 
 134         val 
= apply(controls2c
.wxListItem_GetWidth
,(self
,) + _args
, _kwargs
) 
 136     def GetAlign(self
, *_args
, **_kwargs
): 
 137         val 
= apply(controls2c
.wxListItem_GetAlign
,(self
,) + _args
, _kwargs
) 
 139     def GetAttributes(self
, *_args
, **_kwargs
): 
 140         val 
= apply(controls2c
.wxListItem_GetAttributes
,(self
,) + _args
, _kwargs
) 
 141         if val
: val 
= wxListItemAttrPtr(val
)  
 143     def HasAttributes(self
, *_args
, **_kwargs
): 
 144         val 
= apply(controls2c
.wxListItem_HasAttributes
,(self
,) + _args
, _kwargs
) 
 146     def GetTextColour(self
, *_args
, **_kwargs
): 
 147         val 
= apply(controls2c
.wxListItem_GetTextColour
,(self
,) + _args
, _kwargs
) 
 148         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 150     def GetBackgroundColour(self
, *_args
, **_kwargs
): 
 151         val 
= apply(controls2c
.wxListItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
) 
 152         if val
: val 
= wxColourPtr(val
) ; val
.thisown 
= 1 
 154     def GetFont(self
, *_args
, **_kwargs
): 
 155         val 
= apply(controls2c
.wxListItem_GetFont
,(self
,) + _args
, _kwargs
) 
 156         if val
: val 
= wxFontPtr(val
) ; val
.thisown 
= 1 
 158     def __setattr__(self
,name
,value
): 
 159         if name 
== "m_mask" : 
 160             controls2c
.wxListItem_m_mask_set(self
,value
) 
 162         if name 
== "m_itemId" : 
 163             controls2c
.wxListItem_m_itemId_set(self
,value
) 
 166             controls2c
.wxListItem_m_col_set(self
,value
) 
 168         if name 
== "m_state" : 
 169             controls2c
.wxListItem_m_state_set(self
,value
) 
 171         if name 
== "m_stateMask" : 
 172             controls2c
.wxListItem_m_stateMask_set(self
,value
) 
 174         if name 
== "m_text" : 
 175             controls2c
.wxListItem_m_text_set(self
,value
) 
 177         if name 
== "m_image" : 
 178             controls2c
.wxListItem_m_image_set(self
,value
) 
 180         if name 
== "m_data" : 
 181             controls2c
.wxListItem_m_data_set(self
,value
) 
 183         if name 
== "m_format" : 
 184             controls2c
.wxListItem_m_format_set(self
,value
) 
 186         if name 
== "m_width" : 
 187             controls2c
.wxListItem_m_width_set(self
,value
) 
 189         self
.__dict
__[name
] = value
 
 190     def __getattr__(self
,name
): 
 191         if name 
== "m_mask" :  
 192             return controls2c
.wxListItem_m_mask_get(self
) 
 193         if name 
== "m_itemId" :  
 194             return controls2c
.wxListItem_m_itemId_get(self
) 
 196             return controls2c
.wxListItem_m_col_get(self
) 
 197         if name 
== "m_state" :  
 198             return controls2c
.wxListItem_m_state_get(self
) 
 199         if name 
== "m_stateMask" :  
 200             return controls2c
.wxListItem_m_stateMask_get(self
) 
 201         if name 
== "m_text" :  
 202             return controls2c
.wxListItem_m_text_get(self
) 
 203         if name 
== "m_image" :  
 204             return controls2c
.wxListItem_m_image_get(self
) 
 205         if name 
== "m_data" :  
 206             return controls2c
.wxListItem_m_data_get(self
) 
 207         if name 
== "m_format" :  
 208             return controls2c
.wxListItem_m_format_get(self
) 
 209         if name 
== "m_width" :  
 210             return controls2c
.wxListItem_m_width_get(self
) 
 211         raise AttributeError,name
 
 213         return "<C wxListItem instance at %s>" % (self
.this
,) 
 214 class wxListItem(wxListItemPtr
): 
 215     def __init__(self
,*_args
,**_kwargs
): 
 216         self
.this 
= apply(controls2c
.new_wxListItem
,_args
,_kwargs
) 
 222 class wxListEventPtr(wxNotifyEventPtr
): 
 223     def __init__(self
,this
): 
 226     def GetCode(self
, *_args
, **_kwargs
): 
 227         val 
= apply(controls2c
.wxListEvent_GetCode
,(self
,) + _args
, _kwargs
) 
 229     def GetIndex(self
, *_args
, **_kwargs
): 
 230         val 
= apply(controls2c
.wxListEvent_GetIndex
,(self
,) + _args
, _kwargs
) 
 232     def GetOldIndex(self
, *_args
, **_kwargs
): 
 233         val 
= apply(controls2c
.wxListEvent_GetOldIndex
,(self
,) + _args
, _kwargs
) 
 235     def GetOldItem(self
, *_args
, **_kwargs
): 
 236         val 
= apply(controls2c
.wxListEvent_GetOldItem
,(self
,) + _args
, _kwargs
) 
 238     def GetColumn(self
, *_args
, **_kwargs
): 
 239         val 
= apply(controls2c
.wxListEvent_GetColumn
,(self
,) + _args
, _kwargs
) 
 241     def Cancelled(self
, *_args
, **_kwargs
): 
 242         val 
= apply(controls2c
.wxListEvent_Cancelled
,(self
,) + _args
, _kwargs
) 
 244     def GetPoint(self
, *_args
, **_kwargs
): 
 245         val 
= apply(controls2c
.wxListEvent_GetPoint
,(self
,) + _args
, _kwargs
) 
 246         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 248     def GetLabel(self
, *_args
, **_kwargs
): 
 249         val 
= apply(controls2c
.wxListEvent_GetLabel
,(self
,) + _args
, _kwargs
) 
 251     def GetText(self
, *_args
, **_kwargs
): 
 252         val 
= apply(controls2c
.wxListEvent_GetText
,(self
,) + _args
, _kwargs
) 
 254     def GetImage(self
, *_args
, **_kwargs
): 
 255         val 
= apply(controls2c
.wxListEvent_GetImage
,(self
,) + _args
, _kwargs
) 
 257     def GetData(self
, *_args
, **_kwargs
): 
 258         val 
= apply(controls2c
.wxListEvent_GetData
,(self
,) + _args
, _kwargs
) 
 260     def GetMask(self
, *_args
, **_kwargs
): 
 261         val 
= apply(controls2c
.wxListEvent_GetMask
,(self
,) + _args
, _kwargs
) 
 263     def GetItem(self
, *_args
, **_kwargs
): 
 264         val 
= apply(controls2c
.wxListEvent_GetItem
,(self
,) + _args
, _kwargs
) 
 266     def __setattr__(self
,name
,value
): 
 267         if name 
== "m_code" : 
 268             controls2c
.wxListEvent_m_code_set(self
,value
) 
 270         if name 
== "m_itemIndex" : 
 271             controls2c
.wxListEvent_m_itemIndex_set(self
,value
) 
 273         if name 
== "m_oldItemIndex" : 
 274             controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
) 
 277             controls2c
.wxListEvent_m_col_set(self
,value
) 
 279         if name 
== "m_cancelled" : 
 280             controls2c
.wxListEvent_m_cancelled_set(self
,value
) 
 282         if name 
== "m_pointDrag" : 
 283             controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
) 
 285         if name 
== "m_item" : 
 286             controls2c
.wxListEvent_m_item_set(self
,value
.this
) 
 288         self
.__dict
__[name
] = value
 
 289     def __getattr__(self
,name
): 
 290         if name 
== "m_code" :  
 291             return controls2c
.wxListEvent_m_code_get(self
) 
 292         if name 
== "m_itemIndex" :  
 293             return controls2c
.wxListEvent_m_itemIndex_get(self
) 
 294         if name 
== "m_oldItemIndex" :  
 295             return controls2c
.wxListEvent_m_oldItemIndex_get(self
) 
 297             return controls2c
.wxListEvent_m_col_get(self
) 
 298         if name 
== "m_cancelled" :  
 299             return controls2c
.wxListEvent_m_cancelled_get(self
) 
 300         if name 
== "m_pointDrag" :  
 301             return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
)) 
 302         if name 
== "m_item" :  
 303             return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
)) 
 304         raise AttributeError,name
 
 306         return "<C wxListEvent instance at %s>" % (self
.this
,) 
 307 class wxListEvent(wxListEventPtr
): 
 308     def __init__(self
,this
): 
 314 class wxListCtrlPtr(wxControlPtr
): 
 315     def __init__(self
,this
): 
 318     def Arrange(self
, *_args
, **_kwargs
): 
 319         val 
= apply(controls2c
.wxListCtrl_Arrange
,(self
,) + _args
, _kwargs
) 
 321     def AssignImageList(self
, *_args
, **_kwargs
): 
 322         val 
= apply(controls2c
.wxListCtrl_AssignImageList
,(self
,) + _args
, _kwargs
) 
 325     def DeleteItem(self
, *_args
, **_kwargs
): 
 326         val 
= apply(controls2c
.wxListCtrl_DeleteItem
,(self
,) + _args
, _kwargs
) 
 328     def DeleteAllItems(self
, *_args
, **_kwargs
): 
 329         val 
= apply(controls2c
.wxListCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
) 
 331     def DeleteColumn(self
, *_args
, **_kwargs
): 
 332         val 
= apply(controls2c
.wxListCtrl_DeleteColumn
,(self
,) + _args
, _kwargs
) 
 334     def DeleteAllColumns(self
, *_args
, **_kwargs
): 
 335         val 
= apply(controls2c
.wxListCtrl_DeleteAllColumns
,(self
,) + _args
, _kwargs
) 
 337     def ClearAll(self
, *_args
, **_kwargs
): 
 338         val 
= apply(controls2c
.wxListCtrl_ClearAll
,(self
,) + _args
, _kwargs
) 
 340     def EditLabel(self
, *_args
, **_kwargs
): 
 341         val 
= apply(controls2c
.wxListCtrl_EditLabel
,(self
,) + _args
, _kwargs
) 
 343     def EnsureVisible(self
, *_args
, **_kwargs
): 
 344         val 
= apply(controls2c
.wxListCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
) 
 346     def FindItem(self
, *_args
, **_kwargs
): 
 347         val 
= apply(controls2c
.wxListCtrl_FindItem
,(self
,) + _args
, _kwargs
) 
 349     def FindItemData(self
, *_args
, **_kwargs
): 
 350         val 
= apply(controls2c
.wxListCtrl_FindItemData
,(self
,) + _args
, _kwargs
) 
 352     def FindItemAtPos(self
, *_args
, **_kwargs
): 
 353         val 
= apply(controls2c
.wxListCtrl_FindItemAtPos
,(self
,) + _args
, _kwargs
) 
 355     def GetColumn(self
, *_args
, **_kwargs
): 
 356         val 
= apply(controls2c
.wxListCtrl_GetColumn
,(self
,) + _args
, _kwargs
) 
 358     def GetColumnWidth(self
, *_args
, **_kwargs
): 
 359         val 
= apply(controls2c
.wxListCtrl_GetColumnWidth
,(self
,) + _args
, _kwargs
) 
 361     def GetCountPerPage(self
, *_args
, **_kwargs
): 
 362         val 
= apply(controls2c
.wxListCtrl_GetCountPerPage
,(self
,) + _args
, _kwargs
) 
 364     def GetImageList(self
, *_args
, **_kwargs
): 
 365         val 
= apply(controls2c
.wxListCtrl_GetImageList
,(self
,) + _args
, _kwargs
) 
 367     def GetItemData(self
, *_args
, **_kwargs
): 
 368         val 
= apply(controls2c
.wxListCtrl_GetItemData
,(self
,) + _args
, _kwargs
) 
 370     def GetItem(self
, *_args
, **_kwargs
): 
 371         val 
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
) 
 373     def GetItemPosition(self
, *_args
, **_kwargs
): 
 374         val 
= apply(controls2c
.wxListCtrl_GetItemPosition
,(self
,) + _args
, _kwargs
) 
 375         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 377     def GetItemRect(self
, *_args
, **_kwargs
): 
 378         val 
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
,) + _args
, _kwargs
) 
 379         if val
: val 
= wxRectPtr(val
) ; val
.thisown 
= 1 
 381     def GetItemState(self
, *_args
, **_kwargs
): 
 382         val 
= apply(controls2c
.wxListCtrl_GetItemState
,(self
,) + _args
, _kwargs
) 
 384     def GetItemCount(self
, *_args
, **_kwargs
): 
 385         val 
= apply(controls2c
.wxListCtrl_GetItemCount
,(self
,) + _args
, _kwargs
) 
 387     def GetItemSpacing(self
, *_args
, **_kwargs
): 
 388         val 
= apply(controls2c
.wxListCtrl_GetItemSpacing
,(self
,) + _args
, _kwargs
) 
 390     def GetItemText(self
, *_args
, **_kwargs
): 
 391         val 
= apply(controls2c
.wxListCtrl_GetItemText
,(self
,) + _args
, _kwargs
) 
 393     def GetNextItem(self
, *_args
, **_kwargs
): 
 394         val 
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
,) + _args
, _kwargs
) 
 396     def GetSelectedItemCount(self
, *_args
, **_kwargs
): 
 397         val 
= apply(controls2c
.wxListCtrl_GetSelectedItemCount
,(self
,) + _args
, _kwargs
) 
 399     def GetTopItem(self
, *_args
, **_kwargs
): 
 400         val 
= apply(controls2c
.wxListCtrl_GetTopItem
,(self
,) + _args
, _kwargs
) 
 402     def HitTest(self
, *_args
, **_kwargs
): 
 403         val 
= apply(controls2c
.wxListCtrl_HitTest
,(self
,) + _args
, _kwargs
) 
 405     def InsertColumnInfo(self
, *_args
, **_kwargs
): 
 406         val 
= apply(controls2c
.wxListCtrl_InsertColumnInfo
,(self
,) + _args
, _kwargs
) 
 408     def InsertColumn(self
, *_args
, **_kwargs
): 
 409         val 
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
,) + _args
, _kwargs
) 
 411     def InsertItem(self
, *_args
, **_kwargs
): 
 412         val 
= apply(controls2c
.wxListCtrl_InsertItem
,(self
,) + _args
, _kwargs
) 
 414     def InsertStringItem(self
, *_args
, **_kwargs
): 
 415         val 
= apply(controls2c
.wxListCtrl_InsertStringItem
,(self
,) + _args
, _kwargs
) 
 417     def InsertImageItem(self
, *_args
, **_kwargs
): 
 418         val 
= apply(controls2c
.wxListCtrl_InsertImageItem
,(self
,) + _args
, _kwargs
) 
 420     def InsertImageStringItem(self
, *_args
, **_kwargs
): 
 421         val 
= apply(controls2c
.wxListCtrl_InsertImageStringItem
,(self
,) + _args
, _kwargs
) 
 423     def ScrollList(self
, *_args
, **_kwargs
): 
 424         val 
= apply(controls2c
.wxListCtrl_ScrollList
,(self
,) + _args
, _kwargs
) 
 426     def SetBackgroundColour(self
, *_args
, **_kwargs
): 
 427         val 
= apply(controls2c
.wxListCtrl_SetBackgroundColour
,(self
,) + _args
, _kwargs
) 
 429     def SetColumn(self
, *_args
, **_kwargs
): 
 430         val 
= apply(controls2c
.wxListCtrl_SetColumn
,(self
,) + _args
, _kwargs
) 
 432     def SetColumnWidth(self
, *_args
, **_kwargs
): 
 433         val 
= apply(controls2c
.wxListCtrl_SetColumnWidth
,(self
,) + _args
, _kwargs
) 
 435     def SetImageList(self
, *_args
, **_kwargs
): 
 436         val 
= apply(controls2c
.wxListCtrl_SetImageList
,(self
,) + _args
, _kwargs
) 
 438     def SetItem(self
, *_args
, **_kwargs
): 
 439         val 
= apply(controls2c
.wxListCtrl_SetItem
,(self
,) + _args
, _kwargs
) 
 441     def SetStringItem(self
, *_args
, **_kwargs
): 
 442         val 
= apply(controls2c
.wxListCtrl_SetStringItem
,(self
,) + _args
, _kwargs
) 
 444     def SetItemData(self
, *_args
, **_kwargs
): 
 445         val 
= apply(controls2c
.wxListCtrl_SetItemData
,(self
,) + _args
, _kwargs
) 
 447     def SetItemImage(self
, *_args
, **_kwargs
): 
 448         val 
= apply(controls2c
.wxListCtrl_SetItemImage
,(self
,) + _args
, _kwargs
) 
 450     def SetItemPosition(self
, *_args
, **_kwargs
): 
 451         val 
= apply(controls2c
.wxListCtrl_SetItemPosition
,(self
,) + _args
, _kwargs
) 
 453     def SetItemState(self
, *_args
, **_kwargs
): 
 454         val 
= apply(controls2c
.wxListCtrl_SetItemState
,(self
,) + _args
, _kwargs
) 
 456     def SetItemText(self
, *_args
, **_kwargs
): 
 457         val 
= apply(controls2c
.wxListCtrl_SetItemText
,(self
,) + _args
, _kwargs
) 
 459     def SetSingleStyle(self
, *_args
, **_kwargs
): 
 460         val 
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
,) + _args
, _kwargs
) 
 462     def SetWindowStyleFlag(self
, *_args
, **_kwargs
): 
 463         val 
= apply(controls2c
.wxListCtrl_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
) 
 465     def SortItems(self
, *_args
, **_kwargs
): 
 466         val 
= apply(controls2c
.wxListCtrl_SortItems
,(self
,) + _args
, _kwargs
) 
 469         return "<C wxListCtrl instance at %s>" % (self
.this
,) 
 470 class wxListCtrl(wxListCtrlPtr
): 
 471     def __init__(self
,*_args
,**_kwargs
): 
 472         self
.this 
= apply(controls2c
.new_wxListCtrl
,_args
,_kwargs
) 
 474         #wx._StdWindowCallbacks(self) 
 479 class wxTreeItemIdPtr 
: 
 480     def __init__(self
,this
): 
 483     def __del__(self
,controls2c
=controls2c
): 
 484         if self
.thisown 
== 1 : 
 485             controls2c
.delete_wxTreeItemId(self
) 
 486     def IsOk(self
, *_args
, **_kwargs
): 
 487         val 
= apply(controls2c
.wxTreeItemId_IsOk
,(self
,) + _args
, _kwargs
) 
 489     def __cmp__(self
, *_args
, **_kwargs
): 
 490         val 
= apply(controls2c
.wxTreeItemId___cmp__
,(self
,) + _args
, _kwargs
) 
 493         return "<C wxTreeItemId instance at %s>" % (self
.this
,) 
 494 class wxTreeItemId(wxTreeItemIdPtr
): 
 495     def __init__(self
,*_args
,**_kwargs
): 
 496         self
.this 
= apply(controls2c
.new_wxTreeItemId
,_args
,_kwargs
) 
 502 class wxTreeItemDataPtr(wxObjectPtr
): 
 503     def __init__(self
,this
): 
 506     def GetData(self
, *_args
, **_kwargs
): 
 507         val 
= apply(controls2c
.wxTreeItemData_GetData
,(self
,) + _args
, _kwargs
) 
 509     def SetData(self
, *_args
, **_kwargs
): 
 510         val 
= apply(controls2c
.wxTreeItemData_SetData
,(self
,) + _args
, _kwargs
) 
 512     def GetId(self
, *_args
, **_kwargs
): 
 513         val 
= apply(controls2c
.wxTreeItemData_GetId
,(self
,) + _args
, _kwargs
) 
 514         if val
: val 
= wxTreeItemIdPtr(val
)  
 516     def SetId(self
, *_args
, **_kwargs
): 
 517         val 
= apply(controls2c
.wxTreeItemData_SetId
,(self
,) + _args
, _kwargs
) 
 520         return "<C wxTreeItemData instance at %s>" % (self
.this
,) 
 521 class wxTreeItemData(wxTreeItemDataPtr
): 
 522     def __init__(self
,*_args
,**_kwargs
): 
 523         self
.this 
= apply(controls2c
.new_wxTreeItemData
,_args
,_kwargs
) 
 529 class wxTreeEventPtr(wxNotifyEventPtr
): 
 530     def __init__(self
,this
): 
 533     def GetItem(self
, *_args
, **_kwargs
): 
 534         val 
= apply(controls2c
.wxTreeEvent_GetItem
,(self
,) + _args
, _kwargs
) 
 535         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 537     def GetOldItem(self
, *_args
, **_kwargs
): 
 538         val 
= apply(controls2c
.wxTreeEvent_GetOldItem
,(self
,) + _args
, _kwargs
) 
 539         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 541     def GetPoint(self
, *_args
, **_kwargs
): 
 542         val 
= apply(controls2c
.wxTreeEvent_GetPoint
,(self
,) + _args
, _kwargs
) 
 543         if val
: val 
= wxPointPtr(val
) ; val
.thisown 
= 1 
 545     def GetCode(self
, *_args
, **_kwargs
): 
 546         val 
= apply(controls2c
.wxTreeEvent_GetCode
,(self
,) + _args
, _kwargs
) 
 548     def GetLabel(self
, *_args
, **_kwargs
): 
 549         val 
= apply(controls2c
.wxTreeEvent_GetLabel
,(self
,) + _args
, _kwargs
) 
 552         return "<C wxTreeEvent instance at %s>" % (self
.this
,) 
 553 class wxTreeEvent(wxTreeEventPtr
): 
 554     def __init__(self
,this
): 
 560 class wxTreeCtrlPtr(wxControlPtr
): 
 561     def __init__(self
,this
): 
 564     def _setSelf(self
, *_args
, **_kwargs
): 
 565         val 
= apply(controls2c
.wxTreeCtrl__setSelf
,(self
,) + _args
, _kwargs
) 
 567     def AssignImageList(self
, *_args
, **_kwargs
): 
 568         val 
= apply(controls2c
.wxTreeCtrl_AssignImageList
,(self
,) + _args
, _kwargs
) 
 571     def GetCount(self
, *_args
, **_kwargs
): 
 572         val 
= apply(controls2c
.wxTreeCtrl_GetCount
,(self
,) + _args
, _kwargs
) 
 574     def GetIndent(self
, *_args
, **_kwargs
): 
 575         val 
= apply(controls2c
.wxTreeCtrl_GetIndent
,(self
,) + _args
, _kwargs
) 
 577     def SetIndent(self
, *_args
, **_kwargs
): 
 578         val 
= apply(controls2c
.wxTreeCtrl_SetIndent
,(self
,) + _args
, _kwargs
) 
 580     def GetImageList(self
, *_args
, **_kwargs
): 
 581         val 
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
,) + _args
, _kwargs
) 
 583     def GetStateImageList(self
, *_args
, **_kwargs
): 
 584         val 
= apply(controls2c
.wxTreeCtrl_GetStateImageList
,(self
,) + _args
, _kwargs
) 
 586     def SetImageList(self
, *_args
, **_kwargs
): 
 587         val 
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
,) + _args
, _kwargs
) 
 589     def SetStateImageList(self
, *_args
, **_kwargs
): 
 590         val 
= apply(controls2c
.wxTreeCtrl_SetStateImageList
,(self
,) + _args
, _kwargs
) 
 592     def GetSpacing(self
, *_args
, **_kwargs
): 
 593         val 
= apply(controls2c
.wxTreeCtrl_GetSpacing
,(self
,) + _args
, _kwargs
) 
 595     def SetSpacing(self
, *_args
, **_kwargs
): 
 596         val 
= apply(controls2c
.wxTreeCtrl_SetSpacing
,(self
,) + _args
, _kwargs
) 
 598     def GetItemText(self
, *_args
, **_kwargs
): 
 599         val 
= apply(controls2c
.wxTreeCtrl_GetItemText
,(self
,) + _args
, _kwargs
) 
 601     def GetItemImage(self
, *_args
, **_kwargs
): 
 602         val 
= apply(controls2c
.wxTreeCtrl_GetItemImage
,(self
,) + _args
, _kwargs
) 
 604     def GetItemSelectedImage(self
, *_args
, **_kwargs
): 
 605         val 
= apply(controls2c
.wxTreeCtrl_GetItemSelectedImage
,(self
,) + _args
, _kwargs
) 
 607     def SetItemText(self
, *_args
, **_kwargs
): 
 608         val 
= apply(controls2c
.wxTreeCtrl_SetItemText
,(self
,) + _args
, _kwargs
) 
 610     def SetItemImage(self
, *_args
, **_kwargs
): 
 611         val 
= apply(controls2c
.wxTreeCtrl_SetItemImage
,(self
,) + _args
, _kwargs
) 
 613     def SetItemSelectedImage(self
, *_args
, **_kwargs
): 
 614         val 
= apply(controls2c
.wxTreeCtrl_SetItemSelectedImage
,(self
,) + _args
, _kwargs
) 
 616     def SetItemHasChildren(self
, *_args
, **_kwargs
): 
 617         val 
= apply(controls2c
.wxTreeCtrl_SetItemHasChildren
,(self
,) + _args
, _kwargs
) 
 619     def GetItemData(self
, *_args
, **_kwargs
): 
 620         val 
= apply(controls2c
.wxTreeCtrl_GetItemData
,(self
,) + _args
, _kwargs
) 
 621         if val
: val 
= wxTreeItemDataPtr(val
)  
 623     def SetItemData(self
, *_args
, **_kwargs
): 
 624         val 
= apply(controls2c
.wxTreeCtrl_SetItemData
,(self
,) + _args
, _kwargs
) 
 626     def GetPyData(self
, *_args
, **_kwargs
): 
 627         val 
= apply(controls2c
.wxTreeCtrl_GetPyData
,(self
,) + _args
, _kwargs
) 
 629     def SetPyData(self
, *_args
, **_kwargs
): 
 630         val 
= apply(controls2c
.wxTreeCtrl_SetPyData
,(self
,) + _args
, _kwargs
) 
 632     def IsVisible(self
, *_args
, **_kwargs
): 
 633         val 
= apply(controls2c
.wxTreeCtrl_IsVisible
,(self
,) + _args
, _kwargs
) 
 635     def ItemHasChildren(self
, *_args
, **_kwargs
): 
 636         val 
= apply(controls2c
.wxTreeCtrl_ItemHasChildren
,(self
,) + _args
, _kwargs
) 
 638     def IsExpanded(self
, *_args
, **_kwargs
): 
 639         val 
= apply(controls2c
.wxTreeCtrl_IsExpanded
,(self
,) + _args
, _kwargs
) 
 641     def IsSelected(self
, *_args
, **_kwargs
): 
 642         val 
= apply(controls2c
.wxTreeCtrl_IsSelected
,(self
,) + _args
, _kwargs
) 
 644     def GetRootItem(self
, *_args
, **_kwargs
): 
 645         val 
= apply(controls2c
.wxTreeCtrl_GetRootItem
,(self
,) + _args
, _kwargs
) 
 646         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 648     def GetSelection(self
, *_args
, **_kwargs
): 
 649         val 
= apply(controls2c
.wxTreeCtrl_GetSelection
,(self
,) + _args
, _kwargs
) 
 650         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 652     def GetItemParent(self
, *_args
, **_kwargs
): 
 653         val 
= apply(controls2c
.wxTreeCtrl_GetItemParent
,(self
,) + _args
, _kwargs
) 
 654         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 656     def GetSelections(self
, *_args
, **_kwargs
): 
 657         val 
= apply(controls2c
.wxTreeCtrl_GetSelections
,(self
,) + _args
, _kwargs
) 
 659     def GetChildrenCount(self
, *_args
, **_kwargs
): 
 660         val 
= apply(controls2c
.wxTreeCtrl_GetChildrenCount
,(self
,) + _args
, _kwargs
) 
 662     def GetFirstChild(self
, *_args
, **_kwargs
): 
 663         val 
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
) 
 665     def GetNextChild(self
, *_args
, **_kwargs
): 
 666         val 
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
) 
 668     def GetNextSibling(self
, *_args
, **_kwargs
): 
 669         val 
= apply(controls2c
.wxTreeCtrl_GetNextSibling
,(self
,) + _args
, _kwargs
) 
 670         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 672     def GetPrevSibling(self
, *_args
, **_kwargs
): 
 673         val 
= apply(controls2c
.wxTreeCtrl_GetPrevSibling
,(self
,) + _args
, _kwargs
) 
 674         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 676     def GetFirstVisibleItem(self
, *_args
, **_kwargs
): 
 677         val 
= apply(controls2c
.wxTreeCtrl_GetFirstVisibleItem
,(self
,) + _args
, _kwargs
) 
 678         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 680     def GetNextVisible(self
, *_args
, **_kwargs
): 
 681         val 
= apply(controls2c
.wxTreeCtrl_GetNextVisible
,(self
,) + _args
, _kwargs
) 
 682         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 684     def GetPrevVisible(self
, *_args
, **_kwargs
): 
 685         val 
= apply(controls2c
.wxTreeCtrl_GetPrevVisible
,(self
,) + _args
, _kwargs
) 
 686         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 688     def GetLastChild(self
, *_args
, **_kwargs
): 
 689         val 
= apply(controls2c
.wxTreeCtrl_GetLastChild
,(self
,) + _args
, _kwargs
) 
 690         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 692     def AddRoot(self
, *_args
, **_kwargs
): 
 693         val 
= apply(controls2c
.wxTreeCtrl_AddRoot
,(self
,) + _args
, _kwargs
) 
 694         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 696     def PrependItem(self
, *_args
, **_kwargs
): 
 697         val 
= apply(controls2c
.wxTreeCtrl_PrependItem
,(self
,) + _args
, _kwargs
) 
 698         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 700     def InsertItem(self
, *_args
, **_kwargs
): 
 701         val 
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
,) + _args
, _kwargs
) 
 702         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 704     def InsertItemBefore(self
, *_args
, **_kwargs
): 
 705         val 
= apply(controls2c
.wxTreeCtrl_InsertItemBefore
,(self
,) + _args
, _kwargs
) 
 706         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 708     def AppendItem(self
, *_args
, **_kwargs
): 
 709         val 
= apply(controls2c
.wxTreeCtrl_AppendItem
,(self
,) + _args
, _kwargs
) 
 710         if val
: val 
= wxTreeItemIdPtr(val
) ; val
.thisown 
= 1 
 712     def Delete(self
, *_args
, **_kwargs
): 
 713         val 
= apply(controls2c
.wxTreeCtrl_Delete
,(self
,) + _args
, _kwargs
) 
 715     def DeleteChildren(self
, *_args
, **_kwargs
): 
 716         val 
= apply(controls2c
.wxTreeCtrl_DeleteChildren
,(self
,) + _args
, _kwargs
) 
 718     def DeleteAllItems(self
, *_args
, **_kwargs
): 
 719         val 
= apply(controls2c
.wxTreeCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
) 
 721     def Expand(self
, *_args
, **_kwargs
): 
 722         val 
= apply(controls2c
.wxTreeCtrl_Expand
,(self
,) + _args
, _kwargs
) 
 724     def Collapse(self
, *_args
, **_kwargs
): 
 725         val 
= apply(controls2c
.wxTreeCtrl_Collapse
,(self
,) + _args
, _kwargs
) 
 727     def CollapseAndReset(self
, *_args
, **_kwargs
): 
 728         val 
= apply(controls2c
.wxTreeCtrl_CollapseAndReset
,(self
,) + _args
, _kwargs
) 
 730     def Toggle(self
, *_args
, **_kwargs
): 
 731         val 
= apply(controls2c
.wxTreeCtrl_Toggle
,(self
,) + _args
, _kwargs
) 
 733     def Unselect(self
, *_args
, **_kwargs
): 
 734         val 
= apply(controls2c
.wxTreeCtrl_Unselect
,(self
,) + _args
, _kwargs
) 
 736     def UnselectAll(self
, *_args
, **_kwargs
): 
 737         val 
= apply(controls2c
.wxTreeCtrl_UnselectAll
,(self
,) + _args
, _kwargs
) 
 739     def SelectItem(self
, *_args
, **_kwargs
): 
 740         val 
= apply(controls2c
.wxTreeCtrl_SelectItem
,(self
,) + _args
, _kwargs
) 
 742     def EnsureVisible(self
, *_args
, **_kwargs
): 
 743         val 
= apply(controls2c
.wxTreeCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
) 
 745     def ScrollTo(self
, *_args
, **_kwargs
): 
 746         val 
= apply(controls2c
.wxTreeCtrl_ScrollTo
,(self
,) + _args
, _kwargs
) 
 748     def EditLabel(self
, *_args
, **_kwargs
): 
 749         val 
= apply(controls2c
.wxTreeCtrl_EditLabel
,(self
,) + _args
, _kwargs
) 
 751     def SortChildren(self
, *_args
, **_kwargs
): 
 752         val 
= apply(controls2c
.wxTreeCtrl_SortChildren
,(self
,) + _args
, _kwargs
) 
 754     def SetItemBold(self
, *_args
, **_kwargs
): 
 755         val 
= apply(controls2c
.wxTreeCtrl_SetItemBold
,(self
,) + _args
, _kwargs
) 
 757     def IsBold(self
, *_args
, **_kwargs
): 
 758         val 
= apply(controls2c
.wxTreeCtrl_IsBold
,(self
,) + _args
, _kwargs
) 
 760     def HitTest(self
, *_args
, **_kwargs
): 
 761         val 
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
) 
 763     def SetItemTextColour(self
, *_args
, **_kwargs
): 
 764         val 
= apply(controls2c
.wxTreeCtrl_SetItemTextColour
,(self
,) + _args
, _kwargs
) 
 766     def SetItemBackgroundColour(self
, *_args
, **_kwargs
): 
 767         val 
= apply(controls2c
.wxTreeCtrl_SetItemBackgroundColour
,(self
,) + _args
, _kwargs
) 
 769     def SetItemFont(self
, *_args
, **_kwargs
): 
 770         val 
= apply(controls2c
.wxTreeCtrl_SetItemFont
,(self
,) + _args
, _kwargs
) 
 773         return "<C wxTreeCtrl instance at %s>" % (self
.this
,) 
 775     # Redefine some methods that SWIG gets a bit confused on... 
 776     def GetFirstChild(self
, *_args
, **_kwargs
): 
 777         val1
,val2 
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
) 
 778         val1 
= wxTreeItemIdPtr(val1
) 
 781     def GetNextChild(self
, *_args
, **_kwargs
): 
 782         val1
,val2 
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
) 
 783         val1 
= wxTreeItemIdPtr(val1
) 
 786     def HitTest(self
, *_args
, **_kwargs
): 
 787         val1
, val2 
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
) 
 788         val1 
= wxTreeItemIdPtr(val1
) 
 792 class wxTreeCtrl(wxTreeCtrlPtr
): 
 793     def __init__(self
,*_args
,**_kwargs
): 
 794         self
.this 
= apply(controls2c
.new_wxTreeCtrl
,_args
,_kwargs
) 
 796         #wx._StdWindowCallbacks(self) 
 797         self
._setSelf
(self
, wxTreeCtrl
) 
 804 #-------------- FUNCTION WRAPPERS ------------------ 
 808 #-------------- VARIABLE WRAPPERS ------------------ 
 810 wxLIST_MASK_TEXT 
= controls2c
.wxLIST_MASK_TEXT
 
 811 wxLIST_MASK_IMAGE 
= controls2c
.wxLIST_MASK_IMAGE
 
 812 wxLIST_MASK_DATA 
= controls2c
.wxLIST_MASK_DATA
 
 813 wxLIST_MASK_WIDTH 
= controls2c
.wxLIST_MASK_WIDTH
 
 814 wxLIST_MASK_FORMAT 
= controls2c
.wxLIST_MASK_FORMAT
 
 815 wxLIST_MASK_STATE 
= controls2c
.wxLIST_MASK_STATE
 
 816 wxLIST_STATE_DONTCARE 
= controls2c
.wxLIST_STATE_DONTCARE
 
 817 wxLIST_STATE_DROPHILITED 
= controls2c
.wxLIST_STATE_DROPHILITED
 
 818 wxLIST_STATE_FOCUSED 
= controls2c
.wxLIST_STATE_FOCUSED
 
 819 wxLIST_STATE_SELECTED 
= controls2c
.wxLIST_STATE_SELECTED
 
 820 wxLIST_STATE_CUT 
= controls2c
.wxLIST_STATE_CUT
 
 821 wxLIST_HITTEST_ABOVE 
= controls2c
.wxLIST_HITTEST_ABOVE
 
 822 wxLIST_HITTEST_BELOW 
= controls2c
.wxLIST_HITTEST_BELOW
 
 823 wxLIST_HITTEST_NOWHERE 
= controls2c
.wxLIST_HITTEST_NOWHERE
 
 824 wxLIST_HITTEST_ONITEMICON 
= controls2c
.wxLIST_HITTEST_ONITEMICON
 
 825 wxLIST_HITTEST_ONITEMLABEL 
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
 
 826 wxLIST_HITTEST_ONITEMRIGHT 
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
 
 827 wxLIST_HITTEST_ONITEMSTATEICON 
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
 
 828 wxLIST_HITTEST_TOLEFT 
= controls2c
.wxLIST_HITTEST_TOLEFT
 
 829 wxLIST_HITTEST_TORIGHT 
= controls2c
.wxLIST_HITTEST_TORIGHT
 
 830 wxLIST_HITTEST_ONITEM 
= controls2c
.wxLIST_HITTEST_ONITEM
 
 831 wxLIST_NEXT_ABOVE 
= controls2c
.wxLIST_NEXT_ABOVE
 
 832 wxLIST_NEXT_ALL 
= controls2c
.wxLIST_NEXT_ALL
 
 833 wxLIST_NEXT_BELOW 
= controls2c
.wxLIST_NEXT_BELOW
 
 834 wxLIST_NEXT_LEFT 
= controls2c
.wxLIST_NEXT_LEFT
 
 835 wxLIST_NEXT_RIGHT 
= controls2c
.wxLIST_NEXT_RIGHT
 
 836 wxLIST_ALIGN_DEFAULT 
= controls2c
.wxLIST_ALIGN_DEFAULT
 
 837 wxLIST_ALIGN_LEFT 
= controls2c
.wxLIST_ALIGN_LEFT
 
 838 wxLIST_ALIGN_TOP 
= controls2c
.wxLIST_ALIGN_TOP
 
 839 wxLIST_ALIGN_SNAP_TO_GRID 
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
 
 840 wxLIST_AUTOSIZE 
= controls2c
.wxLIST_AUTOSIZE
 
 841 wxLIST_AUTOSIZE_USEHEADER 
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
 
 842 wxLIST_RECT_BOUNDS 
= controls2c
.wxLIST_RECT_BOUNDS
 
 843 wxLIST_RECT_ICON 
= controls2c
.wxLIST_RECT_ICON
 
 844 wxLIST_RECT_LABEL 
= controls2c
.wxLIST_RECT_LABEL
 
 845 wxLIST_FIND_UP 
= controls2c
.wxLIST_FIND_UP
 
 846 wxLIST_FIND_DOWN 
= controls2c
.wxLIST_FIND_DOWN
 
 847 wxLIST_FIND_LEFT 
= controls2c
.wxLIST_FIND_LEFT
 
 848 wxLIST_FIND_RIGHT 
= controls2c
.wxLIST_FIND_RIGHT
 
 849 wxLIST_FORMAT_LEFT 
= controls2c
.wxLIST_FORMAT_LEFT
 
 850 wxLIST_FORMAT_RIGHT 
= controls2c
.wxLIST_FORMAT_RIGHT
 
 851 wxLIST_FORMAT_CENTRE 
= controls2c
.wxLIST_FORMAT_CENTRE
 
 852 wxLIST_FORMAT_CENTER 
= controls2c
.wxLIST_FORMAT_CENTER
 
 853 wxEVT_COMMAND_LIST_BEGIN_DRAG 
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
 
 854 wxEVT_COMMAND_LIST_BEGIN_RDRAG 
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
 
 855 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT 
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
 
 856 wxEVT_COMMAND_LIST_END_LABEL_EDIT 
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
 
 857 wxEVT_COMMAND_LIST_DELETE_ITEM 
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
 
 858 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS 
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
 
 859 wxEVT_COMMAND_LIST_GET_INFO 
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
 
 860 wxEVT_COMMAND_LIST_SET_INFO 
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
 
 861 wxEVT_COMMAND_LIST_ITEM_SELECTED 
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
 
 862 wxEVT_COMMAND_LIST_ITEM_DESELECTED 
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
 
 863 wxEVT_COMMAND_LIST_KEY_DOWN 
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
 
 864 wxEVT_COMMAND_LIST_INSERT_ITEM 
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
 
 865 wxEVT_COMMAND_LIST_COL_CLICK 
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
 
 866 wxEVT_COMMAND_LIST_ITEM_ACTIVATED 
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
 
 867 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK 
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
 
 868 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK 
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
 
 869 wxTreeItemIcon_Normal 
= controls2c
.wxTreeItemIcon_Normal
 
 870 wxTreeItemIcon_Selected 
= controls2c
.wxTreeItemIcon_Selected
 
 871 wxTreeItemIcon_Expanded 
= controls2c
.wxTreeItemIcon_Expanded
 
 872 wxTreeItemIcon_SelectedExpanded 
= controls2c
.wxTreeItemIcon_SelectedExpanded
 
 873 wxTreeItemIcon_Max 
= controls2c
.wxTreeItemIcon_Max
 
 874 wxTREE_HITTEST_ABOVE 
= controls2c
.wxTREE_HITTEST_ABOVE
 
 875 wxTREE_HITTEST_BELOW 
= controls2c
.wxTREE_HITTEST_BELOW
 
 876 wxTREE_HITTEST_NOWHERE 
= controls2c
.wxTREE_HITTEST_NOWHERE
 
 877 wxTREE_HITTEST_ONITEMBUTTON 
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
 
 878 wxTREE_HITTEST_ONITEMICON 
= controls2c
.wxTREE_HITTEST_ONITEMICON
 
 879 wxTREE_HITTEST_ONITEMINDENT 
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
 
 880 wxTREE_HITTEST_ONITEMLABEL 
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
 
 881 wxTREE_HITTEST_ONITEMRIGHT 
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
 
 882 wxTREE_HITTEST_ONITEMSTATEICON 
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
 
 883 wxTREE_HITTEST_TOLEFT 
= controls2c
.wxTREE_HITTEST_TOLEFT
 
 884 wxTREE_HITTEST_TORIGHT 
= controls2c
.wxTREE_HITTEST_TORIGHT
 
 885 wxTREE_HITTEST_ONITEMUPPERPART 
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
 
 886 wxTREE_HITTEST_ONITEMLOWERPART 
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
 
 887 wxTREE_HITTEST_ONITEM 
= controls2c
.wxTREE_HITTEST_ONITEM
 
 888 wxEVT_COMMAND_TREE_BEGIN_DRAG 
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
 
 889 wxEVT_COMMAND_TREE_BEGIN_RDRAG 
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
 
 890 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT 
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
 
 891 wxEVT_COMMAND_TREE_END_LABEL_EDIT 
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
 
 892 wxEVT_COMMAND_TREE_DELETE_ITEM 
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
 
 893 wxEVT_COMMAND_TREE_GET_INFO 
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
 
 894 wxEVT_COMMAND_TREE_SET_INFO 
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
 
 895 wxEVT_COMMAND_TREE_ITEM_EXPANDED 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
 
 896 wxEVT_COMMAND_TREE_ITEM_EXPANDING 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
 
 897 wxEVT_COMMAND_TREE_ITEM_COLLAPSED 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
 
 898 wxEVT_COMMAND_TREE_ITEM_COLLAPSING 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
 
 899 wxEVT_COMMAND_TREE_SEL_CHANGED 
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
 
 900 wxEVT_COMMAND_TREE_SEL_CHANGING 
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
 
 901 wxEVT_COMMAND_TREE_KEY_DOWN 
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
 
 902 wxEVT_COMMAND_TREE_ITEM_ACTIVATED 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
 
 903 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
 
 904 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK 
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
 
 905 wxEVT_COMMAND_TREE_END_DRAG 
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG