Minor change. Fix LoadURL case typo in wxWebView docs.
Closes #15067 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -242,7 +242,7 @@ public:
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user