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}}
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
\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.