Apply suggestions from code review

Co-authored-by: VZ <vz-github@zeitlins.org>
This commit is contained in:
Tobias Taschner
2021-03-09 22:07:25 +01:00
parent 4e2b746ec2
commit b493970336

View File

@@ -332,7 +332,7 @@ public:
<a href="https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2">Edge WebView2</a>. <a href="https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2">Edge WebView2</a>.
It is available for Windows 7 and newer. It is available for Windows 7 and newer.
This backend does not support for custom schemes and virtual file systems. This backend does not support custom schemes and virtual file systems.
This backend is not enabled by default, to build it follow these steps: This backend is not enabled by default, to build it follow these steps:
- Visual Studio 2015 or newer, or GCC/Clang with c++11 is required - Visual Studio 2015 or newer, or GCC/Clang with c++11 is required
@@ -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+ backend Currently only implemented for the Edge and WebKit2GTK+ backends
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