]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/webkit.h
don't pass NULL pointer to printf(), this crashes Solaris printf
[wxWidgets.git] / include / wx / html / webkit.h
index 40f72b6d28960305846a92622318b5336b32cf61..4b7b2fc79575f6395345681290af0ec59be89821 100755 (executable)
@@ -67,6 +67,8 @@ public:
     bool CanGetPageSource();
     wxString GetPageSource();
     void SetPageSource(wxString& source, const wxString& baseUrl = wxEmptyString);
+       wxString GetPageURL(){ return m_currentURL; }
+       wxString GetPageTitle(){ return m_pageTitle; }
 
     //we need to resize the webview when the control size changes
     void OnSize(wxSizeEvent &event);