X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c25f90f60ceb17d33900f6a94f7f4ff2a009c584..cc8ce392c535b7a614337e3bdba04b670e2e34d0:/wxPython/src/msw/html.py diff --git a/wxPython/src/msw/html.py b/wxPython/src/msw/html.py index d7fbfda36b..a02bcdbafc 100644 --- a/wxPython/src/msw/html.py +++ b/wxPython/src/msw/html.py @@ -255,11 +255,6 @@ class HtmlWinParser(HtmlParser): """GetCharWidth(self) -> int""" return _html.HtmlWinParser_GetCharWidth(*args, **kwargs) - def GetWindow(*args, **kwargs): - """GetWindow(self) -> HtmlWindow""" - return _html.HtmlWinParser_GetWindow(*args, **kwargs) - - GetWindow = wx._deprecated(GetWindow) def GetWindowInterface(*args, **kwargs): """GetWindowInterface(self) -> HtmlWindowInterface""" return _html.HtmlWinParser_GetWindowInterface(*args, **kwargs) @@ -676,11 +671,6 @@ class HtmlCell(_core.Object): """GetMouseCursor(self, HtmlWindowInterface window) -> Cursor""" return _html.HtmlCell_GetMouseCursor(*args, **kwargs) - def GetCursor(*args, **kwargs): - """GetCursor(self) -> Cursor""" - return _html.HtmlCell_GetCursor(*args, **kwargs) - - GetCursor = wx._deprecated(GetCursor) def IsFormattingCell(*args, **kwargs): """IsFormattingCell(self) -> bool""" return _html.HtmlCell_IsFormattingCell(*args, **kwargs) @@ -765,7 +755,6 @@ class HtmlCell(_core.Object): """ConvertToText(self, HtmlSelection sel) -> String""" return _html.HtmlCell_ConvertToText(*args, **kwargs) - Cursor = property(GetCursor,doc="See `GetCursor`") Depth = property(GetDepth,doc="See `GetDepth`") Descent = property(GetDescent,doc="See `GetDescent`") FirstChild = property(GetFirstChild,doc="See `GetFirstChild`")