From ecce0945223dba9306491474c10a5adfaa426230 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 9 Mar 2021 22:13:15 +0100 Subject: [PATCH] Document previously missing macOS wxWebView features --- interface/wx/webview.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/wx/webview.h b/interface/wx/webview.h index b6aa235d73..42725c6519 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -458,7 +458,7 @@ public: @event{EVT_WEBVIEW_FULL_SCREEN_CHANGED(id, func)} Process a @c EVT_WEBVIEW_FULL_SCREEN_CHANGED event, generated when the page wants to enter or leave fullscreen. Use GetInt to get the status. - Currently only implemented for the Edge and WebKit2GTK+ backends + Not implemented for the IE backend and is only available in wxWidgets 3.1.5 or later. @event{EVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED(id, func)} Process a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event @@ -874,8 +874,9 @@ public: /** Enable or disable access to dev tools for the user. - This is currently only implemented for the Edge backend and - the WebKit2GTK+ backend. Dev tools are disabled by default. + Dev tools are disabled by default. + + @note This is not implemented for the IE backend. @since 3.1.4 */ @@ -1221,7 +1222,7 @@ public: @event{EVT_WEBVIEW_FULL_SCREEN_CHANGED(id, func)} Process a @c EVT_WEBVIEW_FULL_SCREEN_CHANGED event, generated when the page wants to enter or leave fullscreen. Use GetInt to get the status. - Currently only implemented for the Edge and WebKit2GTK+ backend + Not implemented for the IE backend and is only available in wxWidgets 3.1.5 or later. @event{EVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED(id, func)} Process a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event