]> git.saurik.com Git - wxWidgets.git/blame - include/wx/grid.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / include / wx / grid.h
CommitLineData
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
99d80019
JS
8// Licence: wxWindows licence
9/////////////////////////////////////////////////////////////////////////////
10
34138703
JS
11#ifndef _WX_GRID_H_BASE_
12#define _WX_GRID_H_BASE_
c801d85f 13
f85afd4e 14#include "wx/generic/grid.h"
c801d85f 15
fc50ab90
VZ
16// these headers used to be included from the above header but isn't any more,
17// still do it from here for compatibility
0b628e95 18#include "wx/generic/grideditors.h"
fc50ab90 19#include "wx/generic/gridctrl.h"
0b628e95
VZ
20
21#endif // _WX_GRID_H_BASE_