reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5363,6 +5363,10 @@ class TreeCtrl(_core.Control):
|
||||
"""SetItemBold(self, TreeItemId item, bool bold=True)"""
|
||||
return _controls_.TreeCtrl_SetItemBold(*args, **kwargs)
|
||||
|
||||
def SetItemDropHighlight(*args, **kwargs):
|
||||
"""SetItemDropHighlight(self, TreeItemId item, bool highlight=True)"""
|
||||
return _controls_.TreeCtrl_SetItemDropHighlight(*args, **kwargs)
|
||||
|
||||
def SetItemTextColour(*args, **kwargs):
|
||||
"""SetItemTextColour(self, TreeItemId item, Colour col)"""
|
||||
return _controls_.TreeCtrl_SetItemTextColour(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user