added wxDbGrid

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-03 20:48:09 +00:00
parent e2d1c5675c
commit 452935628a
7 changed files with 141 additions and 55 deletions

View 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
@@ -95,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.