]>
Commit | Line | Data |
---|---|---|
99d80019 JS |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: wx/grid.h | |
3 | // Purpose: wxGrid base header | |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: | |
7 | // Copyright: (c) Julian Smart | |
8 | // RCS-ID: $Id$ | |
9 | // Licence: wxWindows licence | |
10 | ///////////////////////////////////////////////////////////////////////////// | |
11 | ||
34138703 JS |
12 | #ifndef _WX_GRID_H_BASE_ |
13 | #define _WX_GRID_H_BASE_ | |
c801d85f | 14 | |
f85afd4e | 15 | #include "wx/generic/grid.h" |
c801d85f | 16 | |
0b628e95 VZ |
17 | // this used to be included from the above header but isn't any more, still do |
18 | // it from here for compatibility | |
19 | #include "wx/generic/grideditors.h" | |
20 | ||
21 | #endif // _WX_GRID_H_BASE_ |