X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36ed4f517fcf3d9485f6d29c82eb44d917fb8a88..d946915c2039f02793670f91d707bee26cd6f88e:/wxPython/src/mac/html.py diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index 227867a1c4..e7bd92745a 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -356,6 +356,9 @@ class HtmlWinParser(HtmlParser): """SetActualColor(self, Colour clr)""" return _html.HtmlWinParser_SetActualColor(*args, **kwargs) + GetActualColour = GetActualColor + SetActualColour = SetActualColor + def SetLink(*args, **kwargs): """SetLink(self, String link)""" return _html.HtmlWinParser_SetLink(*args, **kwargs) @@ -1084,6 +1087,10 @@ class HtmlWindow(_windows.ScrolledWindow): """SetBorders(self, int b)""" return _html.HtmlWindow_SetBorders(*args, **kwargs) + def SetBackgroundImage(*args, **kwargs): + """SetBackgroundImage(self, Bitmap bmpBg)""" + return _html.HtmlWindow_SetBackgroundImage(*args, **kwargs) + def ReadCustomization(*args, **kwargs): """ReadCustomization(self, ConfigBase cfg, String path=EmptyString)""" return _html.HtmlWindow_ReadCustomization(*args, **kwargs) @@ -1747,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):