Document previously missing macOS wxWebView features

This commit is contained in:
Tobias Taschner
2021-03-09 22:13:15 +01:00
parent b493970336
commit ecce094522

View File

@@ -458,7 +458,7 @@ public:
@event{EVT_WEBVIEW_FULL_SCREEN_CHANGED(id, func)} @event{EVT_WEBVIEW_FULL_SCREEN_CHANGED(id, func)}
Process a @c EVT_WEBVIEW_FULL_SCREEN_CHANGED event, generated when 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. 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. and is only available in wxWidgets 3.1.5 or later.
@event{EVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED(id, func)} @event{EVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED(id, func)}
Process a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event Process a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event
@@ -874,8 +874,9 @@ public:
/** /**
Enable or disable access to dev tools for the user. Enable or disable access to dev tools for the user.
This is currently only implemented for the Edge backend and Dev tools are disabled by default.
the WebKit2GTK+ backend. Dev tools are disabled by default.
@note This is not implemented for the IE backend.
@since 3.1.4 @since 3.1.4
*/ */
@@ -1221,7 +1222,7 @@ public:
@event{EVT_WEBVIEW_FULL_SCREEN_CHANGED(id, func)} @event{EVT_WEBVIEW_FULL_SCREEN_CHANGED(id, func)}
Process a @c EVT_WEBVIEW_FULL_SCREEN_CHANGED event, generated when 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. 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. and is only available in wxWidgets 3.1.5 or later.
@event{EVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED(id, func)} @event{EVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED(id, func)}
Process a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event Process a @c wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED event