/////////////////////////////////////////////////////////////////////////////
// Name: griddemo.h
-// Purpose: Grid control wxWindows sample
+// Purpose: Grid control wxWidgets sample
// Author: Michael Bedward
// Modified by:
// RCS-ID: $Id$
#ifndef griddemo_h
#define griddemo_h
-#if !defined(wxUSE_NEW_GRID) || !(wxUSE_NEW_GRID)
- #error "This sample requires the new wxGrid class."
-#endif
-
class wxGrid;
class GridApp : public wxApp
}
void SetValue( int , int , const wxString& ) { /* ignore */ }
- bool IsEmptyCell( int , int ) { return FALSE; }
+ bool IsEmptyCell( int , int ) { return false; }
private:
long m_sizeGrid;