Closes #15067
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73570
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Many of the methods in wxWebView are asynchronous, i.e. they return
immediately and perform their work in the background. This includes
Many of the methods in wxWebView are asynchronous, i.e. they return
immediately and perform their work in the background. This includes
- functions such as LoadUrl() and Reload(). To receive notification of the
+ functions such as LoadURL() and Reload(). To receive notification of the
progress and completion of these functions you need to handle the events
that are provided. Specifically @c wxEVT_COMMAND_WEBVIEW_LOADED notifies
when the page or a sub-frame has finished loading and
progress and completion of these functions you need to handle the events
that are provided. Specifically @c wxEVT_COMMAND_WEBVIEW_LOADED notifies
when the page or a sub-frame has finished loading and