]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/webkit.i
ComputeScaleAndOrigin not protected anymore
[wxWidgets.git] / wxPython / src / webkit.i
index 33fa36f09eb092fba52a3dba88e94b58db8d67b1..8a2187fce5197bacaa86bfb66b2649bf3199a539 100644 (file)
@@ -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; }
 };
 
 
@@ -156,6 +156,8 @@ public:
     bool CanGetPageSource();
     wxString GetPageSource();
     void SetPageSource(wxString& source, const wxString& baseUrl = wxPyEmptyString);
+    wxString GetPageURL();
+    wxString GetPageTitle();
 };