1 # This file was created automatically by SWIG.
12 from controls
import *
14 def __init__(self
,this
):
18 if self
.thisown
== 1 :
19 controls2c
.delete_wxListItem(self
.this
)
20 def __setattr__(self
,name
,value
):
22 controls2c
.wxListItem_m_mask_set(self
.this
,value
)
24 if name
== "m_itemId" :
25 controls2c
.wxListItem_m_itemId_set(self
.this
,value
)
28 controls2c
.wxListItem_m_col_set(self
.this
,value
)
30 if name
== "m_state" :
31 controls2c
.wxListItem_m_state_set(self
.this
,value
)
33 if name
== "m_stateMask" :
34 controls2c
.wxListItem_m_stateMask_set(self
.this
,value
)
37 controls2c
.wxListItem_m_text_set(self
.this
,value
)
39 if name
== "m_image" :
40 controls2c
.wxListItem_m_image_set(self
.this
,value
)
43 controls2c
.wxListItem_m_data_set(self
.this
,value
)
45 if name
== "m_format" :
46 controls2c
.wxListItem_m_format_set(self
.this
,value
)
48 if name
== "m_width" :
49 controls2c
.wxListItem_m_width_set(self
.this
,value
)
51 self
.__dict
__[name
] = value
52 def __getattr__(self
,name
):
54 return controls2c
.wxListItem_m_mask_get(self
.this
)
55 if name
== "m_itemId" :
56 return controls2c
.wxListItem_m_itemId_get(self
.this
)
58 return controls2c
.wxListItem_m_col_get(self
.this
)
59 if name
== "m_state" :
60 return controls2c
.wxListItem_m_state_get(self
.this
)
61 if name
== "m_stateMask" :
62 return controls2c
.wxListItem_m_stateMask_get(self
.this
)
64 return controls2c
.wxListItem_m_text_get(self
.this
)
65 if name
== "m_image" :
66 return controls2c
.wxListItem_m_image_get(self
.this
)
68 return controls2c
.wxListItem_m_data_get(self
.this
)
69 if name
== "m_format" :
70 return controls2c
.wxListItem_m_format_get(self
.this
)
71 if name
== "m_width" :
72 return controls2c
.wxListItem_m_width_get(self
.this
)
73 raise AttributeError,name
75 return "<C wxListItem instance>"
76 class wxListItem(wxListItemPtr
):
78 self
.this
= controls2c
.new_wxListItem()
84 class wxListEventPtr(wxCommandEventPtr
):
85 def __init__(self
,this
):
88 def __setattr__(self
,name
,value
):
90 controls2c
.wxListEvent_m_code_set(self
.this
,value
)
92 if name
== "m_itemIndex" :
93 controls2c
.wxListEvent_m_itemIndex_set(self
.this
,value
)
95 if name
== "m_oldItemIndex" :
96 controls2c
.wxListEvent_m_oldItemIndex_set(self
.this
,value
)
99 controls2c
.wxListEvent_m_col_set(self
.this
,value
)
101 if name
== "m_cancelled" :
102 controls2c
.wxListEvent_m_cancelled_set(self
.this
,value
)
104 if name
== "m_pointDrag" :
105 controls2c
.wxListEvent_m_pointDrag_set(self
.this
,value
.this
)
107 if name
== "m_item" :
108 controls2c
.wxListEvent_m_item_set(self
.this
,value
.this
)
110 self
.__dict
__[name
] = value
111 def __getattr__(self
,name
):
112 if name
== "m_code" :
113 return controls2c
.wxListEvent_m_code_get(self
.this
)
114 if name
== "m_itemIndex" :
115 return controls2c
.wxListEvent_m_itemIndex_get(self
.this
)
116 if name
== "m_oldItemIndex" :
117 return controls2c
.wxListEvent_m_oldItemIndex_get(self
.this
)
119 return controls2c
.wxListEvent_m_col_get(self
.this
)
120 if name
== "m_cancelled" :
121 return controls2c
.wxListEvent_m_cancelled_get(self
.this
)
122 if name
== "m_pointDrag" :
123 return wxPointPtr(controls2c
.wxListEvent_m_pointDrag_get(self
.this
))
124 if name
== "m_item" :
125 return wxListItemPtr(controls2c
.wxListEvent_m_item_get(self
.this
))
126 raise AttributeError,name
128 return "<C wxListEvent instance>"
129 class wxListEvent(wxListEventPtr
):
130 def __init__(self
,this
):
136 class wxListCtrlPtr(wxControlPtr
):
137 def __init__(self
,this
):
140 def Arrange(self
,*args
):
141 val
= apply(controls2c
.wxListCtrl_Arrange
,(self
.this
,)+args
)
143 def DeleteItem(self
,arg0
):
144 val
= controls2c
.wxListCtrl_DeleteItem(self
.this
,arg0
)
146 def DeleteAllItems(self
):
147 val
= controls2c
.wxListCtrl_DeleteAllItems(self
.this
)
149 def DeleteColumn(self
,arg0
):
150 val
= controls2c
.wxListCtrl_DeleteColumn(self
.this
,arg0
)
152 def DeleteAllColumns(self
):
153 val
= controls2c
.wxListCtrl_DeleteAllColumns(self
.this
)
156 val
= controls2c
.wxListCtrl_ClearAll(self
.this
)
158 def EditLabel(self
,arg0
):
159 val
= controls2c
.wxListCtrl_EditLabel(self
.this
,arg0
)
160 val
= wxTextCtrlPtr(val
)
162 def EndEditLabel(self
,arg0
):
163 val
= controls2c
.wxListCtrl_EndEditLabel(self
.this
,arg0
)
165 def EnsureVisible(self
,arg0
):
166 val
= controls2c
.wxListCtrl_EnsureVisible(self
.this
,arg0
)
168 def FindItem(self
,arg0
,arg1
,*args
):
169 val
= apply(controls2c
.wxListCtrl_FindItem
,(self
.this
,arg0
,arg1
,)+args
)
171 def FindItemData(self
,arg0
,arg1
):
172 val
= controls2c
.wxListCtrl_FindItemData(self
.this
,arg0
,arg1
)
174 def FindItemAtPos(self
,arg0
,arg1
,arg2
):
175 val
= controls2c
.wxListCtrl_FindItemAtPos(self
.this
,arg0
,arg1
.this
,arg2
)
177 def GetColumn(self
,arg0
,arg1
):
178 val
= controls2c
.wxListCtrl_GetColumn(self
.this
,arg0
,arg1
.this
)
180 def GetColumnWidth(self
,arg0
):
181 val
= controls2c
.wxListCtrl_GetColumnWidth(self
.this
,arg0
)
183 def GetCountPerPage(self
):
184 val
= controls2c
.wxListCtrl_GetCountPerPage(self
.this
)
186 def GetEditControl(self
):
187 val
= controls2c
.wxListCtrl_GetEditControl(self
.this
)
188 val
= wxTextCtrlPtr(val
)
190 def GetImageList(self
,arg0
):
191 val
= controls2c
.wxListCtrl_GetImageList(self
.this
,arg0
)
193 def GetItemData(self
,arg0
):
194 val
= controls2c
.wxListCtrl_GetItemData(self
.this
,arg0
)
197 val
= controls2c
.wxListCtrl_GetItem(self
.this
)
198 val
= wxListItemPtr(val
)
201 def GetItemPosition(self
,arg0
):
202 val
= controls2c
.wxListCtrl_GetItemPosition(self
.this
,arg0
)
203 val
= wxPointPtr(val
)
206 def GetItemRect(self
,arg0
,*args
):
207 val
= apply(controls2c
.wxListCtrl_GetItemRect
,(self
.this
,arg0
,)+args
)
211 def GetItemState(self
,arg0
,arg1
):
212 val
= controls2c
.wxListCtrl_GetItemState(self
.this
,arg0
,arg1
)
214 def GetItemCount(self
):
215 val
= controls2c
.wxListCtrl_GetItemCount(self
.this
)
217 def GetItemSpacing(self
,arg0
):
218 val
= controls2c
.wxListCtrl_GetItemSpacing(self
.this
,arg0
)
220 def GetItemText(self
,arg0
):
221 val
= controls2c
.wxListCtrl_GetItemText(self
.this
,arg0
)
223 def GetNextItem(self
,arg0
,*args
):
224 val
= apply(controls2c
.wxListCtrl_GetNextItem
,(self
.this
,arg0
,)+args
)
226 def GetSelectedItemCount(self
):
227 val
= controls2c
.wxListCtrl_GetSelectedItemCount(self
.this
)
229 def GetTextColour(self
):
230 val
= controls2c
.wxListCtrl_GetTextColour(self
.this
)
231 val
= wxColourPtr(val
)
234 def GetTopItem(self
):
235 val
= controls2c
.wxListCtrl_GetTopItem(self
.this
)
237 def HitTest(self
,arg0
):
238 val
= controls2c
.wxListCtrl_HitTest(self
.this
,arg0
.this
)
240 def InsertColumnWithInfo(self
,arg0
,arg1
):
241 val
= controls2c
.wxListCtrl_InsertColumnWithInfo(self
.this
,arg0
,arg1
.this
)
243 def InsertColumn(self
,arg0
,arg1
,*args
):
244 val
= apply(controls2c
.wxListCtrl_InsertColumn
,(self
.this
,arg0
,arg1
,)+args
)
246 def InsertItem(self
,arg0
):
247 val
= controls2c
.wxListCtrl_InsertItem(self
.this
,arg0
.this
)
249 def InsertStringItem(self
,arg0
,arg1
):
250 val
= controls2c
.wxListCtrl_InsertStringItem(self
.this
,arg0
,arg1
)
252 def InsertImageItem(self
,arg0
,arg1
):
253 val
= controls2c
.wxListCtrl_InsertImageItem(self
.this
,arg0
,arg1
)
255 def InsertImageStringItem(self
,arg0
,arg1
,arg2
):
256 val
= controls2c
.wxListCtrl_InsertImageStringItem(self
.this
,arg0
,arg1
,arg2
)
258 def ScrollList(self
,arg0
,arg1
):
259 val
= controls2c
.wxListCtrl_ScrollList(self
.this
,arg0
,arg1
)
261 def SetBackgroundColour(self
,arg0
):
262 val
= controls2c
.wxListCtrl_SetBackgroundColour(self
.this
,arg0
.this
)
264 def SetColumn(self
,arg0
,arg1
):
265 val
= controls2c
.wxListCtrl_SetColumn(self
.this
,arg0
,arg1
.this
)
267 def SetColumnWidth(self
,arg0
,arg1
):
268 val
= controls2c
.wxListCtrl_SetColumnWidth(self
.this
,arg0
,arg1
)
270 def SetImageList(self
,arg0
,arg1
):
271 val
= controls2c
.wxListCtrl_SetImageList(self
.this
,arg0
,arg1
)
273 def SetItem(self
,arg0
):
274 val
= controls2c
.wxListCtrl_SetItem(self
.this
,arg0
.this
)
276 def SetItemString(self
,arg0
,arg1
,arg2
,*args
):
277 val
= apply(controls2c
.wxListCtrl_SetItemString
,(self
.this
,arg0
,arg1
,arg2
,)+args
)
279 def SetItemData(self
,arg0
,arg1
):
280 val
= controls2c
.wxListCtrl_SetItemData(self
.this
,arg0
,arg1
)
282 def SetItemImage(self
,arg0
,arg1
,arg2
):
283 val
= controls2c
.wxListCtrl_SetItemImage(self
.this
,arg0
,arg1
,arg2
)
285 def SetItemPosition(self
,arg0
,arg1
):
286 val
= controls2c
.wxListCtrl_SetItemPosition(self
.this
,arg0
,arg1
.this
)
288 def SetItemState(self
,arg0
,arg1
,arg2
):
289 val
= controls2c
.wxListCtrl_SetItemState(self
.this
,arg0
,arg1
,arg2
)
291 def SetItemText(self
,arg0
,arg1
):
292 val
= controls2c
.wxListCtrl_SetItemText(self
.this
,arg0
,arg1
)
294 def SetSingleStyle(self
,arg0
,*args
):
295 val
= apply(controls2c
.wxListCtrl_SetSingleStyle
,(self
.this
,arg0
,)+args
)
297 def SetTextColour(self
,arg0
):
298 val
= controls2c
.wxListCtrl_SetTextColour(self
.this
,arg0
.this
)
300 def SetWindowStyleFlag(self
,arg0
):
301 val
= controls2c
.wxListCtrl_SetWindowStyleFlag(self
.this
,arg0
)
304 return "<C wxListCtrl instance>"
305 class wxListCtrl(wxListCtrlPtr
):
306 def __init__(self
,arg0
,arg1
,*args
) :
307 argl
= map(None,args
)
308 try: argl
[0] = argl
[0].this
310 try: argl
[1] = argl
[1].this
313 self
.this
= apply(controls2c
.new_wxListCtrl
,(arg0
.this
,arg1
,)+args
)
319 class wxTreeItemPtr
:
320 def __init__(self
,this
):
324 if self
.thisown
== 1 :
325 controls2c
.delete_wxTreeItem(self
.this
)
326 def __setattr__(self
,name
,value
):
327 if name
== "m_mask" :
328 controls2c
.wxTreeItem_m_mask_set(self
.this
,value
)
330 if name
== "m_itemId" :
331 controls2c
.wxTreeItem_m_itemId_set(self
.this
,value
)
333 if name
== "m_state" :
334 controls2c
.wxTreeItem_m_state_set(self
.this
,value
)
336 if name
== "m_stateMask" :
337 controls2c
.wxTreeItem_m_stateMask_set(self
.this
,value
)
339 if name
== "m_text" :
340 controls2c
.wxTreeItem_m_text_set(self
.this
,value
)
342 if name
== "m_image" :
343 controls2c
.wxTreeItem_m_image_set(self
.this
,value
)
345 if name
== "m_selectedImage" :
346 controls2c
.wxTreeItem_m_selectedImage_set(self
.this
,value
)
348 if name
== "m_children" :
349 controls2c
.wxTreeItem_m_children_set(self
.this
,value
)
351 if name
== "m_data" :
352 controls2c
.wxTreeItem_m_data_set(self
.this
,value
)
354 self
.__dict
__[name
] = value
355 def __getattr__(self
,name
):
356 if name
== "m_mask" :
357 return controls2c
.wxTreeItem_m_mask_get(self
.this
)
358 if name
== "m_itemId" :
359 return controls2c
.wxTreeItem_m_itemId_get(self
.this
)
360 if name
== "m_state" :
361 return controls2c
.wxTreeItem_m_state_get(self
.this
)
362 if name
== "m_stateMask" :
363 return controls2c
.wxTreeItem_m_stateMask_get(self
.this
)
364 if name
== "m_text" :
365 return controls2c
.wxTreeItem_m_text_get(self
.this
)
366 if name
== "m_image" :
367 return controls2c
.wxTreeItem_m_image_get(self
.this
)
368 if name
== "m_selectedImage" :
369 return controls2c
.wxTreeItem_m_selectedImage_get(self
.this
)
370 if name
== "m_children" :
371 return controls2c
.wxTreeItem_m_children_get(self
.this
)
372 if name
== "m_data" :
373 return controls2c
.wxTreeItem_m_data_get(self
.this
)
374 raise AttributeError,name
376 return "<C wxTreeItem instance>"
377 class wxTreeItem(wxTreeItemPtr
):
379 self
.this
= controls2c
.new_wxTreeItem()
385 class wxTreeEventPtr(wxCommandEventPtr
):
386 def __init__(self
,this
):
389 def __setattr__(self
,name
,value
):
390 if name
== "m_code" :
391 controls2c
.wxTreeEvent_m_code_set(self
.this
,value
)
393 if name
== "m_item" :
394 controls2c
.wxTreeEvent_m_item_set(self
.this
,value
.this
)
396 if name
== "m_oldItem" :
397 controls2c
.wxTreeEvent_m_oldItem_set(self
.this
,value
)
399 if name
== "m_pointDrag" :
400 controls2c
.wxTreeEvent_m_pointDrag_set(self
.this
,value
.this
)
402 self
.__dict
__[name
] = value
403 def __getattr__(self
,name
):
404 if name
== "m_code" :
405 return controls2c
.wxTreeEvent_m_code_get(self
.this
)
406 if name
== "m_item" :
407 return wxTreeItemPtr(controls2c
.wxTreeEvent_m_item_get(self
.this
))
408 if name
== "m_oldItem" :
409 return controls2c
.wxTreeEvent_m_oldItem_get(self
.this
)
410 if name
== "m_pointDrag" :
411 return wxPointPtr(controls2c
.wxTreeEvent_m_pointDrag_get(self
.this
))
412 raise AttributeError,name
414 return "<C wxTreeEvent instance>"
415 class wxTreeEvent(wxTreeEventPtr
):
416 def __init__(self
,this
):
422 class wxTreeCtrlPtr(wxControlPtr
):
423 def __init__(self
,this
):
426 def DeleteAllItems(self
):
427 val
= controls2c
.wxTreeCtrl_DeleteAllItems(self
.this
)
429 def DeleteItem(self
,arg0
):
430 val
= controls2c
.wxTreeCtrl_DeleteItem(self
.this
,arg0
)
432 def EditLabel(self
,arg0
):
433 val
= controls2c
.wxTreeCtrl_EditLabel(self
.this
,arg0
)
434 val
= wxTextCtrlPtr(val
)
436 def EnsureVisible(self
,arg0
):
437 val
= controls2c
.wxTreeCtrl_EnsureVisible(self
.this
,arg0
)
439 def ExpandItem(self
,arg0
,arg1
):
440 val
= controls2c
.wxTreeCtrl_ExpandItem(self
.this
,arg0
,arg1
)
442 def GetChild(self
,arg0
):
443 val
= controls2c
.wxTreeCtrl_GetChild(self
.this
,arg0
)
446 val
= controls2c
.wxTreeCtrl_GetCount(self
.this
)
448 def GetEditControl(self
):
449 val
= controls2c
.wxTreeCtrl_GetEditControl(self
.this
)
450 val
= wxTextCtrlPtr(val
)
452 def GetFirstVisibleItem(self
):
453 val
= controls2c
.wxTreeCtrl_GetFirstVisibleItem(self
.this
)
455 def GetImageList(self
,*args
):
456 val
= apply(controls2c
.wxTreeCtrl_GetImageList
,(self
.this
,)+args
)
459 val
= controls2c
.wxTreeCtrl_GetIndent(self
.this
)
461 def GetItemData(self
,arg0
):
462 val
= controls2c
.wxTreeCtrl_GetItemData(self
.this
,arg0
)
465 val
= controls2c
.wxTreeCtrl_GetItem(self
.this
)
466 val
= wxTreeItemPtr(val
)
469 def GetItemRect(self
,arg0
,*args
):
470 val
= apply(controls2c
.wxTreeCtrl_GetItemRect
,(self
.this
,arg0
,)+args
)
474 def GetItemState(self
,arg0
,arg1
):
475 val
= controls2c
.wxTreeCtrl_GetItemState(self
.this
,arg0
,arg1
)
477 def GetItemText(self
,arg0
):
478 val
= controls2c
.wxTreeCtrl_GetItemText(self
.this
,arg0
)
480 def GetNextItem(self
,arg0
,arg1
):
481 val
= controls2c
.wxTreeCtrl_GetNextItem(self
.this
,arg0
,arg1
)
483 def GetNextVisibleItem(self
,arg0
):
484 val
= controls2c
.wxTreeCtrl_GetNextVisibleItem(self
.this
,arg0
)
486 def GetParent(self
,arg0
):
487 val
= controls2c
.wxTreeCtrl_GetParent(self
.this
,arg0
)
489 def GetRootItem(self
):
490 val
= controls2c
.wxTreeCtrl_GetRootItem(self
.this
)
492 def GetSelection(self
):
493 val
= controls2c
.wxTreeCtrl_GetSelection(self
.this
)
495 def HitTest(self
,arg0
):
496 val
= controls2c
.wxTreeCtrl_HitTest(self
.this
,arg0
.this
)
498 def InsertItem(self
,arg0
,arg1
,*args
):
499 val
= apply(controls2c
.wxTreeCtrl_InsertItem
,(self
.this
,arg0
,arg1
.this
,)+args
)
501 def InsertItemString(self
,arg0
,arg1
,*args
):
502 val
= apply(controls2c
.wxTreeCtrl_InsertItemString
,(self
.this
,arg0
,arg1
,)+args
)
504 def ItemHasChildren(self
,arg0
):
505 val
= controls2c
.wxTreeCtrl_ItemHasChildren(self
.this
,arg0
)
507 def ScrollTo(self
,arg0
):
508 val
= controls2c
.wxTreeCtrl_ScrollTo(self
.this
,arg0
)
510 def SelectItem(self
,arg0
):
511 val
= controls2c
.wxTreeCtrl_SelectItem(self
.this
,arg0
)
513 def SetIndent(self
,arg0
):
514 val
= controls2c
.wxTreeCtrl_SetIndent(self
.this
,arg0
)
516 def SetImageList(self
,arg0
,*args
):
517 val
= apply(controls2c
.wxTreeCtrl_SetImageList
,(self
.this
,arg0
,)+args
)
519 def SetItem(self
,arg0
):
520 val
= controls2c
.wxTreeCtrl_SetItem(self
.this
,arg0
.this
)
522 def SetItemImage(self
,arg0
,arg1
,arg2
):
523 val
= controls2c
.wxTreeCtrl_SetItemImage(self
.this
,arg0
,arg1
,arg2
)
525 def SetItemState(self
,arg0
,arg1
,arg2
):
526 val
= controls2c
.wxTreeCtrl_SetItemState(self
.this
,arg0
,arg1
,arg2
)
528 def SetItemText(self
,arg0
,arg1
):
529 val
= controls2c
.wxTreeCtrl_SetItemText(self
.this
,arg0
,arg1
)
531 def SetItemData(self
,arg0
,arg1
):
532 val
= controls2c
.wxTreeCtrl_SetItemData(self
.this
,arg0
,arg1
)
534 def SortChildren(self
,arg0
):
535 val
= controls2c
.wxTreeCtrl_SortChildren(self
.this
,arg0
)
538 return "<C wxTreeCtrl instance>"
539 class wxTreeCtrl(wxTreeCtrlPtr
):
540 def __init__(self
,arg0
,*args
) :
541 argl
= map(None,args
)
542 try: argl
[1] = argl
[1].this
544 try: argl
[2] = argl
[2].this
547 self
.this
= apply(controls2c
.new_wxTreeCtrl
,(arg0
.this
,)+args
)
553 class wxTabEventPtr(wxCommandEventPtr
):
554 def __init__(self
,this
):
558 return "<C wxTabEvent instance>"
559 class wxTabEvent(wxTabEventPtr
):
560 def __init__(self
,this
):
566 class wxTabCtrlPtr(wxControlPtr
):
567 def __init__(self
,this
):
570 def DeleteAllItems(self
):
571 val
= controls2c
.wxTabCtrl_DeleteAllItems(self
.this
)
573 def DeleteItem(self
,arg0
):
574 val
= controls2c
.wxTabCtrl_DeleteItem(self
.this
,arg0
)
576 def GetImageList(self
):
577 val
= controls2c
.wxTabCtrl_GetImageList(self
.this
)
579 def GetItemCount(self
):
580 val
= controls2c
.wxTabCtrl_GetItemCount(self
.this
)
582 def GetItemImage(self
,arg0
):
583 val
= controls2c
.wxTabCtrl_GetItemImage(self
.this
,arg0
)
585 def GetItemRect(self
,arg0
):
586 val
= controls2c
.wxTabCtrl_GetItemRect(self
.this
,arg0
)
590 def GetItemText(self
,arg0
):
591 val
= controls2c
.wxTabCtrl_GetItemText(self
.this
,arg0
)
593 def GetRowCount(self
):
594 val
= controls2c
.wxTabCtrl_GetRowCount(self
.this
)
596 def GetSelection(self
):
597 val
= controls2c
.wxTabCtrl_GetSelection(self
.this
)
599 def HitTest(self
,arg0
):
600 val
= controls2c
.wxTabCtrl_HitTest(self
.this
,arg0
.this
)
602 def InsertItem(self
,arg0
,arg1
,*args
):
603 val
= apply(controls2c
.wxTabCtrl_InsertItem
,(self
.this
,arg0
,arg1
,)+args
)
605 def SetItemImage(self
,arg0
,arg1
):
606 val
= controls2c
.wxTabCtrl_SetItemImage(self
.this
,arg0
,arg1
)
608 def SetImageList(self
,arg0
):
609 val
= controls2c
.wxTabCtrl_SetImageList(self
.this
,arg0
)
611 def SetItemSize(self
,arg0
):
612 val
= controls2c
.wxTabCtrl_SetItemSize(self
.this
,arg0
.this
)
614 def SetItemText(self
,arg0
,arg1
):
615 val
= controls2c
.wxTabCtrl_SetItemText(self
.this
,arg0
,arg1
)
617 def SetPadding(self
,arg0
):
618 val
= controls2c
.wxTabCtrl_SetPadding(self
.this
,arg0
.this
)
620 def SetSelection(self
,arg0
):
621 val
= controls2c
.wxTabCtrl_SetSelection(self
.this
,arg0
)
624 return "<C wxTabCtrl instance>"
625 class wxTabCtrl(wxTabCtrlPtr
):
626 def __init__(self
,arg0
,arg1
,*args
) :
627 argl
= map(None,args
)
628 try: argl
[0] = argl
[0].this
630 try: argl
[1] = argl
[1].this
633 self
.this
= apply(controls2c
.new_wxTabCtrl
,(arg0
.this
,arg1
,)+args
)
641 #-------------- FUNCTION WRAPPERS ------------------
645 #-------------- VARIABLE WRAPPERS ------------------
647 wxTREE_MASK_HANDLE
= controls2c
.wxTREE_MASK_HANDLE
648 wxTREE_MASK_STATE
= controls2c
.wxTREE_MASK_STATE
649 wxTREE_MASK_TEXT
= controls2c
.wxTREE_MASK_TEXT
650 wxTREE_MASK_IMAGE
= controls2c
.wxTREE_MASK_IMAGE
651 wxTREE_MASK_SELECTED_IMAGE
= controls2c
.wxTREE_MASK_SELECTED_IMAGE
652 wxTREE_MASK_CHILDREN
= controls2c
.wxTREE_MASK_CHILDREN
653 wxTREE_MASK_DATA
= controls2c
.wxTREE_MASK_DATA
654 wxTREE_STATE_BOLD
= controls2c
.wxTREE_STATE_BOLD
655 wxTREE_STATE_DROPHILITED
= controls2c
.wxTREE_STATE_DROPHILITED
656 wxTREE_STATE_EXPANDED
= controls2c
.wxTREE_STATE_EXPANDED
657 wxTREE_STATE_EXPANDEDONCE
= controls2c
.wxTREE_STATE_EXPANDEDONCE
658 wxTREE_STATE_FOCUSED
= controls2c
.wxTREE_STATE_FOCUSED
659 wxTREE_STATE_SELECTED
= controls2c
.wxTREE_STATE_SELECTED
660 wxTREE_STATE_CUT
= controls2c
.wxTREE_STATE_CUT
661 wxTREE_HITTEST_ABOVE
= controls2c
.wxTREE_HITTEST_ABOVE
662 wxTREE_HITTEST_BELOW
= controls2c
.wxTREE_HITTEST_BELOW
663 wxTREE_HITTEST_NOWHERE
= controls2c
.wxTREE_HITTEST_NOWHERE
664 wxTREE_HITTEST_ONITEMBUTTON
= controls2c
.wxTREE_HITTEST_ONITEMBUTTON
665 wxTREE_HITTEST_ONITEMICON
= controls2c
.wxTREE_HITTEST_ONITEMICON
666 wxTREE_HITTEST_ONITEMINDENT
= controls2c
.wxTREE_HITTEST_ONITEMINDENT
667 wxTREE_HITTEST_ONITEMLABEL
= controls2c
.wxTREE_HITTEST_ONITEMLABEL
668 wxTREE_HITTEST_ONITEMRIGHT
= controls2c
.wxTREE_HITTEST_ONITEMRIGHT
669 wxTREE_HITTEST_ONITEMSTATEICON
= controls2c
.wxTREE_HITTEST_ONITEMSTATEICON
670 wxTREE_HITTEST_TOLEFT
= controls2c
.wxTREE_HITTEST_TOLEFT
671 wxTREE_HITTEST_TORIGHT
= controls2c
.wxTREE_HITTEST_TORIGHT
672 wxTREE_HITTEST_ONITEM
= controls2c
.wxTREE_HITTEST_ONITEM
673 wxTREE_NEXT_CARET
= controls2c
.wxTREE_NEXT_CARET
674 wxTREE_NEXT_CHILD
= controls2c
.wxTREE_NEXT_CHILD
675 wxTREE_NEXT_DROPHILITE
= controls2c
.wxTREE_NEXT_DROPHILITE
676 wxTREE_NEXT_FIRSTVISIBLE
= controls2c
.wxTREE_NEXT_FIRSTVISIBLE
677 wxTREE_NEXT_NEXT
= controls2c
.wxTREE_NEXT_NEXT
678 wxTREE_NEXT_NEXTVISIBLE
= controls2c
.wxTREE_NEXT_NEXTVISIBLE
679 wxTREE_NEXT_PARENT
= controls2c
.wxTREE_NEXT_PARENT
680 wxTREE_NEXT_PREVIOUS
= controls2c
.wxTREE_NEXT_PREVIOUS
681 wxTREE_NEXT_PREVIOUSVISIBLE
= controls2c
.wxTREE_NEXT_PREVIOUSVISIBLE
682 wxTREE_NEXT_ROOT
= controls2c
.wxTREE_NEXT_ROOT
683 wxTREE_EXPAND_EXPAND
= controls2c
.wxTREE_EXPAND_EXPAND
684 wxTREE_EXPAND_COLLAPSE
= controls2c
.wxTREE_EXPAND_COLLAPSE
685 wxTREE_EXPAND_COLLAPSE_RESET
= controls2c
.wxTREE_EXPAND_COLLAPSE_RESET
686 wxTREE_EXPAND_TOGGLE
= controls2c
.wxTREE_EXPAND_TOGGLE
687 wxTREE_INSERT_LAST
= controls2c
.wxTREE_INSERT_LAST
688 wxTREE_INSERT_FIRST
= controls2c
.wxTREE_INSERT_FIRST
689 wxTREE_INSERT_SORT
= controls2c
.wxTREE_INSERT_SORT