1 # This file was created automatically by SWIG.
14 from clip_dnd
import *
26 from stattool
import *
28 from controls
import *
30 from controls2
import *
32 from windows2
import *
36 from windows3
import *
46 def EVT_DYNAMIC_SASH_SPLIT(win
, id, func
):
47 win
.Connect(id, -1, wxEVT_DYNAMIC_SASH_SPLIT
, func
)
49 def EVT_DYNAMIC_SASH_UNIFY(win
, id, func
):
50 win
.Connect(id, -1, wxEVT_DYNAMIC_SASH_UNIFY
, func
)
52 class wxDynamicSashSplitEventPtr(wxCommandEventPtr
):
53 def __init__(self
,this
):
57 return "<%s.%s instance; proxy of C++ wxDynamicSashSplitEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
58 class wxDynamicSashSplitEvent(wxDynamicSashSplitEventPtr
):
59 def __init__(self
,*_args
,**_kwargs
):
60 self
.this
= gizmosc
.new_wxDynamicSashSplitEvent(*_args
,**_kwargs
)
66 class wxDynamicSashUnifyEventPtr(wxCommandEventPtr
):
67 def __init__(self
,this
):
71 return "<%s.%s instance; proxy of C++ wxDynamicSashUnifyEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
72 class wxDynamicSashUnifyEvent(wxDynamicSashUnifyEventPtr
):
73 def __init__(self
,*_args
,**_kwargs
):
74 self
.this
= gizmosc
.new_wxDynamicSashUnifyEvent(*_args
,**_kwargs
)
80 class wxDynamicSashWindowPtr(wxWindowPtr
):
81 def __init__(self
,this
):
84 def Create(self
, *_args
, **_kwargs
):
85 val
= gizmosc
.wxDynamicSashWindow_Create(self
, *_args
, **_kwargs
)
87 def GetHScrollBar(self
, *_args
, **_kwargs
):
88 val
= gizmosc
.wxDynamicSashWindow_GetHScrollBar(self
, *_args
, **_kwargs
)
89 if val
: val
= wxScrollBarPtr(val
)
91 def GetVScrollBar(self
, *_args
, **_kwargs
):
92 val
= gizmosc
.wxDynamicSashWindow_GetVScrollBar(self
, *_args
, **_kwargs
)
93 if val
: val
= wxScrollBarPtr(val
)
96 return "<%s.%s instance; proxy of C++ wxDynamicSashWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
97 class wxDynamicSashWindow(wxDynamicSashWindowPtr
):
98 def __init__(self
,*_args
,**_kwargs
):
99 self
.this
= gizmosc
.new_wxDynamicSashWindow(*_args
,**_kwargs
)
101 self
._setOORInfo
(self
)
105 def wxPreDynamicSashWindow(*_args
,**_kwargs
):
106 val
= wxDynamicSashWindowPtr(gizmosc
.new_wxPreDynamicSashWindow(*_args
,**_kwargs
))
112 class wxEditableListBoxPtr(wxPanelPtr
):
113 def __init__(self
,this
):
116 def SetStrings(self
, *_args
, **_kwargs
):
117 val
= gizmosc
.wxEditableListBox_SetStrings(self
, *_args
, **_kwargs
)
119 def GetStrings(self
, *_args
, **_kwargs
):
120 val
= gizmosc
.wxEditableListBox_GetStrings(self
, *_args
, **_kwargs
)
122 def GetListCtrl(self
, *_args
, **_kwargs
):
123 val
= gizmosc
.wxEditableListBox_GetListCtrl(self
, *_args
, **_kwargs
)
125 def GetDelButton(self
, *_args
, **_kwargs
):
126 val
= gizmosc
.wxEditableListBox_GetDelButton(self
, *_args
, **_kwargs
)
128 def GetNewButton(self
, *_args
, **_kwargs
):
129 val
= gizmosc
.wxEditableListBox_GetNewButton(self
, *_args
, **_kwargs
)
131 def GetUpButton(self
, *_args
, **_kwargs
):
132 val
= gizmosc
.wxEditableListBox_GetUpButton(self
, *_args
, **_kwargs
)
134 def GetDownButton(self
, *_args
, **_kwargs
):
135 val
= gizmosc
.wxEditableListBox_GetDownButton(self
, *_args
, **_kwargs
)
137 def GetEditButton(self
, *_args
, **_kwargs
):
138 val
= gizmosc
.wxEditableListBox_GetEditButton(self
, *_args
, **_kwargs
)
141 return "<%s.%s instance; proxy of C++ wxEditableListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
142 class wxEditableListBox(wxEditableListBoxPtr
):
143 def __init__(self
,*_args
,**_kwargs
):
144 self
.this
= gizmosc
.new_wxEditableListBox(*_args
,**_kwargs
)
146 self
._setOORInfo
(self
)
151 class wxRemotelyScrolledTreeCtrlPtr(wxTreeCtrlPtr
):
152 def __init__(self
,this
):
155 def HideVScrollbar(self
, *_args
, **_kwargs
):
156 val
= gizmosc
.wxRemotelyScrolledTreeCtrl_HideVScrollbar(self
, *_args
, **_kwargs
)
158 def AdjustRemoteScrollbars(self
, *_args
, **_kwargs
):
159 val
= gizmosc
.wxRemotelyScrolledTreeCtrl_AdjustRemoteScrollbars(self
, *_args
, **_kwargs
)
161 def GetScrolledWindow(self
, *_args
, **_kwargs
):
162 val
= gizmosc
.wxRemotelyScrolledTreeCtrl_GetScrolledWindow(self
, *_args
, **_kwargs
)
163 if val
: val
= wxScrolledWindowPtr(val
)
165 def ScrollToLine(self
, *_args
, **_kwargs
):
166 val
= gizmosc
.wxRemotelyScrolledTreeCtrl_ScrollToLine(self
, *_args
, **_kwargs
)
168 def SetCompanionWindow(self
, *_args
, **_kwargs
):
169 val
= gizmosc
.wxRemotelyScrolledTreeCtrl_SetCompanionWindow(self
, *_args
, **_kwargs
)
171 def GetCompanionWindow(self
, *_args
, **_kwargs
):
172 val
= gizmosc
.wxRemotelyScrolledTreeCtrl_GetCompanionWindow(self
, *_args
, **_kwargs
)
175 return "<%s.%s instance; proxy of C++ wxRemotelyScrolledTreeCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
176 class wxRemotelyScrolledTreeCtrl(wxRemotelyScrolledTreeCtrlPtr
):
177 def __init__(self
,*_args
,**_kwargs
):
178 self
.this
= gizmosc
.new_wxRemotelyScrolledTreeCtrl(*_args
,**_kwargs
)
180 self
._setOORInfo
(self
)
185 class wxTreeCompanionWindowPtr(wxWindowPtr
):
186 def __init__(self
,this
):
189 def _setCallbackInfo(self
, *_args
, **_kwargs
):
190 val
= gizmosc
.wxTreeCompanionWindow__setCallbackInfo(self
, *_args
, **_kwargs
)
192 def GetTreeCtrl(self
, *_args
, **_kwargs
):
193 val
= gizmosc
.wxTreeCompanionWindow_GetTreeCtrl(self
, *_args
, **_kwargs
)
194 if val
: val
= wxRemotelyScrolledTreeCtrlPtr(val
)
196 def SetTreeCtrl(self
, *_args
, **_kwargs
):
197 val
= gizmosc
.wxTreeCompanionWindow_SetTreeCtrl(self
, *_args
, **_kwargs
)
200 return "<%s.%s instance; proxy of C++ wxTreeCompanionWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
201 class wxTreeCompanionWindow(wxTreeCompanionWindowPtr
):
202 def __init__(self
,*_args
,**_kwargs
):
203 self
.this
= gizmosc
.new_wxTreeCompanionWindow(*_args
,**_kwargs
)
205 self
._setCallbackInfo
(self
, wxTreeCompanionWindow
)
206 self
._setOORInfo
(self
)
211 class wxThinSplitterWindowPtr(wxSplitterWindowPtr
):
212 def __init__(self
,this
):
216 return "<%s.%s instance; proxy of C++ wxThinSplitterWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
217 class wxThinSplitterWindow(wxThinSplitterWindowPtr
):
218 def __init__(self
,*_args
,**_kwargs
):
219 self
.this
= gizmosc
.new_wxThinSplitterWindow(*_args
,**_kwargs
)
221 self
._setOORInfo
(self
)
226 class wxSplitterScrolledWindowPtr(wxScrolledWindowPtr
):
227 def __init__(self
,this
):
231 return "<%s.%s instance; proxy of C++ wxSplitterScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
232 class wxSplitterScrolledWindow(wxSplitterScrolledWindowPtr
):
233 def __init__(self
,*_args
,**_kwargs
):
234 self
.this
= gizmosc
.new_wxSplitterScrolledWindow(*_args
,**_kwargs
)
236 self
._setOORInfo
(self
)
241 class wxLEDNumberCtrlPtr(wxControlPtr
):
242 def __init__(self
,this
):
245 def Create(self
, *_args
, **_kwargs
):
246 val
= gizmosc
.wxLEDNumberCtrl_Create(self
, *_args
, **_kwargs
)
248 def GetAlignment(self
, *_args
, **_kwargs
):
249 val
= gizmosc
.wxLEDNumberCtrl_GetAlignment(self
, *_args
, **_kwargs
)
251 def GetDrawFaded(self
, *_args
, **_kwargs
):
252 val
= gizmosc
.wxLEDNumberCtrl_GetDrawFaded(self
, *_args
, **_kwargs
)
254 def GetValue(self
, *_args
, **_kwargs
):
255 val
= gizmosc
.wxLEDNumberCtrl_GetValue(self
, *_args
, **_kwargs
)
257 def SetAlignment(self
, *_args
, **_kwargs
):
258 val
= gizmosc
.wxLEDNumberCtrl_SetAlignment(self
, *_args
, **_kwargs
)
260 def SetDrawFaded(self
, *_args
, **_kwargs
):
261 val
= gizmosc
.wxLEDNumberCtrl_SetDrawFaded(self
, *_args
, **_kwargs
)
263 def SetValue(self
, *_args
, **_kwargs
):
264 val
= gizmosc
.wxLEDNumberCtrl_SetValue(self
, *_args
, **_kwargs
)
267 return "<%s.%s instance; proxy of C++ wxLEDNumberCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
268 class wxLEDNumberCtrl(wxLEDNumberCtrlPtr
):
269 def __init__(self
,*_args
,**_kwargs
):
270 self
.this
= gizmosc
.new_wxLEDNumberCtrl(*_args
,**_kwargs
)
272 self
._setOORInfo
(self
)
276 def wxPreLEDNumberCtrl(*_args
,**_kwargs
):
277 val
= wxLEDNumberCtrlPtr(gizmosc
.new_wxPreLEDNumberCtrl(*_args
,**_kwargs
))
283 class wxTreeListColumnInfoPtr(wxObjectPtr
):
284 def __init__(self
,this
):
287 def GetAlignment(self
, *_args
, **_kwargs
):
288 val
= gizmosc
.wxTreeListColumnInfo_GetAlignment(self
, *_args
, **_kwargs
)
290 def GetText(self
, *_args
, **_kwargs
):
291 val
= gizmosc
.wxTreeListColumnInfo_GetText(self
, *_args
, **_kwargs
)
293 def GetImage(self
, *_args
, **_kwargs
):
294 val
= gizmosc
.wxTreeListColumnInfo_GetImage(self
, *_args
, **_kwargs
)
296 def GetSelectedImage(self
, *_args
, **_kwargs
):
297 val
= gizmosc
.wxTreeListColumnInfo_GetSelectedImage(self
, *_args
, **_kwargs
)
299 def GetWidth(self
, *_args
, **_kwargs
):
300 val
= gizmosc
.wxTreeListColumnInfo_GetWidth(self
, *_args
, **_kwargs
)
302 def SetAlignment(self
, *_args
, **_kwargs
):
303 val
= gizmosc
.wxTreeListColumnInfo_SetAlignment(self
, *_args
, **_kwargs
)
305 def SetText(self
, *_args
, **_kwargs
):
306 val
= gizmosc
.wxTreeListColumnInfo_SetText(self
, *_args
, **_kwargs
)
308 def SetImage(self
, *_args
, **_kwargs
):
309 val
= gizmosc
.wxTreeListColumnInfo_SetImage(self
, *_args
, **_kwargs
)
311 def SetSelectedImage(self
, *_args
, **_kwargs
):
312 val
= gizmosc
.wxTreeListColumnInfo_SetSelectedImage(self
, *_args
, **_kwargs
)
314 def SetWidth(self
, *_args
, **_kwargs
):
315 val
= gizmosc
.wxTreeListColumnInfo_SetWidth(self
, *_args
, **_kwargs
)
318 return "<%s.%s instance; proxy of C++ wxTreeListColumnInfo instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
319 class wxTreeListColumnInfo(wxTreeListColumnInfoPtr
):
320 def __init__(self
,*_args
,**_kwargs
):
321 self
.this
= gizmosc
.new_wxTreeListColumnInfo(*_args
,**_kwargs
)
327 class wxTreeListCtrlPtr(wxControlPtr
):
328 def __init__(self
,this
):
331 def Create(self
, *_args
, **_kwargs
):
332 val
= gizmosc
.wxTreeListCtrl_Create(self
, *_args
, **_kwargs
)
334 def _setCallbackInfo(self
, *_args
, **_kwargs
):
335 val
= gizmosc
.wxTreeListCtrl__setCallbackInfo(self
, *_args
, **_kwargs
)
337 def GetCount(self
, *_args
, **_kwargs
):
338 val
= gizmosc
.wxTreeListCtrl_GetCount(self
, *_args
, **_kwargs
)
340 def GetIndent(self
, *_args
, **_kwargs
):
341 val
= gizmosc
.wxTreeListCtrl_GetIndent(self
, *_args
, **_kwargs
)
343 def SetIndent(self
, *_args
, **_kwargs
):
344 val
= gizmosc
.wxTreeListCtrl_SetIndent(self
, *_args
, **_kwargs
)
346 def GetSpacing(self
, *_args
, **_kwargs
):
347 val
= gizmosc
.wxTreeListCtrl_GetSpacing(self
, *_args
, **_kwargs
)
349 def SetSpacing(self
, *_args
, **_kwargs
):
350 val
= gizmosc
.wxTreeListCtrl_SetSpacing(self
, *_args
, **_kwargs
)
352 def GetLineSpacing(self
, *_args
, **_kwargs
):
353 val
= gizmosc
.wxTreeListCtrl_GetLineSpacing(self
, *_args
, **_kwargs
)
355 def SetLineSpacing(self
, *_args
, **_kwargs
):
356 val
= gizmosc
.wxTreeListCtrl_SetLineSpacing(self
, *_args
, **_kwargs
)
358 def GetImageList(self
, *_args
, **_kwargs
):
359 val
= gizmosc
.wxTreeListCtrl_GetImageList(self
, *_args
, **_kwargs
)
361 def GetStateImageList(self
, *_args
, **_kwargs
):
362 val
= gizmosc
.wxTreeListCtrl_GetStateImageList(self
, *_args
, **_kwargs
)
364 def GetButtonsImageList(self
, *_args
, **_kwargs
):
365 val
= gizmosc
.wxTreeListCtrl_GetButtonsImageList(self
, *_args
, **_kwargs
)
367 def SetImageList(self
, *_args
, **_kwargs
):
368 val
= gizmosc
.wxTreeListCtrl_SetImageList(self
, *_args
, **_kwargs
)
370 def SetStateImageList(self
, *_args
, **_kwargs
):
371 val
= gizmosc
.wxTreeListCtrl_SetStateImageList(self
, *_args
, **_kwargs
)
373 def SetButtonsImageList(self
, *_args
, **_kwargs
):
374 val
= gizmosc
.wxTreeListCtrl_SetButtonsImageList(self
, *_args
, **_kwargs
)
376 def AssignImageList(self
, *_args
, **_kwargs
):
377 val
= gizmosc
.wxTreeListCtrl_AssignImageList(self
, *_args
, **_kwargs
)
380 def AssignStateImageList(self
, *_args
, **_kwargs
):
381 val
= gizmosc
.wxTreeListCtrl_AssignStateImageList(self
, *_args
, **_kwargs
)
384 def AssignButtonsImageList(self
, *_args
, **_kwargs
):
385 val
= gizmosc
.wxTreeListCtrl_AssignButtonsImageList(self
, *_args
, **_kwargs
)
388 def AddColumn(self
, *_args
, **_kwargs
):
389 val
= gizmosc
.wxTreeListCtrl_AddColumn(self
, *_args
, **_kwargs
)
391 def AddColumnInfo(self
, *_args
, **_kwargs
):
392 val
= gizmosc
.wxTreeListCtrl_AddColumnInfo(self
, *_args
, **_kwargs
)
394 def InsertColumn(self
, *_args
, **_kwargs
):
395 val
= gizmosc
.wxTreeListCtrl_InsertColumn(self
, *_args
, **_kwargs
)
397 def InsertColumnInfo(self
, *_args
, **_kwargs
):
398 val
= gizmosc
.wxTreeListCtrl_InsertColumnInfo(self
, *_args
, **_kwargs
)
400 def RemoveColumn(self
, *_args
, **_kwargs
):
401 val
= gizmosc
.wxTreeListCtrl_RemoveColumn(self
, *_args
, **_kwargs
)
403 def GetColumnCount(self
, *_args
, **_kwargs
):
404 val
= gizmosc
.wxTreeListCtrl_GetColumnCount(self
, *_args
, **_kwargs
)
406 def SetColumnWidth(self
, *_args
, **_kwargs
):
407 val
= gizmosc
.wxTreeListCtrl_SetColumnWidth(self
, *_args
, **_kwargs
)
409 def GetColumnWidth(self
, *_args
, **_kwargs
):
410 val
= gizmosc
.wxTreeListCtrl_GetColumnWidth(self
, *_args
, **_kwargs
)
412 def SetMainColumn(self
, *_args
, **_kwargs
):
413 val
= gizmosc
.wxTreeListCtrl_SetMainColumn(self
, *_args
, **_kwargs
)
415 def GetMainColumn(self
, *_args
, **_kwargs
):
416 val
= gizmosc
.wxTreeListCtrl_GetMainColumn(self
, *_args
, **_kwargs
)
418 def SetColumnText(self
, *_args
, **_kwargs
):
419 val
= gizmosc
.wxTreeListCtrl_SetColumnText(self
, *_args
, **_kwargs
)
421 def GetColumnText(self
, *_args
, **_kwargs
):
422 val
= gizmosc
.wxTreeListCtrl_GetColumnText(self
, *_args
, **_kwargs
)
424 def SetColumn(self
, *_args
, **_kwargs
):
425 val
= gizmosc
.wxTreeListCtrl_SetColumn(self
, *_args
, **_kwargs
)
427 def GetColumn(self
, *_args
, **_kwargs
):
428 val
= gizmosc
.wxTreeListCtrl_GetColumn(self
, *_args
, **_kwargs
)
429 if val
: val
= wxTreeListColumnInfoPtr(val
)
431 def SetColumnAlignment(self
, *_args
, **_kwargs
):
432 val
= gizmosc
.wxTreeListCtrl_SetColumnAlignment(self
, *_args
, **_kwargs
)
434 def GetColumnAlignment(self
, *_args
, **_kwargs
):
435 val
= gizmosc
.wxTreeListCtrl_GetColumnAlignment(self
, *_args
, **_kwargs
)
437 def SetColumnImage(self
, *_args
, **_kwargs
):
438 val
= gizmosc
.wxTreeListCtrl_SetColumnImage(self
, *_args
, **_kwargs
)
440 def GetColumnImage(self
, *_args
, **_kwargs
):
441 val
= gizmosc
.wxTreeListCtrl_GetColumnImage(self
, *_args
, **_kwargs
)
443 def GetItemText(self
, *_args
, **_kwargs
):
444 val
= gizmosc
.wxTreeListCtrl_GetItemText(self
, *_args
, **_kwargs
)
446 def GetItemImage(self
, *_args
, **_kwargs
):
447 val
= gizmosc
.wxTreeListCtrl_GetItemImage(self
, *_args
, **_kwargs
)
449 def SetItemText(self
, *_args
, **_kwargs
):
450 val
= gizmosc
.wxTreeListCtrl_SetItemText(self
, *_args
, **_kwargs
)
452 def SetItemImage(self
, *_args
, **_kwargs
):
453 val
= gizmosc
.wxTreeListCtrl_SetItemImage(self
, *_args
, **_kwargs
)
455 def GetItemData(self
, *_args
, **_kwargs
):
456 val
= gizmosc
.wxTreeListCtrl_GetItemData(self
, *_args
, **_kwargs
)
457 if val
: val
= wxTreeItemDataPtr(val
)
459 def SetItemData(self
, *_args
, **_kwargs
):
460 val
= gizmosc
.wxTreeListCtrl_SetItemData(self
, *_args
, **_kwargs
)
462 def GetPyData(self
, *_args
, **_kwargs
):
463 val
= gizmosc
.wxTreeListCtrl_GetPyData(self
, *_args
, **_kwargs
)
465 def SetPyData(self
, *_args
, **_kwargs
):
466 val
= gizmosc
.wxTreeListCtrl_SetPyData(self
, *_args
, **_kwargs
)
468 def SetItemHasChildren(self
, *_args
, **_kwargs
):
469 val
= gizmosc
.wxTreeListCtrl_SetItemHasChildren(self
, *_args
, **_kwargs
)
471 def SetItemBold(self
, *_args
, **_kwargs
):
472 val
= gizmosc
.wxTreeListCtrl_SetItemBold(self
, *_args
, **_kwargs
)
474 def SetItemTextColour(self
, *_args
, **_kwargs
):
475 val
= gizmosc
.wxTreeListCtrl_SetItemTextColour(self
, *_args
, **_kwargs
)
477 def SetItemBackgroundColour(self
, *_args
, **_kwargs
):
478 val
= gizmosc
.wxTreeListCtrl_SetItemBackgroundColour(self
, *_args
, **_kwargs
)
480 def SetItemFont(self
, *_args
, **_kwargs
):
481 val
= gizmosc
.wxTreeListCtrl_SetItemFont(self
, *_args
, **_kwargs
)
483 def GetItemBold(self
, *_args
, **_kwargs
):
484 val
= gizmosc
.wxTreeListCtrl_GetItemBold(self
, *_args
, **_kwargs
)
486 def GetItemTextColour(self
, *_args
, **_kwargs
):
487 val
= gizmosc
.wxTreeListCtrl_GetItemTextColour(self
, *_args
, **_kwargs
)
488 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
490 def GetItemBackgroundColour(self
, *_args
, **_kwargs
):
491 val
= gizmosc
.wxTreeListCtrl_GetItemBackgroundColour(self
, *_args
, **_kwargs
)
492 if val
: val
= wxColourPtr(val
) ; val
.thisown
= 1
494 def GetItemFont(self
, *_args
, **_kwargs
):
495 val
= gizmosc
.wxTreeListCtrl_GetItemFont(self
, *_args
, **_kwargs
)
496 if val
: val
= wxFontPtr(val
) ; val
.thisown
= 1
498 def IsVisible(self
, *_args
, **_kwargs
):
499 val
= gizmosc
.wxTreeListCtrl_IsVisible(self
, *_args
, **_kwargs
)
501 def ItemHasChildren(self
, *_args
, **_kwargs
):
502 val
= gizmosc
.wxTreeListCtrl_ItemHasChildren(self
, *_args
, **_kwargs
)
504 def IsExpanded(self
, *_args
, **_kwargs
):
505 val
= gizmosc
.wxTreeListCtrl_IsExpanded(self
, *_args
, **_kwargs
)
507 def IsSelected(self
, *_args
, **_kwargs
):
508 val
= gizmosc
.wxTreeListCtrl_IsSelected(self
, *_args
, **_kwargs
)
510 def IsBold(self
, *_args
, **_kwargs
):
511 val
= gizmosc
.wxTreeListCtrl_IsBold(self
, *_args
, **_kwargs
)
513 def GetChildrenCount(self
, *_args
, **_kwargs
):
514 val
= gizmosc
.wxTreeListCtrl_GetChildrenCount(self
, *_args
, **_kwargs
)
516 def GetRootItem(self
, *_args
, **_kwargs
):
517 val
= gizmosc
.wxTreeListCtrl_GetRootItem(self
, *_args
, **_kwargs
)
518 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
520 def GetSelection(self
, *_args
, **_kwargs
):
521 val
= gizmosc
.wxTreeListCtrl_GetSelection(self
, *_args
, **_kwargs
)
522 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
524 def GetSelections(self
, *_args
, **_kwargs
):
525 val
= gizmosc
.wxTreeListCtrl_GetSelections(self
, *_args
, **_kwargs
)
527 def GetItemParent(self
, *_args
, **_kwargs
):
528 val
= gizmosc
.wxTreeListCtrl_GetItemParent(self
, *_args
, **_kwargs
)
529 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
531 def GetFirstChild(self
, *_args
, **_kwargs
):
532 val
= gizmosc
.wxTreeListCtrl_GetFirstChild(self
, *_args
, **_kwargs
)
534 def GetNextChild(self
, *_args
, **_kwargs
):
535 val
= gizmosc
.wxTreeListCtrl_GetNextChild(self
, *_args
, **_kwargs
)
537 def GetLastChild(self
, *_args
, **_kwargs
):
538 val
= gizmosc
.wxTreeListCtrl_GetLastChild(self
, *_args
, **_kwargs
)
539 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
541 def GetNextSibling(self
, *_args
, **_kwargs
):
542 val
= gizmosc
.wxTreeListCtrl_GetNextSibling(self
, *_args
, **_kwargs
)
543 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
545 def GetPrevSibling(self
, *_args
, **_kwargs
):
546 val
= gizmosc
.wxTreeListCtrl_GetPrevSibling(self
, *_args
, **_kwargs
)
547 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
549 def GetFirstVisibleItem(self
, *_args
, **_kwargs
):
550 val
= gizmosc
.wxTreeListCtrl_GetFirstVisibleItem(self
, *_args
, **_kwargs
)
551 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
553 def GetNextVisible(self
, *_args
, **_kwargs
):
554 val
= gizmosc
.wxTreeListCtrl_GetNextVisible(self
, *_args
, **_kwargs
)
555 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
557 def GetPrevVisible(self
, *_args
, **_kwargs
):
558 val
= gizmosc
.wxTreeListCtrl_GetPrevVisible(self
, *_args
, **_kwargs
)
559 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
561 def GetNext(self
, *_args
, **_kwargs
):
562 val
= gizmosc
.wxTreeListCtrl_GetNext(self
, *_args
, **_kwargs
)
563 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
565 def AddRoot(self
, *_args
, **_kwargs
):
566 val
= gizmosc
.wxTreeListCtrl_AddRoot(self
, *_args
, **_kwargs
)
567 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
569 def PrependItem(self
, *_args
, **_kwargs
):
570 val
= gizmosc
.wxTreeListCtrl_PrependItem(self
, *_args
, **_kwargs
)
571 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
573 def InsertItem(self
, *_args
, **_kwargs
):
574 val
= gizmosc
.wxTreeListCtrl_InsertItem(self
, *_args
, **_kwargs
)
575 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
577 def InsertItemBefore(self
, *_args
, **_kwargs
):
578 val
= gizmosc
.wxTreeListCtrl_InsertItemBefore(self
, *_args
, **_kwargs
)
579 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
581 def AppendItem(self
, *_args
, **_kwargs
):
582 val
= gizmosc
.wxTreeListCtrl_AppendItem(self
, *_args
, **_kwargs
)
583 if val
: val
= wxTreeItemIdPtr(val
) ; val
.thisown
= 1
585 def Delete(self
, *_args
, **_kwargs
):
586 val
= gizmosc
.wxTreeListCtrl_Delete(self
, *_args
, **_kwargs
)
588 def DeleteChildren(self
, *_args
, **_kwargs
):
589 val
= gizmosc
.wxTreeListCtrl_DeleteChildren(self
, *_args
, **_kwargs
)
591 def DeleteAllItems(self
, *_args
, **_kwargs
):
592 val
= gizmosc
.wxTreeListCtrl_DeleteAllItems(self
, *_args
, **_kwargs
)
594 def Expand(self
, *_args
, **_kwargs
):
595 val
= gizmosc
.wxTreeListCtrl_Expand(self
, *_args
, **_kwargs
)
597 def ExpandAll(self
, *_args
, **_kwargs
):
598 val
= gizmosc
.wxTreeListCtrl_ExpandAll(self
, *_args
, **_kwargs
)
600 def Collapse(self
, *_args
, **_kwargs
):
601 val
= gizmosc
.wxTreeListCtrl_Collapse(self
, *_args
, **_kwargs
)
603 def CollapseAndReset(self
, *_args
, **_kwargs
):
604 val
= gizmosc
.wxTreeListCtrl_CollapseAndReset(self
, *_args
, **_kwargs
)
606 def Toggle(self
, *_args
, **_kwargs
):
607 val
= gizmosc
.wxTreeListCtrl_Toggle(self
, *_args
, **_kwargs
)
609 def Unselect(self
, *_args
, **_kwargs
):
610 val
= gizmosc
.wxTreeListCtrl_Unselect(self
, *_args
, **_kwargs
)
612 def UnselectAll(self
, *_args
, **_kwargs
):
613 val
= gizmosc
.wxTreeListCtrl_UnselectAll(self
, *_args
, **_kwargs
)
615 def SelectItem(self
, *_args
, **_kwargs
):
616 val
= gizmosc
.wxTreeListCtrl_SelectItem(self
, *_args
, **_kwargs
)
618 def EnsureVisible(self
, *_args
, **_kwargs
):
619 val
= gizmosc
.wxTreeListCtrl_EnsureVisible(self
, *_args
, **_kwargs
)
621 def ScrollTo(self
, *_args
, **_kwargs
):
622 val
= gizmosc
.wxTreeListCtrl_ScrollTo(self
, *_args
, **_kwargs
)
624 def HitTest(self
, *_args
, **_kwargs
):
625 val
= gizmosc
.wxTreeListCtrl_HitTest(self
, *_args
, **_kwargs
)
627 def GetBoundingRect(self
, *_args
, **_kwargs
):
628 val
= gizmosc
.wxTreeListCtrl_GetBoundingRect(self
, *_args
, **_kwargs
)
630 def EditLabel(self
, *_args
, **_kwargs
):
631 val
= gizmosc
.wxTreeListCtrl_EditLabel(self
, *_args
, **_kwargs
)
633 def Edit(self
, *_args
, **_kwargs
):
634 val
= gizmosc
.wxTreeListCtrl_Edit(self
, *_args
, **_kwargs
)
636 def SortChildren(self
, *_args
, **_kwargs
):
637 val
= gizmosc
.wxTreeListCtrl_SortChildren(self
, *_args
, **_kwargs
)
639 def GetItemSelectedImage(self
, *_args
, **_kwargs
):
640 val
= gizmosc
.wxTreeListCtrl_GetItemSelectedImage(self
, *_args
, **_kwargs
)
642 def SetItemSelectedImage(self
, *_args
, **_kwargs
):
643 val
= gizmosc
.wxTreeListCtrl_SetItemSelectedImage(self
, *_args
, **_kwargs
)
645 def GetHeaderWindow(self
, *_args
, **_kwargs
):
646 val
= gizmosc
.wxTreeListCtrl_GetHeaderWindow(self
, *_args
, **_kwargs
)
648 def GetMainWindow(self
, *_args
, **_kwargs
):
649 val
= gizmosc
.wxTreeListCtrl_GetMainWindow(self
, *_args
, **_kwargs
)
652 return "<%s.%s instance; proxy of C++ wxTreeListCtrl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
654 # Redefine some methods that SWIG gets a bit confused on...
655 def GetFirstChild(self
, *_args
, **_kwargs
):
656 val1
,val2
= gizmosc
.wxTreeListCtrl_GetFirstChild(self
, *_args
, **_kwargs
)
657 val1
= wxTreeItemIdPtr(val1
)
660 def GetNextChild(self
, *_args
, **_kwargs
):
661 val1
,val2
= gizmosc
.wxTreeListCtrl_GetNextChild(self
, *_args
, **_kwargs
)
662 val1
= wxTreeItemIdPtr(val1
)
665 def HitTest(self
, *_args
, **_kwargs
):
666 val1
, val2
, val3
= gizmosc
.wxTreeListCtrl_HitTest(self
, *_args
, **_kwargs
)
667 val1
= wxTreeItemIdPtr(val1
)
669 return (val1
, val2
, val3
)
671 class wxTreeListCtrl(wxTreeListCtrlPtr
):
672 def __init__(self
,*_args
,**_kwargs
):
673 self
.this
= gizmosc
.new_wxTreeListCtrl(*_args
,**_kwargs
)
675 self
._setCallbackInfo
(self
, wxTreeListCtrl
)
676 self
._setOORInfo
(self
)
680 def wxPreTreeListCtrl(*_args
,**_kwargs
):
681 val
= wxTreeListCtrlPtr(gizmosc
.new_wxPreTreeListCtrl(*_args
,**_kwargs
))
689 #-------------- FUNCTION WRAPPERS ------------------
693 #-------------- VARIABLE WRAPPERS ------------------
695 wxEVT_DYNAMIC_SASH_SPLIT
= gizmosc
.wxEVT_DYNAMIC_SASH_SPLIT
696 wxEVT_DYNAMIC_SASH_UNIFY
= gizmosc
.wxEVT_DYNAMIC_SASH_UNIFY
697 wxDS_MANAGE_SCROLLBARS
= gizmosc
.wxDS_MANAGE_SCROLLBARS
698 wxDS_DRAG_CORNER
= gizmosc
.wxDS_DRAG_CORNER
699 wxEL_ALLOW_NEW
= gizmosc
.wxEL_ALLOW_NEW
700 wxEL_ALLOW_EDIT
= gizmosc
.wxEL_ALLOW_EDIT
701 wxEL_ALLOW_DELETE
= gizmosc
.wxEL_ALLOW_DELETE
702 wxLED_ALIGN_LEFT
= gizmosc
.wxLED_ALIGN_LEFT
703 wxLED_ALIGN_RIGHT
= gizmosc
.wxLED_ALIGN_RIGHT
704 wxLED_ALIGN_CENTER
= gizmosc
.wxLED_ALIGN_CENTER
705 wxLED_ALIGN_MASK
= gizmosc
.wxLED_ALIGN_MASK
706 wxLED_DRAW_FADED
= gizmosc
.wxLED_DRAW_FADED
707 wxTL_ALIGN_LEFT
= gizmosc
.wxTL_ALIGN_LEFT
708 wxTL_ALIGN_RIGHT
= gizmosc
.wxTL_ALIGN_RIGHT
709 wxTL_ALIGN_CENTER
= gizmosc
.wxTL_ALIGN_CENTER
710 wxTREE_HITTEST_ONITEMCOLUMN
= gizmosc
.wxTREE_HITTEST_ONITEMCOLUMN
713 #-------------- USER INCLUDE -----------------------
715 # Stuff these names into the wx namespace so wxPyConstructObject can find them
717 wx
.wxDynamicSashSplitEventPtr
= wxDynamicSashSplitEventPtr
718 wx
.wxDynamicSashUnifyEventPtr
= wxDynamicSashUnifyEventPtr
719 wx
.wxDynamicSashWindowPtr
= wxDynamicSashWindowPtr
721 wx
.wxEditableListBoxPtr
= wxEditableListBoxPtr
723 wx
.wxRemotelyScrolledTreeCtrlPtr
= wxRemotelyScrolledTreeCtrlPtr
724 wx
.wxTreeCompanionWindowPtr
= wxTreeCompanionWindowPtr
725 wx
.wxThinSplitterWindowPtr
= wxThinSplitterWindowPtr
726 wx
.wxSplitterScrolledWindowPtr
= wxSplitterScrolledWindowPtr