reenabled the old wxGrid.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-03-11 22:38:39 +00:00
parent e81910e077
commit 5028104652
4 changed files with 3849 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
//---------------------------------------------------------------------------
#ifdef OLD_GRID
//#ifdef OLD_GRID
enum {
wxGRID_TEXT_CTRL,
@@ -236,7 +236,7 @@ enum {
wxEVT_GRID_LABEL_RCLICK,
};
#endif
//#endif
//---------------------------------------------------------------------------