grid.h 642 B

123456789101112131415161718192021
  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
  8. // Licence: wxWindows licence
  9. /////////////////////////////////////////////////////////////////////////////
  10. #ifndef _WX_GRID_H_BASE_
  11. #define _WX_GRID_H_BASE_
  12. #include "wx/generic/grid.h"
  13. // these headers used to be included from the above header but isn't any more,
  14. // still do it from here for compatibility
  15. #include "wx/generic/grideditors.h"
  16. #include "wx/generic/gridctrl.h"
  17. #endif // _WX_GRID_H_BASE_