X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4276dc529d44f9107748f2ed6ca36f8ddfce12f4..1fa6ebf70668032c517dc32e94b8f27ef3c3e6b7:/wxPython/src/gtk/html.py diff --git a/wxPython/src/gtk/html.py b/wxPython/src/gtk/html.py index f9b07119a6..ec7c093592 100644 --- a/wxPython/src/gtk/html.py +++ b/wxPython/src/gtk/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)