]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/grid.h
process pending wx events before sending idle events
[wxWidgets.git] / include / wx / grid.h
index 668f69a3e30e99b72438fc76bc060a5bf96aa89a..9ebf58ce5040badbea52c5c2c76714cd8c70bfe4 100644 (file)
@@ -1,11 +1,18 @@
+/////////////////////////////////////////////////////////////////////////////
+// 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"
-
-#ifndef wxGrid
-#define wxGrid wxGenericGrid
-#endif
+#include "wx/generic/grid.h"
 
 #endif
     // _WX_GRID_H_BASE_