]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/libs.tex
Patches-1851591 ] dataview sample is crashing (under MSW)
[wxWidgets.git] / docs / latex / wx / libs.tex
index 66196dba9f9aa87ca444f5d14cd97f1bdfdde44e..26ebef5a9cdadf4bba10a1bb70e35ca796480498 100644 (file)
@@ -13,6 +13,10 @@ diagram show dependencies between them:
 \image{}{libs.gif}
 \end{center}
 
+Please note that arrows indicate the "depends from" relation and that
+all blue boxes depend from wxBase library (i.e. they are non-GUI libraries), and
+all green boxes depend from wxCore library (i.e. they are GUI libraries).
+
 {\large {\bf wxBase}}
 
 Every wxWidgets application must link against this library. It contains
@@ -28,11 +32,13 @@ Basic GUI classes such as GDI classes or controls are in this library. All
 wxWidgets GUI applications must link against this library, only console mode
 applications don't.
 
+Requires wxBase.
+
 {\large {\bf wxAui}}
 
 This contains the Advanced User Interface docking library.
 
-Requires wxHTML, wxAdvanced, wxCore, wxBase, wxXML.
+Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
 
 {\large {\bf wxNet}}
 
@@ -56,7 +62,7 @@ Requires wxBase.
 
 This contains generic rich text control functionality.
 
-Requires wxAdvanced, wxHTML, wxCore, wxXML, wxBase.
+Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
 
 {\large {\bf wxXML}}
 
@@ -69,7 +75,6 @@ Requires wxBase.
 Advanced or rarely used GUI classes:
 
 \begin{itemize}\itemsep=0pt
-\item{ \helpref{wxBufferedDC}{wxbuffereddc} }
 \item{ \helpref{wxCalendarCtrl}{wxcalendarctrl} }
 \item{ \helpref{wxGrid classes}{gridoverview} }
 \item{ \helpref{wxJoystick}{wxjoystick} }
@@ -111,31 +116,20 @@ contained in this library, as well as
 
 Requires wxCore and wxBase.
 
-{\large {\bf wxODBC}}
-
-\helpref{Database classes}{odbcoverview}. Requires wxBase.
-
 {\large {\bf wxQA}}
 
 This is the library containing extra classes for quality assurance. Currently
 it only contains \helpref{wxDebugReport}{wxdebugreport} and related classes,
 but more will be added to it in the future.
 
-Requires wxCore, wxBase and wxXML.
-
-{\large {\bf wxDbGrid}}
-
-\helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines 
- \helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}. 
-
-Requires wxODBC and wxAdvanced.
+Requires wxXML, wxCore, wxBase.
 
 {\large {\bf wxXRC}}
 
 This library contains \helpref{wxXmlResource}{wxxmlresource} class that
 provides access to XML resource files in XRC format
 
-Requires wxXML, wxCore, wxAdvanced and wxHTML.
+Requires wxAdvanced, wxHTML, wxXML, wxCore, wxBase.
 
 {\large {\bf wxSTC}}