]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/libs.tex
update by Paco Riviere
[wxWidgets.git] / docs / latex / wx / libs.tex
index 8dcee88b8538070ea2503567a0f0da7db546fd14..dc13522de5f8aca6897f1dc13a9ef671924f4c0b 100644 (file)
@@ -6,7 +6,12 @@ Starting from version 2.5.0 wxWindows can be built either as a single large
 library (this is called the {\it monolithic build}) or as several smaller
 libraries ({\it multilib build}). Multilib build is the default.
 
-wxWindows library is divided into following libraries:
+wxWindows library is divided into libraries briefly described below. This
+diagram show dependencies between them:
+
+\begin{center}
+\image{}{libs.gif}
+\end{center}
 
 {\large {\bf wxBase}}
 
@@ -43,10 +48,6 @@ is not recommended, it is only meant for use by XML resources system. Future
 versions of wxWindows will contain new XML handling classes with DOM-like API.
 Requires wxBase.
 
-{\large {\bf wxODBC}}
-
-\helpref{Database classes}{odbcoverview}. Requires wxBase.
-
 {\large {\bf wxCore}}
 
 Basic GUI classes such as GDI classes or controls are in this library. All
@@ -89,3 +90,13 @@ contained in this library, as well as
 \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller},
 \helpref{wxBestHelpController}{wxhelpcontroller} and
 \helpref{wxHtmlListBox}{wxhtmllistbox}. Requires wxCore and wxBase.
+
+{\large {\bf wxODBC}}
+
+\helpref{Database classes}{odbcoverview}. Requires wxBase.
+
+{\large {\bf wxDbGrid}}
+
+\helpref{wxDbGridTableBase}{wxdbgridtablebase} class which combines 
+\helpref{wxGrid}{wxgrid} and \helpref{wxDbTable}{wxdbtable}. 
+Requires wxODBC and wxAdvanced.