X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36ed4f517fcf3d9485f6d29c82eb44d917fb8a88..a7d5151df02bf70a9f6ff1c5c7fd33ab07bf409c:/wxPython/src/mac/webkit.py diff --git a/wxPython/src/mac/webkit.py b/wxPython/src/mac/webkit.py index 5beb522fec..daf3349c2b 100644 --- a/wxPython/src/mac/webkit.py +++ b/wxPython/src/mac/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) +