X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/091f5bedb451e8053afd8ebd81091bee58ce5f47..716a5baa6ecd0d5d0c31914567e4da3165ca6ff0:/wxPython/src/gtk/html.py diff --git a/wxPython/src/gtk/html.py b/wxPython/src/gtk/html.py index a03919b44a..c1b7e69433 100644 --- a/wxPython/src/gtk/html.py +++ b/wxPython/src/gtk/html.py @@ -1,4 +1,4 @@ -# This file was created automatically by SWIG. +# This file was created automatically by SWIG 1.3.27. # Don't modify this file, modify the SWIG interface instead. """ @@ -1160,21 +1160,41 @@ class HtmlWindow(_windows.ScrolledWindow): """ToText(self) -> String""" return _html.HtmlWindow_ToText(*args, **kwargs) - def base_OnLinkClicked(*args, **kwargs): - """base_OnLinkClicked(self, HtmlLinkInfo link)""" - return _html.HtmlWindow_base_OnLinkClicked(*args, **kwargs) + def OnLinkClicked(*args, **kwargs): + """OnLinkClicked(self, HtmlLinkInfo link)""" + return _html.HtmlWindow_OnLinkClicked(*args, **kwargs) - def base_OnSetTitle(*args, **kwargs): - """base_OnSetTitle(self, String title)""" - return _html.HtmlWindow_base_OnSetTitle(*args, **kwargs) + def OnSetTitle(*args, **kwargs): + """OnSetTitle(self, String title)""" + return _html.HtmlWindow_OnSetTitle(*args, **kwargs) - def base_OnCellMouseHover(*args, **kwargs): - """base_OnCellMouseHover(self, HtmlCell cell, int x, int y)""" - return _html.HtmlWindow_base_OnCellMouseHover(*args, **kwargs) + def OnCellMouseHover(*args, **kwargs): + """OnCellMouseHover(self, HtmlCell cell, int x, int y)""" + return _html.HtmlWindow_OnCellMouseHover(*args, **kwargs) - def base_OnCellClicked(*args, **kwargs): - """base_OnCellClicked(self, HtmlCell cell, int x, int y, MouseEvent event)""" - return _html.HtmlWindow_base_OnCellClicked(*args, **kwargs) + def OnCellClicked(*args, **kwargs): + """OnCellClicked(self, HtmlCell cell, int x, int y, MouseEvent event)""" + return _html.HtmlWindow_OnCellClicked(*args, **kwargs) + + def base_OnLinkClicked(*args, **kw): + return HtmlWindow.OnLinkClicked(*args, **kw) + base_OnLinkClicked = wx._deprecated(base_OnLinkClicked, + "Please use HtmlWindow.OnLinkClicked instead.") + + def base_OnSetTitle(*args, **kw): + return HtmlWindow.OnSetTitle(*args, **kw) + base_OnSetTitle = wx._deprecated(base_OnSetTitle, + "Please use HtmlWindow.OnSetTitle instead.") + + def base_OnCellMouseHover(*args, **kw): + return HtmlWindow.OnCellMouseHover(*args, **kw) + base_OnCellMouseHover = wx._deprecated(base_OnCellMouseHover, + "Please use HtmlWindow.OnCellMouseHover instead.") + + def base_OnCellClicked(*args, **kw): + return HtmlWindow.OnCellClicked(*args, **kw) + base_OnCellClicked = wx._deprecated(base_OnCellClicked, + "Please use HtmlWindow.OnCellClicked instead.") def GetClassDefaultAttributes(*args, **kwargs): """ @@ -2043,7 +2063,6 @@ class HtmlHelpController(HelpControllerBase): """FindTopLevelWindow(self) -> Window""" return _html.HtmlHelpController_FindTopLevelWindow(*args, **kwargs) - def Destroy(self): pass class HtmlHelpControllerPtr(HtmlHelpController): def __init__(self, this): @@ -2074,3 +2093,4 @@ class HtmlModalHelpPtr(HtmlModalHelp): _html.HtmlModalHelp_swigregister(HtmlModalHelpPtr) +