More tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -472,6 +472,9 @@ class wxTreeCtrlPtr(wxControlPtr):
|
||||
val = apply(controls2c.wxTreeCtrl_GetParent,(self,) + _args, _kwargs)
|
||||
if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def GetSelections(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_GetSelections,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def GetChildrenCount(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_GetChildrenCount,(self,) + _args, _kwargs)
|
||||
return val
|
||||
@@ -501,6 +504,10 @@ class wxTreeCtrlPtr(wxControlPtr):
|
||||
val = apply(controls2c.wxTreeCtrl_GetPrevVisible,(self,) + _args, _kwargs)
|
||||
if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def GetLastChild(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_GetLastChild,(self,) + _args, _kwargs)
|
||||
if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def AddRoot(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_AddRoot,(self,) + _args, _kwargs)
|
||||
if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
|
||||
@@ -564,6 +571,9 @@ class wxTreeCtrlPtr(wxControlPtr):
|
||||
def EndEditLabel(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_EndEditLabel,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def SortChildren(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_SortChildren,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def SetItemBold(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_SetItemBold,(self,) + _args, _kwargs)
|
||||
return val
|
||||
@@ -574,6 +584,9 @@ class wxTreeCtrlPtr(wxControlPtr):
|
||||
val = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs)
|
||||
if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1
|
||||
return val
|
||||
def GetBoundingRect(self, *_args, **_kwargs):
|
||||
val = apply(controls2c.wxTreeCtrl_GetBoundingRect,(self,) + _args, _kwargs)
|
||||
return val
|
||||
def __repr__(self):
|
||||
return "<C wxTreeCtrl instance at %s>" % (self.this,)
|
||||
|
||||
|
Reference in New Issue
Block a user