X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d00d250f1d8ba62309ded1449afad796133587d..8e1222c7cd2f1378f32b9e5ff56ad322916cb43b:/wxPython/src/webkit.i?ds=sidebyside diff --git a/wxPython/src/webkit.i b/wxPython/src/webkit.i index 92eb49e72c..8a2187fce5 100644 --- a/wxPython/src/webkit.i +++ b/wxPython/src/webkit.i @@ -38,8 +38,6 @@ %pythoncode { __docfilter__ = wx.__DocFilter(globals()) } -%include _webkit_rename.i - //--------------------------------------------------------------------------- // Put some wx default wxChar* values into wxStrings. @@ -86,6 +84,8 @@ public: bool CanGetPageSource() { return false; } wxString GetPageSource() { return wxEmptyString; } void SetPageSource(wxString& source, const wxString& baseUrl = wxEmptyString) {} + wxString GetPageURL() { return wxEmptyString; } + wxString GetPageTitle() { return wxEmptyString; } }; @@ -116,7 +116,7 @@ public: #endif %} -// Now define it for SWIG, usign either the real class or the dummy above. +// Now define it for SWIG, using either the real class or the dummy above. MustHaveApp(wxWebKitCtrl); @@ -134,7 +134,7 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxPyWebKitNameStr); - %name(PreWebKitCtrl)wxWebKitCtrl(); + %RenameCtor(PreWebKitCtrl, wxWebKitCtrl()); bool Create(wxWindow *parent, @@ -156,6 +156,8 @@ public: bool CanGetPageSource(); wxString GetPageSource(); void SetPageSource(wxString& source, const wxString& baseUrl = wxPyEmptyString); + wxString GetPageURL(); + wxString GetPageTitle(); };