]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/html.py
# 17/03/2004 - Joerg "Adi" Sieker adi@sieker.info
[wxWidgets.git] / wxPython / src / gtk / html.py
index f9b07119a6e03e4dc80b99fba8905d141a437699..ec7c093592a20168e8e16f14bc27a03148a358d5 100644 (file)
@@ -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)