From 43d53ee501a845bbfd8b0b9b4ad1b2b290bd3dd0 Mon Sep 17 00:00:00 2001 From: Steve Lamerton Date: Fri, 19 Aug 2011 13:30:46 +0000 Subject: [PATCH] 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 --- .../groups/{class_web.h => class_webview.h} | 8 ++++---- docs/doxygen/mainpages/const_cpp.h | 1 + docs/doxygen/mainpages/const_wxusedef.h | 1 + docs/doxygen/mainpages/libs.h | 8 ++++---- docs/doxygen/mainpages/samples.h | 8 ++++---- interface/wx/webview.h | 16 ++++++++-------- interface/wx/webviewarchivehandler.h | 6 +++--- 7 files changed, 25 insertions(+), 23 deletions(-) rename docs/doxygen/groups/{class_web.h => class_webview.h} (65%) diff --git a/docs/doxygen/groups/class_web.h b/docs/doxygen/groups/class_webview.h similarity index 65% rename from docs/doxygen/groups/class_web.h rename to docs/doxygen/groups/class_webview.h index 210bc88ea7..9a6ee1b463 100644 --- a/docs/doxygen/groups/class_web.h +++ b/docs/doxygen/groups/class_webview.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: class_web.h -// Purpose: Web classes group docs +// Name: class_webview.h +// Purpose: WebView classes group docs // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows licence @@ -8,10 +8,10 @@ /** -@defgroup group_class_web Web +@defgroup group_class_webview WebView @ingroup group_class -The wxWeb library is a set of classes for viewing complex web documents and +The wxWebView library is a set of classes for viewing complex web documents and for internet browsing. It is built around a series of backends, and exposes common functions for them. diff --git a/docs/doxygen/mainpages/const_cpp.h b/docs/doxygen/mainpages/const_cpp.h index b422555de8..423462f925 100644 --- a/docs/doxygen/mainpages/const_cpp.h +++ b/docs/doxygen/mainpages/const_cpp.h @@ -246,6 +246,7 @@ with the corresponding library. The following symbols are honoured: - wxNO_PROPGRID_LIB - wxNO_QA_LIB - wxNO_RICHTEXT_LIB + - wxNO_WEBVIEW_LIB - wxNO_XML_LIB - wxNO_REGEX_LIB - wxNO_EXPAT_LIB diff --git a/docs/doxygen/mainpages/const_wxusedef.h b/docs/doxygen/mainpages/const_wxusedef.h index bb4dc79ce1..99d637fbf3 100644 --- a/docs/doxygen/mainpages/const_wxusedef.h +++ b/docs/doxygen/mainpages/const_wxusedef.h @@ -256,6 +256,7 @@ library: @itemdef{wxUSE_URL_NATIVE, Use native support for some operations with wxURL.} @itemdef{wxUSE_VALIDATORS, Use wxValidator class.} @itemdef{wxUSE_VARIANT, Use wxVariant class.} +@itemdef{wxUSE_WEBVIEW, Use wxWebView class.} @itemdef{wxUSE_WIZARDDLG, Use wxWizard class.} @itemdef{wxUSE_WXHTML_HELP, Use wxHtmlHelpController and related classes.} @itemdef{wxUSE_XML, Use XML parsing classes.} diff --git a/docs/doxygen/mainpages/libs.h b/docs/doxygen/mainpages/libs.h index 27e1c24191..897debd501 100644 --- a/docs/doxygen/mainpages/libs.h +++ b/docs/doxygen/mainpages/libs.h @@ -39,7 +39,7 @@ digraph Dependancies wxRichText [fillcolor = green, URL = "\ref page_libs_wxrichtext"]; wxSTC [fillcolor = green, URL = "\ref page_libs_wxstc"]; wxXRC [fillcolor = green, URL = "\ref page_libs_wxxrc"]; - wxWeb [fillcolor = green, URL = "\ref page_libs_wxweb"]; + wxWebView [fillcolor = green, URL = "\ref page_libs_wxwebview"]; wxCore -> wxBase; wxNet -> wxBase; @@ -56,7 +56,7 @@ digraph Dependancies wxRichText -> wxAdvanced; wxRichText -> wxHTML; wxRichText -> wxXML; wxSTC -> wxCore; wxXRC -> wxAdvanced; wxXRC -> wxHTML; wxXRC -> wxXML; - wxWeb -> wxCore; + wxWebView -> wxCore; } @enddot @@ -204,9 +204,9 @@ text editor. See for more info about Scintilla. Requires @ref page_libs_wxcore, @ref page_libs_wxbase. -@section page_libs_wxweb wxWeb +@section page_libs_wxwebview wxWebView -The wxWeb library contains the wxWebView control. +The wxWebView library contains the wxWebView control and its associated classes. Requires @ref page_libs_wxcore, @ref page_libs_wxbase. diff --git a/docs/doxygen/mainpages/samples.h b/docs/doxygen/mainpages/samples.h index 277738ed36..68314151aa 100644 --- a/docs/doxygen/mainpages/samples.h +++ b/docs/doxygen/mainpages/samples.h @@ -41,7 +41,7 @@ may find the following samples showing the corresponding controls: @li wxTreeCtrl: @ref page_samples_treectrl @li wxGrid: @ref page_samples_grid @li wxDataViewCtrl: @ref page_samples_dataview -@li wxWebView: @ref page_samples_web +@li wxWebView: @ref page_samples_webview Finally, here is the full list of samples: