2005-05-04 14:57:50 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: wx/grid.h
|
|
|
|
// Purpose: wxGrid base header
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
1998-08-14 20:23:28 -04:00
|
|
|
#ifndef _WX_GRID_H_BASE_
|
|
|
|
#define _WX_GRID_H_BASE_
|
1998-05-20 10:01:55 -04:00
|
|
|
|
1999-10-06 01:13:20 -04:00
|
|
|
#include "wx/generic/grid.h"
|
1998-05-20 10:01:55 -04:00
|
|
|
|
2009-01-30 04:08:37 -05: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 09:19:05 -05:00
|
|
|
#include "wx/generic/grideditors.h"
|
2009-01-30 04:08:37 -05:00
|
|
|
#include "wx/generic/gridctrl.h"
|
2009-01-16 09:19:05 -05:00
|
|
|
|
|
|
|
#endif // _WX_GRID_H_BASE_
|