X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/696e93316671c4d473dd35db3bccae679a8e9ce9..813b6b3f88310608cb3ca37b0f29f64330f7558f:/include/wx/html/webkit.h diff --git a/include/wx/html/webkit.h b/include/wx/html/webkit.h index 40f72b6d28..3611b8fe48 100755 --- a/include/wx/html/webkit.h +++ b/include/wx/html/webkit.h @@ -12,10 +12,6 @@ #ifndef _WX_WEBKIT_H #define _WX_WEBKIT_H -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "webkit.h" -#endif - #if wxUSE_WEBKIT #if !defined(__WXMAC__) && !defined(__WXCOCOA__) @@ -67,6 +63,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);