X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/696e93316671c4d473dd35db3bccae679a8e9ce9..f60b1d829dd8a6d5e47a2adcd3690acb3bd10150:/include/wx/html/webkit.h diff --git a/include/wx/html/webkit.h b/include/wx/html/webkit.h index 40f72b6d28..4b7b2fc795 100755 --- a/include/wx/html/webkit.h +++ b/include/wx/html/webkit.h @@ -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);