From 00ddcfa18a44a2cfbdd5b692035ddffc95b3cb4f Mon Sep 17 00:00:00 2001 From: Steven Lamerton Date: Sat, 22 Apr 2017 20:35:59 +0100 Subject: [PATCH] Add WebKit2 description to docs --- interface/wx/webview.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index e8d6f685d0..d9e93e55b7 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -233,6 +233,13 @@ public: resources such as images and stylesheets are currently loaded using the data:// scheme. + @par wxWEBVIEW_WEBKIT2 (GTK3) + + Under GTK3 the WebKit2 version of WebKitGTK+ + is used. In Ubuntu the required package name is libwebkit2gtk-4.0-dev + and under Fedora it is webkitgtk4-devel. All wxWEBVIEW_WEBKIT features are + supported except for clearing and enabling / disabling the history. + @par wxWEBVIEW_WEBKIT (OSX) The OS X WebKit backend uses Apple's