"""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)
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):