Update documentation for new library name.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-19 13:30:46 +00:00
parent 467d261e9d
commit 43d53ee501
7 changed files with 25 additions and 23 deletions

View File

@@ -92,8 +92,8 @@ enum wxWebViewBackend
A simple class that contains the URL and title of an element of the history
of a wxWebView.
@library{wxweb}
@category{web}
@library{wxwebview}
@category{webview}
@see wxWebView
*/
@@ -122,8 +122,8 @@ public:
The base class for handling custom schemes in wxWebView, for example to
allow virtual file system support.
@library{wxweb}
@category{web}
@library{wxwebview}
@category{webview}
@see wxWebView
*/
@@ -241,8 +241,8 @@ public:
the page title changes. Use GetString to get the title.
@endEventTable
@library{wxweb}
@category{ctrl,web}
@library{wxwebview}
@category{ctrl,webview}
@see wxWebViewHandler, wxWebViewEvent
*/
class wxWebView : public wxControl
@@ -621,8 +621,8 @@ public:
the page title changes. Use GetString to get the title.
@endEventTable
@library{wxweb}
@category{events,web}
@library{wxwebview}
@category{events,webview}
@see wxWebView
*/