reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-24 04:01:16 +00:00
parent 8d6d408976
commit 85965ae1dd
9 changed files with 219 additions and 27 deletions

View File

@@ -1689,13 +1689,18 @@ class HtmlHelpFrame(_windows.Frame):
def __init__(self, *args, **kwargs):
"""
__init__(self, Window parent, int ?, String title=EmptyString, int style=wxHF_DEFAULTSTYLE,
HtmlHelpData data=None) -> HtmlHelpFrame
HtmlHelpData data=None,
ConfigBase config=None, String rootpath=EmptyString) -> HtmlHelpFrame
"""
_html.HtmlHelpFrame_swiginit(self,_html.new_HtmlHelpFrame(*args, **kwargs))
self._setOORInfo(self)
def Create(*args, **kwargs):
"""Create(self, Window parent, int id, String title=EmptyString, int style=HF_DEFAULT_STYLE) -> bool"""
"""
Create(self, Window parent, int id, String title=EmptyString, int style=HF_DEFAULT_STYLE,
ConfigBase config=None,
String rootpath=EmptyString) -> bool
"""
return _html.HtmlHelpFrame_Create(*args, **kwargs)
def GetData(*args, **kwargs):