1. removed 3d border, but
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Feb 2000 14:27:36 +0000 (14:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Feb 2000 14:27:36 +0000 (14:27 +0000)
commitd16c04bb0a2058f78b20b2d0fe85c7d4941ea55f
treeca6a7252874df2c8c50fa1bbf7277a0cf58a4320
parentb3a7510d21b9d4f9646b32edf9fe6f453f2c6dc9
1. removed 3d border, but
 a) made DrawCellHighlight() virtual to allow overriding it in user code
 b) fixed bug with grid lines painting over the border, so it should really
    work now
2. char events to readonly cells are Skip()ped which makes Alt-X work for
   them too

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