projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Makefile next attempt
[wxWidgets.git]
/
include
/
wx
/
grid.h
Commit
Line
Data
34138703
JS
1
#ifndef _WX_GRID_H_BASE_
2
#define _WX_GRID_H_BASE_
c801d85f
KB
3
4
#include "wx/generic/gridg.h"
5
6
#ifndef wxGrid
7
#define wxGrid wxGenericGrid
8
#endif
9
10
#endif
34138703
11
// _WX_GRID_H_BASE_