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:
@@ -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
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: webfilehandler.h
|
||||
// Name: webviewarchivehandler.h
|
||||
// Purpose: interface of wxWebViewArchiveHandler
|
||||
// Author: wxWidgets team
|
||||
// RCS-ID: $Id$
|
||||
@@ -15,8 +15,8 @@
|
||||
<code> scheme:///C:/exmaple/docs.zip;protocol=zip/main.htm </code>
|
||||
Currently the only supported protocol is @c zip.
|
||||
|
||||
@library{wxweb}
|
||||
@category{web}
|
||||
@library{wxwebview}
|
||||
@category{webview}
|
||||
|
||||
@see wxWebView, wxWebViewHandler
|
||||
*/
|
||||
|
Reference in New Issue
Block a user