]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/webkit.h
correct wxString forward declaration
[wxWidgets.git] / include / wx / html / webkit.h
index 40f72b6d28960305846a92622318b5336b32cf61..3611b8fe485b43f6bfa050c145a23f91e44267ac 100755 (executable)
 #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);