Minor tweaks to get up to date with wx CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5319,6 +5319,10 @@ class TreeCtrl(_core.Control):
|
||||
"""IsBold(self, TreeItemId item) -> bool"""
|
||||
return _controls_.TreeCtrl_IsBold(*args, **kwargs)
|
||||
|
||||
def IsEmpty(*args, **kwargs):
|
||||
"""IsEmpty(self) -> bool"""
|
||||
return _controls_.TreeCtrl_IsEmpty(*args, **kwargs)
|
||||
|
||||
def GetChildrenCount(*args, **kwargs):
|
||||
"""GetChildrenCount(self, TreeItemId item, bool recursively=True) -> size_t"""
|
||||
return _controls_.TreeCtrl_GetChildrenCount(*args, **kwargs)
|
||||
@@ -5431,6 +5435,14 @@ class TreeCtrl(_core.Control):
|
||||
"""Collapse(self, TreeItemId item)"""
|
||||
return _controls_.TreeCtrl_Collapse(*args, **kwargs)
|
||||
|
||||
def CollapseAllChildren(*args, **kwargs):
|
||||
"""CollapseAllChildren(self, TreeItemId item)"""
|
||||
return _controls_.TreeCtrl_CollapseAllChildren(*args, **kwargs)
|
||||
|
||||
def CollapseAll(*args, **kwargs):
|
||||
"""CollapseAll(self)"""
|
||||
return _controls_.TreeCtrl_CollapseAll(*args, **kwargs)
|
||||
|
||||
def CollapseAndReset(*args, **kwargs):
|
||||
"""CollapseAndReset(self, TreeItemId item)"""
|
||||
return _controls_.TreeCtrl_CollapseAndReset(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user