Move wxWebView documentation into a separate interface file and add the wxWeb library to the libraries page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-05-19 18:28:01 +00:00
parent 7aa18fc786
commit dec53e5a56
3 changed files with 388 additions and 38 deletions

View File

@@ -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"];
wxWeb [fillcolor = green, URL = "\ref page_libs_wxweb"];
wxCore -> wxBase;
wxNet -> wxBase;
@@ -55,6 +56,7 @@ digraph Dependancies
wxRichText -> wxAdvanced; wxRichText -> wxHTML; wxRichText -> wxXML;
wxSTC -> wxCore;
wxXRC -> wxAdvanced; wxXRC -> wxHTML; wxXRC -> wxXML;
wxWeb -> wxCore;
}
@enddot
@@ -202,5 +204,11 @@ 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
The wxWeb library contains the wxWebView control.
Requires @ref page_libs_wxcore, @ref page_libs_wxbase.
*/