diff options
Diffstat (limited to 'WebKit/wx/WebView.h')
-rw-r--r-- | WebKit/wx/WebView.h | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/WebKit/wx/WebView.h b/WebKit/wx/WebView.h index 9b1cfab..7d923a3 100644 --- a/WebKit/wx/WebView.h +++ b/WebKit/wx/WebView.h @@ -34,6 +34,8 @@ #endif #include "WebFrame.h" +#include "WebKitDefines.h" +#include "WebSettings.h" class WebViewPrivate; class WebViewFrameData; @@ -48,20 +50,6 @@ namespace WebCore { } #ifndef SWIG - -#if !wxCHECK_VERSION(2,9,0) && wxCHECK_GCC_VERSION(4,0) -#define WXDLLIMPEXP_WEBKIT __attribute__ ((visibility("default"))) -#elif WXMAKINGDLL_WEBKIT -#define WXDLLIMPEXP_WEBKIT WXEXPORT -#elif defined(WXUSINGDLL_WEBKIT) -#define WXDLLIMPEXP_WEBKIT WXIMPORT -#endif - -#else -#define WXDLLIMPEXP_WEBKIT -#endif // SWIG - -#ifndef SWIG extern WXDLLIMPEXP_WEBKIT const wxChar* wxWebViewNameStr; #endif @@ -214,6 +202,10 @@ public: const wxString& username = wxEmptyString, const wxString& password = wxEmptyString); + wxWebSettings GetWebSettings(); + + wxWebKitParseMode GetParseMode() const; + protected: // event handlers (these functions should _not_ be virtual) |