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
)
70 def EVT_TREE_BEGIN_DRAG(win
, id, func
):
71 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_DRAG
, func
)
73 def EVT_TREE_BEGIN_RDRAG(win
, id, func
):
74 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_RDRAG
, func
)
76 def EVT_TREE_END_DRAG(win
, id, func
):
77 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_DRAG
, func
)
79 def EVT_TREE_BEGIN_LABEL_EDIT(win
, id, func
):
80 win
.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
, func
)
82 def EVT_TREE_END_LABEL_EDIT(win
, id, func
):
83 win
.Connect(id, -1, wxEVT_COMMAND_TREE_END_LABEL_EDIT
, func
)
85 def EVT_TREE_GET_INFO(win
, id, func
):
86 win
.Connect(id, -1, wxEVT_COMMAND_TREE_GET_INFO
, func
)
88 def EVT_TREE_SET_INFO(win
, id, func
):
89 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SET_INFO
, func
)
91 def EVT_TREE_ITEM_EXPANDED(win
, id, func
):
92 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDED
, func
)
94 def EVT_TREE_ITEM_EXPANDING(win
, id, func
):
95 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDING
, func
)
97 def EVT_TREE_ITEM_COLLAPSED(win
, id, func
):
98 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSED
, func
)
100 def EVT_TREE_ITEM_COLLAPSING(win
, id, func
):
101 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSING
, func
)
103 def EVT_TREE_SEL_CHANGED(win
, id, func
):
104 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGED
, func
)
106 def EVT_TREE_SEL_CHANGING(win
, id, func
):
107 win
.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGING
, func
)
109 def EVT_TREE_KEY_DOWN(win
, id, func
):
110 win
.Connect(id, -1, wxEVT_COMMAND_TREE_KEY_DOWN
, func
)
112 def EVT_TREE_DELETE_ITEM(win
, id, func
):
113 win
.Connect(id, -1, wxEVT_COMMAND_TREE_DELETE_ITEM
, func
)
115 def EVT_TREE_ITEM_ACTIVATED(win
, id, func
):
116 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_ACTIVATED
, func
)
118 def EVT_TREE_ITEM_RIGHT_CLICK(win
, id, func
):
119 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
, func
)
121 def EVT_TREE_ITEM_MIDDLE_CLICK(win
, id, func
):
122 win
.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
, func
)
124 class wxListItemAttrPtr
:
125 def __init__(self
,this
):
128 def SetTextColour(self
, *_args
, **_kwargs
):
129 val
= apply(controls2c
.wxListItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
131 def SetBackgroundColour(self
, *_args
, **_kwargs
):
132 val
= apply(controls2c
.wxListItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
134 def SetFont(self
, *_args
, **_kwargs
):
135 val
= apply(controls2c
.wxListItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
137 def HasTextColour(self
, *_args
, **_kwargs
):
138 val
= apply(controls2c
.wxListItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
140 def HasBackgroundColour(self
, *_args
, **_kwargs
):
141 val
= apply(controls2c
.wxListItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
143 def HasFont(self
, *_args
, **_kwargs
):
144 val
= apply(controls2c
.wxListItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
146 def GetTextColour(self
, *_args
, **_kwargs
):
147 val
= apply(controls2c
.wxListItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
148 if val
: val
= wxColourPtr(val
)
150 def GetBackgroundColour(self
, *_args
, **_kwargs
):
151 val
= apply(controls2c
.wxListItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
152 if val
: val
= wxColourPtr(val
)
154 def GetFont(self
, *_args
, **_kwargs
):
155 val
= apply(controls2c
.wxListItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
156 if val
: val
= wxFontPtr(val
)
159 return "<C wxListItemAttr instance at %s>" % (self
.this
,)
160 class wxListItemAttr(wxListItemAttrPtr
):
161 def __init__(self
,*_args
,**_kwargs
):
162 self
.this
= apply(controls2c
.new_wxListItemAttr
,_args
,_kwargs
)
168 class wxListItemPtr(wxObjectPtr
):
169 def __init__(self
,this
):
172 def __del__(self
,controls2c
=controls2c
):
173 if self
.thisown
== 1 :
174 controls2c
.delete_wxListItem(self
)
175 def Clear(self
, *_args
, **_kwargs
):
176 val
= apply(controls2c
.wxListItem_Clear
,(self
,) + _args
, _kwargs
)
178 def ClearAttributes(self
, *_args
, **_kwargs
):
179 val
= apply(controls2c
.wxListItem_ClearAttributes
,(self
,) + _args
, _kwargs
)
181 def SetMask(self
, *_args
, **_kwargs
):
182 val
= apply(controls2c
.wxListItem_SetMask
,(self
,) + _args
, _kwargs
)
184 def SetId(self
, *_args
, **_kwargs
):
185 val
= apply(controls2c
.wxListItem_SetId
,(self
,) + _args
, _kwargs
)
187 def SetColumn(self
, *_args
, **_kwargs
):
188 val
= apply(controls2c
.wxListItem_SetColumn
,(self
,) + _args
, _kwargs
)
190 def SetState(self
, *_args
, **_kwargs
):
191 val
= apply(controls2c
.wxListItem_SetState
,(self
,) + _args
, _kwargs
)
193 def SetStateMask(self
, *_args
, **_kwargs
):
194 val
= apply(controls2c
.wxListItem_SetStateMask
,(self
,) + _args
, _kwargs
)
196 def SetText(self
, *_args
, **_kwargs
):
197 val
= apply(controls2c
.wxListItem_SetText
,(self
,) + _args
, _kwargs
)
199 def SetImage(self
, *_args
, **_kwargs
):
200 val
= apply(controls2c
.wxListItem_SetImage
,(self
,) + _args
, _kwargs
)
202 def SetData(self
, *_args
, **_kwargs
):
203 val
= apply(controls2c
.wxListItem_SetData
,(self
,) + _args
, _kwargs
)
205 def SetWidth(self
, *_args
, **_kwargs
):
206 val
= apply(controls2c
.wxListItem_SetWidth
,(self
,) + _args
, _kwargs
)
208 def SetAlign(self
, *_args
, **_kwargs
):
209 val
= apply(controls2c
.wxListItem_SetAlign
,(self
,) + _args
, _kwargs
)
211 def SetTextColour(self
, *_args
, **_kwargs
):
212 val
= apply(controls2c
.wxListItem_SetTextColour
,(self
,) + _args
, _kwargs
)
214 def SetBackgroundColour(self
, *_args
, **_kwargs
):
215 val
= apply(controls2c
.wxListItem_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
217 def SetFont(self
, *_args
, **_kwargs
):
218 val
= apply(controls2c
.wxListItem_SetFont
,(self
,) + _args
, _kwargs
)
220 def GetMask(self
, *_args
, **_kwargs
):
221 val
= apply(controls2c
.wxListItem_GetMask
,(self
,) + _args
, _kwargs
)
223 def GetId(self
, *_args
, **_kwargs
):
224 val
= apply(controls2c
.wxListItem_GetId
,(self
,) + _args
, _kwargs
)
226 def GetColumn(self
, *_args
, **_kwargs
):
227 val
= apply(controls2c
.wxListItem_GetColumn
,(self
,) + _args
, _kwargs
)
229 def GetState(self
, *_args
, **_kwargs
):
230 val
= apply(controls2c
.wxListItem_GetState
,(self
,) + _args
, _kwargs
)
232 def GetText(self
, *_args
, **_kwargs
):
233 val
= apply(controls2c
.wxListItem_GetText
,(self
,) + _args
, _kwargs
)
235 def GetImage(self
, *_args
, **_kwargs
):
236 val
= apply(controls2c
.wxListItem_GetImage
,(self
,) + _args
, _kwargs
)
238 def GetData(self
, *_args
, **_kwargs
):
239 val
= apply(controls2c
.wxListItem_GetData
,(self
,) + _args
, _kwargs
)
241 def GetWidth(self
, *_args
, **_kwargs
):
242 val
= apply(controls2c
.wxListItem_GetWidth
,(self
,) + _args
, _kwargs
)
244 def GetAlign(self
, *_args
, **_kwargs
):
245 val
= apply(controls2c
.wxListItem_GetAlign
,(self
,) + _args
, _kwargs
)
247 def GetAttributes(self
, *_args
, **_kwargs
):
248 val
= apply(controls2c
.wxListItem_GetAttributes
,(self
,) + _args
, _kwargs
)
249 if val
: val
= wxListItemAttrPtr(val
)
251 def HasAttributes(self
, *_args
, **_kwargs
):
252 val
= apply(controls2c
.wxListItem_HasAttributes
,(self
,) + _args
, _kwargs
)
254 def GetTextColour(self
, *_args
, **_kwargs
):
255 val
= apply(controls2c
.wxListItem_GetTextColour
,(self
,) + _args
, _kwargs
)
256 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
258 def GetBackgroundColour(self
, *_args
, **_kwargs
):
259 val
= apply(controls2c
.wxListItem_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
260 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
262 def GetFont(self
, *_args
, **_kwargs
):
263 val
= apply(controls2c
.wxListItem_GetFont
,(self
,) + _args
, _kwargs
)
264 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
266 def __setattr__(self
,name
,value
):
267 if name
== "m_mask" :
268 controls2c
.wxListItem_m_mask_set(self
,value
)
270 if name
== "m_itemId" :
271 controls2c
.wxListItem_m_itemId_set(self
,value
)
274 controls2c
.wxListItem_m_col_set(self
,value
)
276 if name
== "m_state" :
277 controls2c
.wxListItem_m_state_set(self
,value
)
279 if name
== "m_stateMask" :
280 controls2c
.wxListItem_m_stateMask_set(self
,value
)
282 if name
== "m_text" :
283 controls2c
.wxListItem_m_text_set(self
,value
)
285 if name
== "m_image" :
286 controls2c
.wxListItem_m_image_set(self
,value
)
288 if name
== "m_data" :
289 controls2c
.wxListItem_m_data_set(self
,value
)
291 if name
== "m_format" :
292 controls2c
.wxListItem_m_format_set(self
,value
)
294 if name
== "m_width" :
295 controls2c
.wxListItem_m_width_set(self
,value
)
297 self
.__dict
__[name
] = value
298 def __getattr__(self
,name
):
299 if name
== "m_mask" :
300 return controls2c
.wxListItem_m_mask_get(self
)
301 if name
== "m_itemId" :
302 return controls2c
.wxListItem_m_itemId_get(self
)
304 return controls2c
.wxListItem_m_col_get(self
)
305 if name
== "m_state" :
306 return controls2c
.wxListItem_m_state_get(self
)
307 if name
== "m_stateMask" :
308 return controls2c
.wxListItem_m_stateMask_get(self
)
309 if name
== "m_text" :
310 return controls2c
.wxListItem_m_text_get(self
)
311 if name
== "m_image" :
312 return controls2c
.wxListItem_m_image_get(self
)
313 if name
== "m_data" :
314 return controls2c
.wxListItem_m_data_get(self
)
315 if name
== "m_format" :
316 return controls2c
.wxListItem_m_format_get(self
)
317 if name
== "m_width" :
318 return controls2c
.wxListItem_m_width_get(self
)
319 raise AttributeError,name
321 return "<C wxListItem instance at %s>" % (self
.this
,)
322 class wxListItem(wxListItemPtr
):
323 def __init__(self
,*_args
,**_kwargs
):
324 self
.this
= apply(controls2c
.new_wxListItem
,_args
,_kwargs
)
330 class wxListEventPtr(wxNotifyEventPtr
):
331 def __init__(self
,this
):
334 def GetCode(self
, *_args
, **_kwargs
):
335 val
= apply(controls2c
.wxListEvent_GetCode
,(self
,) + _args
, _kwargs
)
337 def GetIndex(self
, *_args
, **_kwargs
):
338 val
= apply(controls2c
.wxListEvent_GetIndex
,(self
,) + _args
, _kwargs
)
340 def GetOldIndex(self
, *_args
, **_kwargs
):
341 val
= apply(controls2c
.wxListEvent_GetOldIndex
,(self
,) + _args
, _kwargs
)
343 def GetOldItem(self
, *_args
, **_kwargs
):
344 val
= apply(controls2c
.wxListEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
346 def GetColumn(self
, *_args
, **_kwargs
):
347 val
= apply(controls2c
.wxListEvent_GetColumn
,(self
,) + _args
, _kwargs
)
349 def Cancelled(self
, *_args
, **_kwargs
):
350 val
= apply(controls2c
.wxListEvent_Cancelled
,(self
,) + _args
, _kwargs
)
352 def GetPoint(self
, *_args
, **_kwargs
):
353 val
= apply(controls2c
.wxListEvent_GetPoint
,(self
,) + _args
, _kwargs
)
354 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
356 def GetLabel(self
, *_args
, **_kwargs
):
357 val
= apply(controls2c
.wxListEvent_GetLabel
,(self
,) + _args
, _kwargs
)
359 def GetText(self
, *_args
, **_kwargs
):
360 val
= apply(controls2c
.wxListEvent_GetText
,(self
,) + _args
, _kwargs
)
362 def GetImage(self
, *_args
, **_kwargs
):
363 val
= apply(controls2c
.wxListEvent_GetImage
,(self
,) + _args
, _kwargs
)
365 def GetData(self
, *_args
, **_kwargs
):
366 val
= apply(controls2c
.wxListEvent_GetData
,(self
,) + _args
, _kwargs
)
368 def GetMask(self
, *_args
, **_kwargs
):
369 val
= apply(controls2c
.wxListEvent_GetMask
,(self
,) + _args
, _kwargs
)
371 def GetItem(self
, *_args
, **_kwargs
):
372 val
= apply(controls2c
.wxListEvent_GetItem
,(self
,) + _args
, _kwargs
)
374 def __setattr__(self
,name
,value
):
375 if name
== "m_code" :
376 controls2c
.wxListEvent_m_code_set(self
,value
)
378 if name
== "m_itemIndex" :
379 controls2c
.wxListEvent_m_itemIndex_set(self
,value
)
381 if name
== "m_oldItemIndex" :
382 controls2c
.wxListEvent_m_oldItemIndex_set(self
,value
)
385 controls2c
.wxListEvent_m_col_set(self
,value
)
387 if name
== "m_cancelled" :
388 controls2c
.wxListEvent_m_cancelled_set(self
,value
)
390 if name
== "m_pointDrag" :
391 controls2c
.wxListEvent_m_pointDrag_set(self
,value
.this
)
393 if name
== "m_item" :
394 controls2c
.wxListEvent_m_item_set(self
,value
.this
)
396 self
.__dict
__[name
] = value
397 def __getattr__(self
,name
):
398 if name
== "m_code" :
399 return controls2c
.wxListEvent_m_code_get(self
)
400 if name
== "m_itemIndex" :
401 return controls2c
.wxListEvent_m_itemIndex_get(self
)
402 if name
== "m_oldItemIndex" :
403 return controls2c
.wxListEvent_m_oldItemIndex_get(self
)
405 return controls2c
.wxListEvent_m_col_get(self
)
406 if name
== "m_cancelled" :
407 return controls2c
.wxListEvent_m_cancelled_get(self
)
408 if name
== "m_pointDrag" :
409 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
))
410 if name
== "m_item" :
411 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
))
412 raise AttributeError,name
414 return "<C wxListEvent instance at %s>" % (self
.this
,)
415 class wxListEvent(wxListEventPtr
):
416 def __init__(self
,this
):
422 class wxListCtrlPtr(wxControlPtr
):
423 def __init__(self
,this
):
426 def Create(self
, *_args
, **_kwargs
):
427 val
= apply(controls2c
.wxListCtrl_Create
,(self
,) + _args
, _kwargs
)
429 def _setSelf(self
, *_args
, **_kwargs
):
430 val
= apply(controls2c
.wxListCtrl__setSelf
,(self
,) + _args
, _kwargs
)
432 def SetForegroundColour(self
, *_args
, **_kwargs
):
433 val
= apply(controls2c
.wxListCtrl_SetForegroundColour
,(self
,) + _args
, _kwargs
)
435 def SetBackgroundColour(self
, *_args
, **_kwargs
):
436 val
= apply(controls2c
.wxListCtrl_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
438 def GetColumn(self
, *_args
, **_kwargs
):
439 val
= apply(controls2c
.wxListCtrl_GetColumn
,(self
,) + _args
, _kwargs
)
441 def SetColumn(self
, *_args
, **_kwargs
):
442 val
= apply(controls2c
.wxListCtrl_SetColumn
,(self
,) + _args
, _kwargs
)
444 def GetColumnWidth(self
, *_args
, **_kwargs
):
445 val
= apply(controls2c
.wxListCtrl_GetColumnWidth
,(self
,) + _args
, _kwargs
)
447 def SetColumnWidth(self
, *_args
, **_kwargs
):
448 val
= apply(controls2c
.wxListCtrl_SetColumnWidth
,(self
,) + _args
, _kwargs
)
450 def GetCountPerPage(self
, *_args
, **_kwargs
):
451 val
= apply(controls2c
.wxListCtrl_GetCountPerPage
,(self
,) + _args
, _kwargs
)
453 def GetEditControl(self
, *_args
, **_kwargs
):
454 val
= apply(controls2c
.wxListCtrl_GetEditControl
,(self
,) + _args
, _kwargs
)
456 def GetItem(self
, *_args
, **_kwargs
):
457 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
459 def SetItem(self
, *_args
, **_kwargs
):
460 val
= apply(controls2c
.wxListCtrl_SetItem
,(self
,) + _args
, _kwargs
)
462 def SetStringItem(self
, *_args
, **_kwargs
):
463 val
= apply(controls2c
.wxListCtrl_SetStringItem
,(self
,) + _args
, _kwargs
)
465 def GetItemState(self
, *_args
, **_kwargs
):
466 val
= apply(controls2c
.wxListCtrl_GetItemState
,(self
,) + _args
, _kwargs
)
468 def SetItemState(self
, *_args
, **_kwargs
):
469 val
= apply(controls2c
.wxListCtrl_SetItemState
,(self
,) + _args
, _kwargs
)
471 def SetItemImage(self
, *_args
, **_kwargs
):
472 val
= apply(controls2c
.wxListCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
474 def GetItemText(self
, *_args
, **_kwargs
):
475 val
= apply(controls2c
.wxListCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
477 def SetItemText(self
, *_args
, **_kwargs
):
478 val
= apply(controls2c
.wxListCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
480 def GetItemData(self
, *_args
, **_kwargs
):
481 val
= apply(controls2c
.wxListCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
483 def SetItemData(self
, *_args
, **_kwargs
):
484 val
= apply(controls2c
.wxListCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
486 def GetItemPosition(self
, *_args
, **_kwargs
):
487 val
= apply(controls2c
.wxListCtrl_GetItemPosition
,(self
,) + _args
, _kwargs
)
488 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
490 def GetItemRect(self
, *_args
, **_kwargs
):
491 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
,) + _args
, _kwargs
)
492 if val
: val
= wxRectPtr(val
) ; val
.thisown
= 1
494 def SetItemPosition(self
, *_args
, **_kwargs
):
495 val
= apply(controls2c
.wxListCtrl_SetItemPosition
,(self
,) + _args
, _kwargs
)
497 def GetItemCount(self
, *_args
, **_kwargs
):
498 val
= apply(controls2c
.wxListCtrl_GetItemCount
,(self
,) + _args
, _kwargs
)
500 def GetColumnCount(self
, *_args
, **_kwargs
):
501 val
= apply(controls2c
.wxListCtrl_GetColumnCount
,(self
,) + _args
, _kwargs
)
503 def GetItemSpacing(self
, *_args
, **_kwargs
):
504 val
= apply(controls2c
.wxListCtrl_GetItemSpacing
,(self
,) + _args
, _kwargs
)
506 def GetSelectedItemCount(self
, *_args
, **_kwargs
):
507 val
= apply(controls2c
.wxListCtrl_GetSelectedItemCount
,(self
,) + _args
, _kwargs
)
509 def GetTextColour(self
, *_args
, **_kwargs
):
510 val
= apply(controls2c
.wxListCtrl_GetTextColour
,(self
,) + _args
, _kwargs
)
511 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
513 def SetTextColour(self
, *_args
, **_kwargs
):
514 val
= apply(controls2c
.wxListCtrl_SetTextColour
,(self
,) + _args
, _kwargs
)
516 def GetTopItem(self
, *_args
, **_kwargs
):
517 val
= apply(controls2c
.wxListCtrl_GetTopItem
,(self
,) + _args
, _kwargs
)
519 def SetSingleStyle(self
, *_args
, **_kwargs
):
520 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
,) + _args
, _kwargs
)
522 def SetWindowStyleFlag(self
, *_args
, **_kwargs
):
523 val
= apply(controls2c
.wxListCtrl_SetWindowStyleFlag
,(self
,) + _args
, _kwargs
)
525 def GetNextItem(self
, *_args
, **_kwargs
):
526 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
,) + _args
, _kwargs
)
528 def GetImageList(self
, *_args
, **_kwargs
):
529 val
= apply(controls2c
.wxListCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
531 def SetImageList(self
, *_args
, **_kwargs
):
532 val
= apply(controls2c
.wxListCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
534 def AssignImageList(self
, *_args
, **_kwargs
):
535 val
= apply(controls2c
.wxListCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
538 def IsVirtual(self
, *_args
, **_kwargs
):
539 val
= apply(controls2c
.wxListCtrl_IsVirtual
,(self
,) + _args
, _kwargs
)
541 def RefreshItem(self
, *_args
, **_kwargs
):
542 val
= apply(controls2c
.wxListCtrl_RefreshItem
,(self
,) + _args
, _kwargs
)
544 def RefreshItems(self
, *_args
, **_kwargs
):
545 val
= apply(controls2c
.wxListCtrl_RefreshItems
,(self
,) + _args
, _kwargs
)
547 def Arrange(self
, *_args
, **_kwargs
):
548 val
= apply(controls2c
.wxListCtrl_Arrange
,(self
,) + _args
, _kwargs
)
550 def DeleteItem(self
, *_args
, **_kwargs
):
551 val
= apply(controls2c
.wxListCtrl_DeleteItem
,(self
,) + _args
, _kwargs
)
553 def DeleteAllItems(self
, *_args
, **_kwargs
):
554 val
= apply(controls2c
.wxListCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
556 def DeleteColumn(self
, *_args
, **_kwargs
):
557 val
= apply(controls2c
.wxListCtrl_DeleteColumn
,(self
,) + _args
, _kwargs
)
559 def DeleteAllColumns(self
, *_args
, **_kwargs
):
560 val
= apply(controls2c
.wxListCtrl_DeleteAllColumns
,(self
,) + _args
, _kwargs
)
562 def ClearAll(self
, *_args
, **_kwargs
):
563 val
= apply(controls2c
.wxListCtrl_ClearAll
,(self
,) + _args
, _kwargs
)
565 def EditLabel(self
, *_args
, **_kwargs
):
566 val
= apply(controls2c
.wxListCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
568 def EndEditLabel(self
, *_args
, **_kwargs
):
569 val
= apply(controls2c
.wxListCtrl_EndEditLabel
,(self
,) + _args
, _kwargs
)
571 def EnsureVisible(self
, *_args
, **_kwargs
):
572 val
= apply(controls2c
.wxListCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
574 def FindItem(self
, *_args
, **_kwargs
):
575 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
,) + _args
, _kwargs
)
577 def FindItemData(self
, *_args
, **_kwargs
):
578 val
= apply(controls2c
.wxListCtrl_FindItemData
,(self
,) + _args
, _kwargs
)
580 def FindItemAtPos(self
, *_args
, **_kwargs
):
581 val
= apply(controls2c
.wxListCtrl_FindItemAtPos
,(self
,) + _args
, _kwargs
)
583 def HitTest(self
, *_args
, **_kwargs
):
584 val
= apply(controls2c
.wxListCtrl_HitTest
,(self
,) + _args
, _kwargs
)
586 def InsertItem(self
, *_args
, **_kwargs
):
587 val
= apply(controls2c
.wxListCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
589 def InsertStringItem(self
, *_args
, **_kwargs
):
590 val
= apply(controls2c
.wxListCtrl_InsertStringItem
,(self
,) + _args
, _kwargs
)
592 def InsertImageItem(self
, *_args
, **_kwargs
):
593 val
= apply(controls2c
.wxListCtrl_InsertImageItem
,(self
,) + _args
, _kwargs
)
595 def InsertImageStringItem(self
, *_args
, **_kwargs
):
596 val
= apply(controls2c
.wxListCtrl_InsertImageStringItem
,(self
,) + _args
, _kwargs
)
598 def InsertColumnInfo(self
, *_args
, **_kwargs
):
599 val
= apply(controls2c
.wxListCtrl_InsertColumnInfo
,(self
,) + _args
, _kwargs
)
601 def InsertColumn(self
, *_args
, **_kwargs
):
602 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
,) + _args
, _kwargs
)
604 def SetItemCount(self
, *_args
, **_kwargs
):
605 val
= apply(controls2c
.wxListCtrl_SetItemCount
,(self
,) + _args
, _kwargs
)
607 def ScrollList(self
, *_args
, **_kwargs
):
608 val
= apply(controls2c
.wxListCtrl_ScrollList
,(self
,) + _args
, _kwargs
)
610 def SortItems(self
, *_args
, **_kwargs
):
611 val
= apply(controls2c
.wxListCtrl_SortItems
,(self
,) + _args
, _kwargs
)
614 return "<C wxListCtrl instance at %s>" % (self
.this
,)
616 def GetItem(self
, *_args
, **_kwargs
):
617 val
= apply(controls2c
.wxListCtrl_GetItem
,(self
,) + _args
, _kwargs
)
621 class wxListCtrl(wxListCtrlPtr
):
622 def __init__(self
,*_args
,**_kwargs
):
623 self
.this
= apply(controls2c
.new_wxListCtrl
,_args
,_kwargs
)
625 self
._setSelf
(self
, wxListCtrl
)
629 def wxPreListCtrl(*_args
,**_kwargs
):
630 val
= wxListCtrlPtr(apply(controls2c
.new_wxPreListCtrl
,_args
,_kwargs
))
635 class wxTreeItemAttrPtr
:
636 def __init__(self
,this
):
639 def SetTextColour(self
, *_args
, **_kwargs
):
640 val
= apply(controls2c
.wxTreeItemAttr_SetTextColour
,(self
,) + _args
, _kwargs
)
642 def SetBackgroundColour(self
, *_args
, **_kwargs
):
643 val
= apply(controls2c
.wxTreeItemAttr_SetBackgroundColour
,(self
,) + _args
, _kwargs
)
645 def SetFont(self
, *_args
, **_kwargs
):
646 val
= apply(controls2c
.wxTreeItemAttr_SetFont
,(self
,) + _args
, _kwargs
)
648 def HasTextColour(self
, *_args
, **_kwargs
):
649 val
= apply(controls2c
.wxTreeItemAttr_HasTextColour
,(self
,) + _args
, _kwargs
)
651 def HasBackgroundColour(self
, *_args
, **_kwargs
):
652 val
= apply(controls2c
.wxTreeItemAttr_HasBackgroundColour
,(self
,) + _args
, _kwargs
)
654 def HasFont(self
, *_args
, **_kwargs
):
655 val
= apply(controls2c
.wxTreeItemAttr_HasFont
,(self
,) + _args
, _kwargs
)
657 def GetTextColour(self
, *_args
, **_kwargs
):
658 val
= apply(controls2c
.wxTreeItemAttr_GetTextColour
,(self
,) + _args
, _kwargs
)
659 if val
: val
= wxColourPtr(val
)
661 def GetBackgroundColour(self
, *_args
, **_kwargs
):
662 val
= apply(controls2c
.wxTreeItemAttr_GetBackgroundColour
,(self
,) + _args
, _kwargs
)
663 if val
: val
= wxColourPtr(val
)
665 def GetFont(self
, *_args
, **_kwargs
):
666 val
= apply(controls2c
.wxTreeItemAttr_GetFont
,(self
,) + _args
, _kwargs
)
667 if val
: val
= wxFontPtr(val
)
670 return "<C wxTreeItemAttr instance at %s>" % (self
.this
,)
671 class wxTreeItemAttr(wxTreeItemAttrPtr
):
672 def __init__(self
,*_args
,**_kwargs
):
673 self
.this
= apply(controls2c
.new_wxTreeItemAttr
,_args
,_kwargs
)
679 class wxTreeItemIdPtr
:
680 def __init__(self
,this
):
683 def __del__(self
,controls2c
=controls2c
):
684 if self
.thisown
== 1 :
685 controls2c
.delete_wxTreeItemId(self
)
686 def IsOk(self
, *_args
, **_kwargs
):
687 val
= apply(controls2c
.wxTreeItemId_IsOk
,(self
,) + _args
, _kwargs
)
689 def __cmp__(self
, *_args
, **_kwargs
):
690 val
= apply(controls2c
.wxTreeItemId___cmp__
,(self
,) + _args
, _kwargs
)
693 return "<C wxTreeItemId instance at %s>" % (self
.this
,)
694 class wxTreeItemId(wxTreeItemIdPtr
):
695 def __init__(self
,*_args
,**_kwargs
):
696 self
.this
= apply(controls2c
.new_wxTreeItemId
,_args
,_kwargs
)
702 class wxTreeItemDataPtr(wxObjectPtr
):
703 def __init__(self
,this
):
706 def GetData(self
, *_args
, **_kwargs
):
707 val
= apply(controls2c
.wxTreeItemData_GetData
,(self
,) + _args
, _kwargs
)
709 def SetData(self
, *_args
, **_kwargs
):
710 val
= apply(controls2c
.wxTreeItemData_SetData
,(self
,) + _args
, _kwargs
)
712 def GetId(self
, *_args
, **_kwargs
):
713 val
= apply(controls2c
.wxTreeItemData_GetId
,(self
,) + _args
, _kwargs
)
714 if val
: val
= wxTreeItemIdPtr(val
)
716 def SetId(self
, *_args
, **_kwargs
):
717 val
= apply(controls2c
.wxTreeItemData_SetId
,(self
,) + _args
, _kwargs
)
720 return "<C wxTreeItemData instance at %s>" % (self
.this
,)
721 class wxTreeItemData(wxTreeItemDataPtr
):
722 def __init__(self
,*_args
,**_kwargs
):
723 self
.this
= apply(controls2c
.new_wxTreeItemData
,_args
,_kwargs
)
729 class wxTreeEventPtr(wxNotifyEventPtr
):
730 def __init__(self
,this
):
733 def GetItem(self
, *_args
, **_kwargs
):
734 val
= apply(controls2c
.wxTreeEvent_GetItem
,(self
,) + _args
, _kwargs
)
735 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
737 def GetOldItem(self
, *_args
, **_kwargs
):
738 val
= apply(controls2c
.wxTreeEvent_GetOldItem
,(self
,) + _args
, _kwargs
)
739 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
741 def GetPoint(self
, *_args
, **_kwargs
):
742 val
= apply(controls2c
.wxTreeEvent_GetPoint
,(self
,) + _args
, _kwargs
)
743 if val
: val
= wxPointPtr(val
) ; val
.thisown
= 1
745 def GetCode(self
, *_args
, **_kwargs
):
746 val
= apply(controls2c
.wxTreeEvent_GetCode
,(self
,) + _args
, _kwargs
)
748 def GetLabel(self
, *_args
, **_kwargs
):
749 val
= apply(controls2c
.wxTreeEvent_GetLabel
,(self
,) + _args
, _kwargs
)
752 return "<C wxTreeEvent instance at %s>" % (self
.this
,)
753 class wxTreeEvent(wxTreeEventPtr
):
754 def __init__(self
,*_args
,**_kwargs
):
755 self
.this
= apply(controls2c
.new_wxTreeEvent
,_args
,_kwargs
)
761 class wxTreeCtrlPtr(wxControlPtr
):
762 def __init__(self
,this
):
765 def Create(self
, *_args
, **_kwargs
):
766 val
= apply(controls2c
.wxTreeCtrl_Create
,(self
,) + _args
, _kwargs
)
768 def _setSelf(self
, *_args
, **_kwargs
):
769 val
= apply(controls2c
.wxTreeCtrl__setSelf
,(self
,) + _args
, _kwargs
)
771 def GetCount(self
, *_args
, **_kwargs
):
772 val
= apply(controls2c
.wxTreeCtrl_GetCount
,(self
,) + _args
, _kwargs
)
774 def GetIndent(self
, *_args
, **_kwargs
):
775 val
= apply(controls2c
.wxTreeCtrl_GetIndent
,(self
,) + _args
, _kwargs
)
777 def SetIndent(self
, *_args
, **_kwargs
):
778 val
= apply(controls2c
.wxTreeCtrl_SetIndent
,(self
,) + _args
, _kwargs
)
780 def GetImageList(self
, *_args
, **_kwargs
):
781 val
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
,) + _args
, _kwargs
)
783 def GetStateImageList(self
, *_args
, **_kwargs
):
784 val
= apply(controls2c
.wxTreeCtrl_GetStateImageList
,(self
,) + _args
, _kwargs
)
786 def SetImageList(self
, *_args
, **_kwargs
):
787 val
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
,) + _args
, _kwargs
)
789 def SetStateImageList(self
, *_args
, **_kwargs
):
790 val
= apply(controls2c
.wxTreeCtrl_SetStateImageList
,(self
,) + _args
, _kwargs
)
792 def AssignImageList(self
, *_args
, **_kwargs
):
793 val
= apply(controls2c
.wxTreeCtrl_AssignImageList
,(self
,) + _args
, _kwargs
)
796 def AssignStateImageList(self
, *_args
, **_kwargs
):
797 val
= apply(controls2c
.wxTreeCtrl_AssignStateImageList
,(self
,) + _args
, _kwargs
)
800 def GetSpacing(self
, *_args
, **_kwargs
):
801 val
= apply(controls2c
.wxTreeCtrl_GetSpacing
,(self
,) + _args
, _kwargs
)
803 def SetSpacing(self
, *_args
, **_kwargs
):
804 val
= apply(controls2c
.wxTreeCtrl_SetSpacing
,(self
,) + _args
, _kwargs
)
806 def GetItemText(self
, *_args
, **_kwargs
):
807 val
= apply(controls2c
.wxTreeCtrl_GetItemText
,(self
,) + _args
, _kwargs
)
809 def GetItemImage(self
, *_args
, **_kwargs
):
810 val
= apply(controls2c
.wxTreeCtrl_GetItemImage
,(self
,) + _args
, _kwargs
)
812 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
813 val
= apply(controls2c
.wxTreeCtrl_GetItemSelectedImage
,(self
,) + _args
, _kwargs
)
815 def SetItemText(self
, *_args
, **_kwargs
):
816 val
= apply(controls2c
.wxTreeCtrl_SetItemText
,(self
,) + _args
, _kwargs
)
818 def SetItemImage(self
, *_args
, **_kwargs
):
819 val
= apply(controls2c
.wxTreeCtrl_SetItemImage
,(self
,) + _args
, _kwargs
)
821 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
822 val
= apply(controls2c
.wxTreeCtrl_SetItemSelectedImage
,(self
,) + _args
, _kwargs
)
824 def SetItemHasChildren(self
, *_args
, **_kwargs
):
825 val
= apply(controls2c
.wxTreeCtrl_SetItemHasChildren
,(self
,) + _args
, _kwargs
)
827 def GetItemData(self
, *_args
, **_kwargs
):
828 val
= apply(controls2c
.wxTreeCtrl_GetItemData
,(self
,) + _args
, _kwargs
)
829 if val
: val
= wxTreeItemDataPtr(val
)
831 def SetItemData(self
, *_args
, **_kwargs
):
832 val
= apply(controls2c
.wxTreeCtrl_SetItemData
,(self
,) + _args
, _kwargs
)
834 def GetPyData(self
, *_args
, **_kwargs
):
835 val
= apply(controls2c
.wxTreeCtrl_GetPyData
,(self
,) + _args
, _kwargs
)
837 def SetPyData(self
, *_args
, **_kwargs
):
838 val
= apply(controls2c
.wxTreeCtrl_SetPyData
,(self
,) + _args
, _kwargs
)
840 def IsVisible(self
, *_args
, **_kwargs
):
841 val
= apply(controls2c
.wxTreeCtrl_IsVisible
,(self
,) + _args
, _kwargs
)
843 def ItemHasChildren(self
, *_args
, **_kwargs
):
844 val
= apply(controls2c
.wxTreeCtrl_ItemHasChildren
,(self
,) + _args
, _kwargs
)
846 def IsExpanded(self
, *_args
, **_kwargs
):
847 val
= apply(controls2c
.wxTreeCtrl_IsExpanded
,(self
,) + _args
, _kwargs
)
849 def IsSelected(self
, *_args
, **_kwargs
):
850 val
= apply(controls2c
.wxTreeCtrl_IsSelected
,(self
,) + _args
, _kwargs
)
852 def GetRootItem(self
, *_args
, **_kwargs
):
853 val
= apply(controls2c
.wxTreeCtrl_GetRootItem
,(self
,) + _args
, _kwargs
)
854 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
856 def GetSelection(self
, *_args
, **_kwargs
):
857 val
= apply(controls2c
.wxTreeCtrl_GetSelection
,(self
,) + _args
, _kwargs
)
858 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
860 def GetItemParent(self
, *_args
, **_kwargs
):
861 val
= apply(controls2c
.wxTreeCtrl_GetItemParent
,(self
,) + _args
, _kwargs
)
862 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
864 def GetSelections(self
, *_args
, **_kwargs
):
865 val
= apply(controls2c
.wxTreeCtrl_GetSelections
,(self
,) + _args
, _kwargs
)
867 def GetChildrenCount(self
, *_args
, **_kwargs
):
868 val
= apply(controls2c
.wxTreeCtrl_GetChildrenCount
,(self
,) + _args
, _kwargs
)
870 def GetFirstChild(self
, *_args
, **_kwargs
):
871 val
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
873 def GetNextChild(self
, *_args
, **_kwargs
):
874 val
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
876 def GetNextSibling(self
, *_args
, **_kwargs
):
877 val
= apply(controls2c
.wxTreeCtrl_GetNextSibling
,(self
,) + _args
, _kwargs
)
878 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
880 def GetPrevSibling(self
, *_args
, **_kwargs
):
881 val
= apply(controls2c
.wxTreeCtrl_GetPrevSibling
,(self
,) + _args
, _kwargs
)
882 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
884 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
885 val
= apply(controls2c
.wxTreeCtrl_GetFirstVisibleItem
,(self
,) + _args
, _kwargs
)
886 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
888 def GetNextVisible(self
, *_args
, **_kwargs
):
889 val
= apply(controls2c
.wxTreeCtrl_GetNextVisible
,(self
,) + _args
, _kwargs
)
890 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
892 def GetPrevVisible(self
, *_args
, **_kwargs
):
893 val
= apply(controls2c
.wxTreeCtrl_GetPrevVisible
,(self
,) + _args
, _kwargs
)
894 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
896 def GetLastChild(self
, *_args
, **_kwargs
):
897 val
= apply(controls2c
.wxTreeCtrl_GetLastChild
,(self
,) + _args
, _kwargs
)
898 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
900 def AddRoot(self
, *_args
, **_kwargs
):
901 val
= apply(controls2c
.wxTreeCtrl_AddRoot
,(self
,) + _args
, _kwargs
)
902 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
904 def PrependItem(self
, *_args
, **_kwargs
):
905 val
= apply(controls2c
.wxTreeCtrl_PrependItem
,(self
,) + _args
, _kwargs
)
906 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
908 def InsertItem(self
, *_args
, **_kwargs
):
909 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
,) + _args
, _kwargs
)
910 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
912 def InsertItemBefore(self
, *_args
, **_kwargs
):
913 val
= apply(controls2c
.wxTreeCtrl_InsertItemBefore
,(self
,) + _args
, _kwargs
)
914 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
916 def AppendItem(self
, *_args
, **_kwargs
):
917 val
= apply(controls2c
.wxTreeCtrl_AppendItem
,(self
,) + _args
, _kwargs
)
918 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
920 def Delete(self
, *_args
, **_kwargs
):
921 val
= apply(controls2c
.wxTreeCtrl_Delete
,(self
,) + _args
, _kwargs
)
923 def DeleteChildren(self
, *_args
, **_kwargs
):
924 val
= apply(controls2c
.wxTreeCtrl_DeleteChildren
,(self
,) + _args
, _kwargs
)
926 def DeleteAllItems(self
, *_args
, **_kwargs
):
927 val
= apply(controls2c
.wxTreeCtrl_DeleteAllItems
,(self
,) + _args
, _kwargs
)
929 def Expand(self
, *_args
, **_kwargs
):
930 val
= apply(controls2c
.wxTreeCtrl_Expand
,(self
,) + _args
, _kwargs
)
932 def Collapse(self
, *_args
, **_kwargs
):
933 val
= apply(controls2c
.wxTreeCtrl_Collapse
,(self
,) + _args
, _kwargs
)
935 def CollapseAndReset(self
, *_args
, **_kwargs
):
936 val
= apply(controls2c
.wxTreeCtrl_CollapseAndReset
,(self
,) + _args
, _kwargs
)
938 def Toggle(self
, *_args
, **_kwargs
):
939 val
= apply(controls2c
.wxTreeCtrl_Toggle
,(self
,) + _args
, _kwargs
)
941 def Unselect(self
, *_args
, **_kwargs
):
942 val
= apply(controls2c
.wxTreeCtrl_Unselect
,(self
,) + _args
, _kwargs
)
944 def UnselectAll(self
, *_args
, **_kwargs
):
945 val
= apply(controls2c
.wxTreeCtrl_UnselectAll
,(self
,) + _args
, _kwargs
)
947 def SelectItem(self
, *_args
, **_kwargs
):
948 val
= apply(controls2c
.wxTreeCtrl_SelectItem
,(self
,) + _args
, _kwargs
)
950 def EnsureVisible(self
, *_args
, **_kwargs
):
951 val
= apply(controls2c
.wxTreeCtrl_EnsureVisible
,(self
,) + _args
, _kwargs
)
953 def ScrollTo(self
, *_args
, **_kwargs
):
954 val
= apply(controls2c
.wxTreeCtrl_ScrollTo
,(self
,) + _args
, _kwargs
)
956 def EditLabel(self
, *_args
, **_kwargs
):
957 val
= apply(controls2c
.wxTreeCtrl_EditLabel
,(self
,) + _args
, _kwargs
)
959 def GetEditControl(self
, *_args
, **_kwargs
):
960 val
= apply(controls2c
.wxTreeCtrl_GetEditControl
,(self
,) + _args
, _kwargs
)
962 def EndEditLabel(self
, *_args
, **_kwargs
):
963 val
= apply(controls2c
.wxTreeCtrl_EndEditLabel
,(self
,) + _args
, _kwargs
)
965 def SortChildren(self
, *_args
, **_kwargs
):
966 val
= apply(controls2c
.wxTreeCtrl_SortChildren
,(self
,) + _args
, _kwargs
)
968 def SetItemBold(self
, *_args
, **_kwargs
):
969 val
= apply(controls2c
.wxTreeCtrl_SetItemBold
,(self
,) + _args
, _kwargs
)
971 def IsBold(self
, *_args
, **_kwargs
):
972 val
= apply(controls2c
.wxTreeCtrl_IsBold
,(self
,) + _args
, _kwargs
)
974 def HitTest(self
, *_args
, **_kwargs
):
975 val
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
977 def SetItemTextColour(self
, *_args
, **_kwargs
):
978 val
= apply(controls2c
.wxTreeCtrl_SetItemTextColour
,(self
,) + _args
, _kwargs
)
980 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
981 val
= apply(controls2c
.wxTreeCtrl_SetItemBackgroundColour
,(self
,) + _args
, _kwargs
)
983 def SetItemFont(self
, *_args
, **_kwargs
):
984 val
= apply(controls2c
.wxTreeCtrl_SetItemFont
,(self
,) + _args
, _kwargs
)
986 def SetItemDropHighlight(self
, *_args
, **_kwargs
):
987 val
= apply(controls2c
.wxTreeCtrl_SetItemDropHighlight
,(self
,) + _args
, _kwargs
)
989 def GetBoundingRect(self
, *_args
, **_kwargs
):
990 val
= apply(controls2c
.wxTreeCtrl_GetBoundingRect
,(self
,) + _args
, _kwargs
)
993 return "<C wxTreeCtrl instance at %s>" % (self
.this
,)
995 # Redefine some methods that SWIG gets a bit confused on...
996 def GetFirstChild(self
, *_args
, **_kwargs
):
997 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetFirstChild
,(self
,) + _args
, _kwargs
)
998 val1
= wxTreeItemIdPtr(val1
)
1001 def GetNextChild(self
, *_args
, **_kwargs
):
1002 val1
,val2
= apply(controls2c
.wxTreeCtrl_GetNextChild
,(self
,) + _args
, _kwargs
)
1003 val1
= wxTreeItemIdPtr(val1
)
1006 def HitTest(self
, *_args
, **_kwargs
):
1007 val1
, val2
= apply(controls2c
.wxTreeCtrl_HitTest
,(self
,) + _args
, _kwargs
)
1008 val1
= wxTreeItemIdPtr(val1
)
1012 class wxTreeCtrl(wxTreeCtrlPtr
):
1013 def __init__(self
,*_args
,**_kwargs
):
1014 self
.this
= apply(controls2c
.new_wxTreeCtrl
,_args
,_kwargs
)
1016 self
._setSelf
(self
, wxTreeCtrl
)
1020 def wxPreTreeCtrl(*_args
,**_kwargs
):
1021 val
= wxTreeCtrlPtr(apply(controls2c
.new_wxPreTreeCtrl
,_args
,_kwargs
))
1028 #-------------- FUNCTION WRAPPERS ------------------
1032 #-------------- VARIABLE WRAPPERS ------------------
1034 wxEVT_COMMAND_LIST_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_DRAG
1035 wxEVT_COMMAND_LIST_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_RDRAG
1036 wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT
1037 wxEVT_COMMAND_LIST_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_LIST_END_LABEL_EDIT
1038 wxEVT_COMMAND_LIST_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ITEM
1039 wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
= controls2c
.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS
1040 wxEVT_COMMAND_LIST_GET_INFO
= controls2c
.wxEVT_COMMAND_LIST_GET_INFO
1041 wxEVT_COMMAND_LIST_SET_INFO
= controls2c
.wxEVT_COMMAND_LIST_SET_INFO
1042 wxEVT_COMMAND_LIST_ITEM_SELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_SELECTED
1043 wxEVT_COMMAND_LIST_ITEM_DESELECTED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_DESELECTED
1044 wxEVT_COMMAND_LIST_KEY_DOWN
= controls2c
.wxEVT_COMMAND_LIST_KEY_DOWN
1045 wxEVT_COMMAND_LIST_INSERT_ITEM
= controls2c
.wxEVT_COMMAND_LIST_INSERT_ITEM
1046 wxEVT_COMMAND_LIST_COL_CLICK
= controls2c
.wxEVT_COMMAND_LIST_COL_CLICK
1047 wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1048 wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK
1049 wxEVT_COMMAND_LIST_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_LIST_ITEM_ACTIVATED
1050 wxEVT_COMMAND_LIST_CACHE_HINT
= controls2c
.wxEVT_COMMAND_LIST_CACHE_HINT
1051 wxLC_VRULES
= controls2c
.wxLC_VRULES
1052 wxLC_HRULES
= controls2c
.wxLC_HRULES
1053 wxLC_ICON
= controls2c
.wxLC_ICON
1054 wxLC_SMALL_ICON
= controls2c
.wxLC_SMALL_ICON
1055 wxLC_LIST
= controls2c
.wxLC_LIST
1056 wxLC_REPORT
= controls2c
.wxLC_REPORT
1057 wxLC_ALIGN_TOP
= controls2c
.wxLC_ALIGN_TOP
1058 wxLC_ALIGN_LEFT
= controls2c
.wxLC_ALIGN_LEFT
1059 wxLC_AUTOARRANGE
= controls2c
.wxLC_AUTOARRANGE
1060 wxLC_VIRTUAL
= controls2c
.wxLC_VIRTUAL
1061 wxLC_EDIT_LABELS
= controls2c
.wxLC_EDIT_LABELS
1062 wxLC_NO_HEADER
= controls2c
.wxLC_NO_HEADER
1063 wxLC_NO_SORT_HEADER
= controls2c
.wxLC_NO_SORT_HEADER
1064 wxLC_SINGLE_SEL
= controls2c
.wxLC_SINGLE_SEL
1065 wxLC_SORT_ASCENDING
= controls2c
.wxLC_SORT_ASCENDING
1066 wxLC_SORT_DESCENDING
= controls2c
.wxLC_SORT_DESCENDING
1067 wxLC_MASK_TYPE
= controls2c
.wxLC_MASK_TYPE
1068 wxLC_MASK_ALIGN
= controls2c
.wxLC_MASK_ALIGN
1069 wxLC_MASK_SORT
= controls2c
.wxLC_MASK_SORT
1070 wxLIST_MASK_STATE
= controls2c
.wxLIST_MASK_STATE
1071 wxLIST_MASK_TEXT
= controls2c
.wxLIST_MASK_TEXT
1072 wxLIST_MASK_IMAGE
= controls2c
.wxLIST_MASK_IMAGE
1073 wxLIST_MASK_DATA
= controls2c
.wxLIST_MASK_DATA
1074 wxLIST_SET_ITEM
= controls2c
.wxLIST_SET_ITEM
1075 wxLIST_MASK_WIDTH
= controls2c
.wxLIST_MASK_WIDTH
1076 wxLIST_MASK_FORMAT
= controls2c
.wxLIST_MASK_FORMAT
1077 wxLIST_STATE_DONTCARE
= controls2c
.wxLIST_STATE_DONTCARE
1078 wxLIST_STATE_DROPHILITED
= controls2c
.wxLIST_STATE_DROPHILITED
1079 wxLIST_STATE_FOCUSED
= controls2c
.wxLIST_STATE_FOCUSED
1080 wxLIST_STATE_SELECTED
= controls2c
.wxLIST_STATE_SELECTED
1081 wxLIST_STATE_CUT
= controls2c
.wxLIST_STATE_CUT
1082 wxLIST_HITTEST_ABOVE
= controls2c
.wxLIST_HITTEST_ABOVE
1083 wxLIST_HITTEST_BELOW
= controls2c
.wxLIST_HITTEST_BELOW
1084 wxLIST_HITTEST_NOWHERE
= controls2c
.wxLIST_HITTEST_NOWHERE
1085 wxLIST_HITTEST_ONITEMICON
= controls2c
.wxLIST_HITTEST_ONITEMICON
1086 wxLIST_HITTEST_ONITEMLABEL
= controls2c
.wxLIST_HITTEST_ONITEMLABEL
1087 wxLIST_HITTEST_ONITEMRIGHT
= controls2c
.wxLIST_HITTEST_ONITEMRIGHT
1088 wxLIST_HITTEST_ONITEMSTATEICON
= controls2c
.wxLIST_HITTEST_ONITEMSTATEICON
1089 wxLIST_HITTEST_TOLEFT
= controls2c
.wxLIST_HITTEST_TOLEFT
1090 wxLIST_HITTEST_TORIGHT
= controls2c
.wxLIST_HITTEST_TORIGHT
1091 wxLIST_HITTEST_ONITEM
= controls2c
.wxLIST_HITTEST_ONITEM
1092 wxLIST_NEXT_ABOVE
= controls2c
.wxLIST_NEXT_ABOVE
1093 wxLIST_NEXT_ALL
= controls2c
.wxLIST_NEXT_ALL
1094 wxLIST_NEXT_BELOW
= controls2c
.wxLIST_NEXT_BELOW
1095 wxLIST_NEXT_LEFT
= controls2c
.wxLIST_NEXT_LEFT
1096 wxLIST_NEXT_RIGHT
= controls2c
.wxLIST_NEXT_RIGHT
1097 wxLIST_ALIGN_DEFAULT
= controls2c
.wxLIST_ALIGN_DEFAULT
1098 wxLIST_ALIGN_LEFT
= controls2c
.wxLIST_ALIGN_LEFT
1099 wxLIST_ALIGN_TOP
= controls2c
.wxLIST_ALIGN_TOP
1100 wxLIST_ALIGN_SNAP_TO_GRID
= controls2c
.wxLIST_ALIGN_SNAP_TO_GRID
1101 wxLIST_AUTOSIZE
= controls2c
.wxLIST_AUTOSIZE
1102 wxLIST_AUTOSIZE_USEHEADER
= controls2c
.wxLIST_AUTOSIZE_USEHEADER
1103 wxLIST_RECT_BOUNDS
= controls2c
.wxLIST_RECT_BOUNDS
1104 wxLIST_RECT_ICON
= controls2c
.wxLIST_RECT_ICON
1105 wxLIST_RECT_LABEL
= controls2c
.wxLIST_RECT_LABEL
1106 wxLIST_FIND_UP
= controls2c
.wxLIST_FIND_UP
1107 wxLIST_FIND_DOWN
= controls2c
.wxLIST_FIND_DOWN
1108 wxLIST_FIND_LEFT
= controls2c
.wxLIST_FIND_LEFT
1109 wxLIST_FIND_RIGHT
= controls2c
.wxLIST_FIND_RIGHT
1110 wxLIST_FORMAT_LEFT
= controls2c
.wxLIST_FORMAT_LEFT
1111 wxLIST_FORMAT_RIGHT
= controls2c
.wxLIST_FORMAT_RIGHT
1112 wxLIST_FORMAT_CENTRE
= controls2c
.wxLIST_FORMAT_CENTRE
1113 wxLIST_FORMAT_CENTER
= controls2c
.wxLIST_FORMAT_CENTER
1114 wxTR_NO_BUTTONS
= controls2c
.wxTR_NO_BUTTONS
1115 wxTR_HAS_BUTTONS
= controls2c
.wxTR_HAS_BUTTONS
1116 wxTR_TWIST_BUTTONS
= controls2c
.wxTR_TWIST_BUTTONS
1117 wxTR_NO_LINES
= controls2c
.wxTR_NO_LINES
1118 wxTR_MAC_BUTTONS
= controls2c
.wxTR_MAC_BUTTONS
1119 wxTR_SINGLE
= controls2c
.wxTR_SINGLE
1120 wxTR_MULTIPLE
= controls2c
.wxTR_MULTIPLE
1121 wxTR_EXTENDED
= controls2c
.wxTR_EXTENDED
1122 wxTR_EDIT_LABELS
= controls2c
.wxTR_EDIT_LABELS
1123 wxTR_LINES_AT_ROOT
= controls2c
.wxTR_LINES_AT_ROOT
1124 wxTR_HIDE_ROOT
= controls2c
.wxTR_HIDE_ROOT
1125 wxTR_ROW_LINES
= controls2c
.wxTR_ROW_LINES
1126 wxTR_HAS_VARIABLE_ROW_HEIGHT
= controls2c
.wxTR_HAS_VARIABLE_ROW_HEIGHT
1127 wxTR_DEFAULT_STYLE
= controls2c
.wxTR_DEFAULT_STYLE
1128 wxTreeItemIcon_Normal
= controls2c
.wxTreeItemIcon_Normal
1129 wxTreeItemIcon_Selected
= controls2c
.wxTreeItemIcon_Selected
1130 wxTreeItemIcon_Expanded
= controls2c
.wxTreeItemIcon_Expanded
1131 wxTreeItemIcon_SelectedExpanded
= controls2c
.wxTreeItemIcon_SelectedExpanded
1132 wxTreeItemIcon_Max
= controls2c
.wxTreeItemIcon_Max
1133 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
1134 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
1135 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
1136 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
1137 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
1138 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
1139 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
1140 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
1141 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
1142 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
1143 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
1144 wxTREE_HITTEST_ONITEMUPPERPART
= controls2c
.wxTREE_HITTEST_ONITEMUPPERPART
1145 wxTREE_HITTEST_ONITEMLOWERPART
= controls2c
.wxTREE_HITTEST_ONITEMLOWERPART
1146 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
1147 wxEVT_COMMAND_TREE_BEGIN_DRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_DRAG
1148 wxEVT_COMMAND_TREE_BEGIN_RDRAG
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_RDRAG
1149 wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT
1150 wxEVT_COMMAND_TREE_END_LABEL_EDIT
= controls2c
.wxEVT_COMMAND_TREE_END_LABEL_EDIT
1151 wxEVT_COMMAND_TREE_DELETE_ITEM
= controls2c
.wxEVT_COMMAND_TREE_DELETE_ITEM
1152 wxEVT_COMMAND_TREE_GET_INFO
= controls2c
.wxEVT_COMMAND_TREE_GET_INFO
1153 wxEVT_COMMAND_TREE_SET_INFO
= controls2c
.wxEVT_COMMAND_TREE_SET_INFO
1154 wxEVT_COMMAND_TREE_ITEM_EXPANDED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDED
1155 wxEVT_COMMAND_TREE_ITEM_EXPANDING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_EXPANDING
1156 wxEVT_COMMAND_TREE_ITEM_COLLAPSED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSED
1157 wxEVT_COMMAND_TREE_ITEM_COLLAPSING
= controls2c
.wxEVT_COMMAND_TREE_ITEM_COLLAPSING
1158 wxEVT_COMMAND_TREE_SEL_CHANGED
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGED
1159 wxEVT_COMMAND_TREE_SEL_CHANGING
= controls2c
.wxEVT_COMMAND_TREE_SEL_CHANGING
1160 wxEVT_COMMAND_TREE_KEY_DOWN
= controls2c
.wxEVT_COMMAND_TREE_KEY_DOWN
1161 wxEVT_COMMAND_TREE_ITEM_ACTIVATED
= controls2c
.wxEVT_COMMAND_TREE_ITEM_ACTIVATED
1162 wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK
1163 wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
= controls2c
.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK
1164 wxEVT_COMMAND_TREE_END_DRAG
= controls2c
.wxEVT_COMMAND_TREE_END_DRAG