Added accessors for the sub-windows in the wxGrid.
authorRobin Dunn <robin@alldunn.com>
Wed, 9 May 2001 22:31:17 +0000 (22:31 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 9 May 2001 22:31:17 +0000 (22:31 +0000)
commitd2520c85b013473a5861426aa639ad6ba8c83510
treea04e2364200efa9b4beb73ad2d183d0a48e9773f
parent3b36695de4d1d88e57c75465d81c6462a454eb86
Added accessors for the sub-windows in the wxGrid.

Added methods to get/set the pen width used for the current cell
highlight, bot normal and read-only.

Fixed (I think) the problem of the cell highlight leaving extra lines
behind when the grid lines are turned off

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
samples/newgrid/griddemo.cpp
samples/newgrid/griddemo.h
src/generic/grid.cpp