]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/html.py
Use a panel
[wxWidgets.git] / wxPython / src / gtk / html.py
index d3a184fc6810b22eaf6704810d936716cdd9eea7..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)
@@ -1000,11 +1004,7 @@ class HtmlWindow(windows.ScrolledWindow):
         return _html.HtmlWindow_SetFonts(*args, **kwargs)
 
     def SetTitle(*args, **kwargs):
-        """
-        SetTitle(String title)
-
-        Sets the window's title. Applicable only to frames and dialogs.
-        """
+        """SetTitle(String title)"""
         return _html.HtmlWindow_SetTitle(*args, **kwargs)
 
     def SetBorders(*args, **kwargs):