Merge branch 'document_missing_webview_event' of https://github.com/swt2c/wxWidgets

More documentation fixes: inconsistent or missing declarations.

See #22366.
This commit is contained in:
Vadim Zeitlin 2022-04-27 19:45:16 +02:00
commit 05014523bc
2 changed files with 4 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ public:
@onlyfor{wxosx}
@since 3.1.6
*/
virtual void OSXEnableNewLineReplacement(bool enable);
void OSXEnableNewLineReplacement(bool enable);
//@}

View File

@ -1379,3 +1379,6 @@ wxEventType wxEVT_WEBVIEW_LOADED;
wxEventType wxEVT_WEBVIEW_ERROR;
wxEventType wxEVT_WEBVIEW_NEWWINDOW;
wxEventType wxEVT_WEBVIEW_TITLE_CHANGED;
wxEventType wxEVT_WEBVIEW_FULLSCREEN_CHANGED;
wxEventType wxEVT_WEBVIEW_SCRIPT_MESSAGE_RECEIVED;
wxEventType wxEVT_WEBVIEW_SCRIPT_RESULT;