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:
commit
05014523bc
@ -1786,7 +1786,7 @@ public:
|
||||
@onlyfor{wxosx}
|
||||
@since 3.1.6
|
||||
*/
|
||||
virtual void OSXEnableNewLineReplacement(bool enable);
|
||||
void OSXEnableNewLineReplacement(bool enable);
|
||||
|
||||
//@}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user