X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f7aa1664c7e953c151d53fc2d86aff8b3459775..582241e4a4491d77ed6d3a3693b045307224ae2c:/wxPython/src/mac/html.py diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index c1b7e69433..a09f041017 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -831,6 +831,18 @@ class HtmlWordCell(HtmlCell): self.this = newobj.this self.thisown = 1 del newobj.thisown + def ConvertToText(*args, **kwargs): + """ConvertToText(self, HtmlSelection sel) -> String""" + return _html.HtmlWordCell_ConvertToText(*args, **kwargs) + + def IsLinebreakAllowed(*args, **kwargs): + """IsLinebreakAllowed(self) -> bool""" + return _html.HtmlWordCell_IsLinebreakAllowed(*args, **kwargs) + + def SetPreviousWord(*args, **kwargs): + """SetPreviousWord(self, HtmlWordCell cell)""" + return _html.HtmlWordCell_SetPreviousWord(*args, **kwargs) + class HtmlWordCellPtr(HtmlWordCell): def __init__(self, this):