X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7a2ebe671dd2243a1f63e61e9dcda19b691e9b7..febb39df079df7ee642ad70d47be72cb57870f1c:/wxPython/src/webkit.i?ds=sidebyside diff --git a/wxPython/src/webkit.i b/wxPython/src/webkit.i index 3b5aadf643..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; } }; @@ -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(); };