]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/webkit.i
Allow the frame (if there is one) to resize the toolbar after Realize
[wxWidgets.git] / wxPython / src / webkit.i
index 7532ca6bbc2543bd3881585b7df6b79a548cf8bb..27037bbb4644d58ca860bd2383e180a698e5bd18 100644 (file)
@@ -86,8 +86,8 @@ public:
     bool CanGetPageSource() { return false; }
     wxString GetPageSource() { return wxEmptyString; }
     void SetPageSource(wxString& source, const wxString& baseUrl = wxEmptyString) {}
-    wxString GetPageURL(){ return m_currentURL; }
-       wxString GetPageTitle(){ return m_pageTitle; }
+    wxString GetPageURL()   { return wxEmptyString; }
+    wxString GetPageTitle() { return wxEmptyString; }
 };
 
 
@@ -158,6 +158,8 @@ public:
     bool CanGetPageSource();
     wxString GetPageSource();
     void SetPageSource(wxString& source, const wxString& baseUrl = wxPyEmptyString);
+    wxString GetPageURL();
+    wxString GetPageTitle();
 };