wxWidgets/samples/newgrid
Robin Dunn f97c9b5bf2 1. Grid cell defaults are now handled by an internal
wxGridCellAttr object

2. wxGridCellRenderer::Draw updated to expect an attr object and
use it instead of going back to the grid for everything

3. The selection colours are now initialized from wxSystemSettings,
and are configurable.

4. Now either CreateGrid() or SetTable() can be called to initialize
the grid.  Added a test for using a non-default table.

5. Reduced flicker even more byt using empty EVT_ERASE_BACKGROUND handlers.

6. The beginings of wxGridCellEditor are in there but not activated
yet. (This is the next step.)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-13 05:38:03 +00:00
..
griddemo.cpp 1. Grid cell defaults are now handled by an internal 2000-02-13 05:38:03 +00:00
griddemo.def Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
griddemo.h 1. Grid cell defaults are now handled by an internal 2000-02-13 05:38:03 +00:00
griddemo.rc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.b32 Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.bcc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.dos Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.g95 Fixes from Mumit Khan 2000-01-15 21:32:32 +00:00
Makefile.in makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
makefile.sc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.unx Forgot these. 2000-01-03 17:13:01 +00:00
makefile.vc Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00
makefile.wat Sample program for new wxGrid classes. 1999-10-06 04:55:17 +00:00