]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/mainpages/libs.h
Don't document private event handlers in doc/view frame classes.
[wxWidgets.git] / docs / doxygen / mainpages / libs.h
index 27e1c24191acc4a530ea9280ef623406ae992e24..897debd50113cb6a7be3529c1fc9fc61bc57e523 100644 (file)
@@ -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 <http://www.scintilla.org/> 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.