X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e70b4d2db930a297f0625b7d43109f793fd3338a..70d7cb34a692697c3c7290c02c876f5bb91c1424:/wxPython/src/mac/html.py diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index a904a6f95a..c928793c54 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -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):