2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/grid.h
|
|
|
|
// Purpose: wxGrid base header
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-15 00:23:28 +00:00
|
|
|
#ifndef _WX_GRID_H_BASE_
|
|
|
|
#define _WX_GRID_H_BASE_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
1999-10-06 05:13:20 +00:00
|
|
|
#include "wx/generic/grid.h"
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2009-01-30 09:08:37 +00:00
|
|
|
// these headers used to be included from the above header but isn't any more,
|
|
|
|
// still do it from here for compatibility
|
2009-01-16 14:19:05 +00:00
|
|
|
#include "wx/generic/grideditors.h"
|
2009-01-30 09:08:37 +00:00
|
|
|
#include "wx/generic/gridctrl.h"
|
2009-01-16 14:19:05 +00:00
|
|
|
|
|
|
|
#endif // _WX_GRID_H_BASE_
|