]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/grid.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxGrid base header
4 // Author: Julian Smart
7 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_GRID_H_BASE_
13 #define _WX_GRID_H_BASE_
15 #include "wx/generic/grid.h"
17 // these headers used to be included from the above header but isn't any more,
18 // still do it from here for compatibility
19 #include "wx/generic/grideditors.h"
20 #include "wx/generic/gridctrl.h"
22 #endif // _WX_GRID_H_BASE_