]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/grid.h
Simplified event based Drag API for wxDataViewCtrl
[wxWidgets.git] / include / wx / grid.h
index 668f69a3e30e99b72438fc76bc060a5bf96aa89a..e64d034c0d4b13df82bf6ac00f1c1b4e26e3bb71 100644 (file)
@@ -1,11 +1,21 @@
+/////////////////////////////////////////////////////////////////////////////
+// Name:        wx/grid.h
+// Purpose:     wxGrid base header
+// Author:      Julian Smart
+// Modified by:
+// Created:
+// Copyright:   (c) Julian Smart
+// RCS-ID:      $Id$
+// Licence:     wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
 #ifndef _WX_GRID_H_BASE_
 #define _WX_GRID_H_BASE_
 
-#include "wx/generic/gridg.h"
+#include "wx/generic/grid.h"
 
-#ifndef wxGrid
-#define wxGrid wxGenericGrid
-#endif
+// this used to be included from the above header but isn't any more, still do
+// it from here for compatibility
+#include "wx/generic/grideditors.h"
 
-#endif
-    // _WX_GRID_H_BASE_
+#endif // _WX_GRID_H_BASE_