X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53aa7709e08bb3cdaa8ec5c4977f32e817aff7d6..99411465804808488febdc61ee7e7250b8a94f2d:/wxPython/src/mac/html.py?ds=sidebyside diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index 1f4c4ef311..e7bd92745a 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -1754,6 +1754,7 @@ class HtmlHelpController(_core.Object): """GetFrame(self) -> HtmlHelpFrame""" return _html.HtmlHelpController_GetFrame(*args, **kwargs) + def Destroy(self): pass class HtmlHelpControllerPtr(HtmlHelpController): def __init__(self, this):