X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ffb2aa6e47721eebc485931efaad028b51b0565..3c8ad70ad4de074ff95b5e3629ebc272551921c0:/wxPython/src/mac/html.py diff --git a/wxPython/src/mac/html.py b/wxPython/src/mac/html.py index f9b07119a6..ec7c093592 100644 --- a/wxPython/src/mac/html.py +++ b/wxPython/src/mac/html.py @@ -636,6 +636,10 @@ class HtmlCell(core.Object): """GetDescent() -> int""" return _html.HtmlCell_GetDescent(*args, **kwargs) + def GetMaxTotalWidth(*args, **kwargs): + """GetMaxTotalWidth() -> int""" + return _html.HtmlCell_GetMaxTotalWidth(*args, **kwargs) + def GetId(*args, **kwargs): """GetId() -> String""" return _html.HtmlCell_GetId(*args, **kwargs)