X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db914595539caa89c08b9b7cb468384b098d1886..ec656cfe29e03ea8dc86a7580cc5c26aaa8f1ad0:/wxPython/src/gtk/html.py diff --git a/wxPython/src/gtk/html.py b/wxPython/src/gtk/html.py index f9b07119a6..d3a184fc68 100644 --- a/wxPython/src/gtk/html.py +++ b/wxPython/src/gtk/html.py @@ -1000,7 +1000,11 @@ class HtmlWindow(windows.ScrolledWindow): return _html.HtmlWindow_SetFonts(*args, **kwargs) def SetTitle(*args, **kwargs): - """SetTitle(String title)""" + """ + SetTitle(String title) + + Sets the window's title. Applicable only to frames and dialogs. + """ return _html.HtmlWindow_SetTitle(*args, **kwargs) def SetBorders(*args, **kwargs):