X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/093d3ff1f77c9ff8c1b66ebf43464429c583b044..b41b09e28513f8b30065914eeb1051a0a32e6e1b:/wxPython/src/gtk/webkit.py diff --git a/wxPython/src/gtk/webkit.py b/wxPython/src/gtk/webkit.py index 5beb522fec..daf3349c2b 100644 --- a/wxPython/src/gtk/webkit.py +++ b/wxPython/src/gtk/webkit.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. """ @@ -117,6 +117,14 @@ class WebKitCtrl(_core.Control): """SetPageSource(self, String source, String baseUrl=EmptyString)""" return _webkit.WebKitCtrl_SetPageSource(*args, **kwargs) + def GetPageURL(*args, **kwargs): + """GetPageURL(self) -> String""" + return _webkit.WebKitCtrl_GetPageURL(*args, **kwargs) + + def GetPageTitle(*args, **kwargs): + """GetPageTitle(self) -> String""" + return _webkit.WebKitCtrl_GetPageTitle(*args, **kwargs) + class WebKitCtrlPtr(WebKitCtrl): def __init__(self, this): @@ -177,3 +185,4 @@ _webkit.WebKitStateChangedEvent_swigregister(WebKitStateChangedEventPtr) EVT_WEBKIT_STATE_CHANGED = wx.PyEventBinder(wxEVT_WEBKIT_STATE_CHANGED) +