]> git.saurik.com Git - wxWidgets.git/commit
Changes necessary to make In Place Edit work and look a lot nicer for
authorRobin Dunn <robin@alldunn.com>
Wed, 28 Jul 1999 21:59:08 +0000 (21:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 28 Jul 1999 21:59:08 +0000 (21:59 +0000)
commit0c551f1c232840bda79b0b7106b9c11a2773ffaf
tree9097c0ae53b118c8a61a14bddc8812f40a68f0fa
parent0655ad290a99dc0d4e8ea86aec60c7833a53be53
Changes necessary to make In Place Edit work and look a lot nicer for
MSW and GTK, and hopefully make it easy to make the same tweaks for
other ports.  There are still some very minor anomalies (changing
colors of the grid doesn't change the IPE control, etc.) but it is
definitely useable now.

The IPE control now gets the fore/background color of the cell.

Changed how the current cell highlight is drawn so mulitple clicks in
a single cell don't leave the highlight in an inconsistent state for
GTK.

Changed a dangerous static variable to a member variable.

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