Implement wxWebView::EnableAccessToDevTools() for GTK

This commit is contained in:
Tobias Taschner
2021-02-26 18:49:30 +01:00
parent 302ae644dd
commit 3af4702b11
3 changed files with 15 additions and 1 deletions

View File

@@ -776,7 +776,7 @@ public:
Enable or disable access to dev tools for the user.
This is currently only implemented for the Edge (Chromium) backend
where the dev tools are enabled by default.
where the dev tools are enabled by default and the WebKit2GTK+ backend.
@since 3.1.4
*/