X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..7447d53c35249d42128d6243c90998f03882859a:/docs/doxygen/mainpages/libs.h?ds=sidebyside diff --git a/docs/doxygen/mainpages/libs.h b/docs/doxygen/mainpages/libs.h index 88c682f776..897debd501 100644 --- a/docs/doxygen/mainpages/libs.h +++ b/docs/doxygen/mainpages/libs.h @@ -39,6 +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"]; + wxWebView [fillcolor = green, URL = "\ref page_libs_wxwebview"]; wxCore -> wxBase; wxNet -> wxBase; @@ -55,6 +56,7 @@ digraph Dependancies wxRichText -> wxAdvanced; wxRichText -> wxHTML; wxRichText -> wxXML; wxSTC -> wxCore; wxXRC -> wxAdvanced; wxXRC -> wxHTML; wxXRC -> wxXML; + wxWebView -> wxCore; } @enddot @@ -202,5 +204,11 @@ text editor. See for more info about Scintilla. Requires @ref page_libs_wxcore, @ref page_libs_wxbase. +@section page_libs_wxwebview wxWebView + +The wxWebView library contains the wxWebView control and its associated classes. + +Requires @ref page_libs_wxcore, @ref page_libs_wxbase. + */