X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b411df4a294c87580122c68d01a1ea06ef815d09..32bf5e4a38676c7b5997c9cc27cdf44adeb7b6b5:/wxPython/src/mac/html.py?ds=sidebyside diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index 1ad43f4a72..a5f4bb9bbd 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -1318,10 +1318,6 @@ class HtmlEasyPrinting(_core.Object): """PrintText(self, String htmltext, String basepath=EmptyString)""" return _html.HtmlEasyPrinting_PrintText(*args, **kwargs) - def PrinterSetup(*args, **kwargs): - """PrinterSetup(self)""" - return _html.HtmlEasyPrinting_PrinterSetup(*args, **kwargs) - def PageSetup(*args, **kwargs): """PageSetup(self)""" return _html.HtmlEasyPrinting_PageSetup(*args, **kwargs) @@ -1619,7 +1615,7 @@ HF_BOOKMARKS = _html.HF_BOOKMARKS HF_OPENFILES = _html.HF_OPENFILES HF_PRINT = _html.HF_PRINT HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE -class HtmlHelpController(_core.EvtHandler): +class HtmlHelpController(_core.Object): def __repr__(self): return "<%s.%s; proxy of C++ wxHtmlHelpController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args, **kwargs): @@ -1628,8 +1624,6 @@ class HtmlHelpController(_core.EvtHandler): self.this = newobj.this self.thisown = 1 del newobj.thisown - self._setOORInfo(self) - def __del__(self, destroy=_html.delete_HtmlHelpController): """__del__(self)""" try: