X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/696e93316671c4d473dd35db3bccae679a8e9ce9..cbc855087fd939c5c480ef22b5f72b14302849b7:/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);