reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-29 23:05:38 +00:00
parent 14a010678d
commit 10044bf187
38 changed files with 10507 additions and 1041 deletions

View File

@@ -1566,7 +1566,7 @@ class HtmlHelpWindow(_core.Window):
return _html.HtmlHelpWindow_GetCfgData(*args, **kwargs)
def GetTreeCtrl(*args, **kwargs):
"""GetTreeCtrl(self) -> wxTreeCtrl"""
"""GetTreeCtrl(self) -> wxPyTreeCtrl"""
return _html.HtmlHelpWindow_GetTreeCtrl(*args, **kwargs)
_html.HtmlHelpWindow_swigregister(HtmlHelpWindow)