X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15afbcd0007feb619021a60e4e53515b63399392..9472490a672d3d8cc178852279f27664037b0bf1:/wxPython/src/gtk/html.py?ds=sidebyside diff --git a/wxPython/src/gtk/html.py b/wxPython/src/gtk/html.py index d3a184fc68..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) @@ -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):