]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/libs.tex
Updated section on XRC-writing tools
[wxWidgets.git] / docs / latex / wx / libs.tex
index 3dce5b94df865a0c4dedc8f6514e186de14dd0eb..44c76d0e52c5cba8b2171cb7874b11648fb426ae 100644 (file)
@@ -48,11 +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, wxCore and wxAdvanced.
-
 {\large {\bf wxCore}}
 
 Basic GUI classes such as GDI classes or controls are in this library. All
@@ -64,7 +59,7 @@ applications don't.
 More advanced or rarely used GUI classes:
 
 \begin{itemize}
-\item{ \helpref{wxBufferedDC}{wxbuffereddc} }
+\item{ wxBufferedDC }
 \item{ \helpref{wxCalendarCtrl}{wxcalendarctrl} }
 \item{ \helpref{wxDragImage}{wxdragimage} }
 \item{ \helpref{wxGrid classes}{gridoverview} }
@@ -72,7 +67,7 @@ More advanced or rarely used GUI classes:
 \item{ \helpref{wxLayoutAlgorithm}{wxlayoutalgorithm} }
 \item{ \helpref{wxSplashScreen}{wxsplashscreen} }
 \item{ \helpref{wxTaskBarIcon}{wxtaskbaricon} }
-\item{ \helpref{wxTipDialog}{wxtipdialog} }
+\item{ wxTipDialog }
 \item{ \helpref{wxWave}{wxwave} }
 \item{ \helpref{wxWizard}{wxwizard} }
 \item{ \helpref{wxSashLayoutWindow}{wxsashlayoutwindow} }
@@ -95,3 +90,14 @@ 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.
+