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