]> git.saurik.com Git - wxWidgets.git/commit
1. Grid cell defaults are now handled by an internal
authorRobin Dunn <robin@alldunn.com>
Sun, 13 Feb 2000 05:38:03 +0000 (05:38 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 13 Feb 2000 05:38:03 +0000 (05:38 +0000)
commitf97c9b5bf2452c73434eb548e70115ac7ca60a83
treebd1cb42b365f83b33db4fbc94bf58c372bb6a1b4
parent2796cce3f15cfcfa733f4dea8777dbf20fe8b13f
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
samples/newgrid/griddemo.cpp
samples/newgrid/griddemo.h