Added ForceRefresh() to request immediate repainting of a grid.
authorMichael Bedward <mbedward@ozemail.com.au>
Fri, 21 Jul 2000 06:51:22 +0000 (06:51 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Fri, 21 Jul 2000 06:51:22 +0000 (06:51 +0000)
commitd82323930c8ce1b800f2213a598fbda79f868d1d
tree02e88eca4593e3aec0db29d44fb77a7f8d3831a2
parent47af912426dcd738f24063fa0952b20682239cdf
Added ForceRefresh() to request immediate repainting of a grid.
Calling Refresh() doesn't do this because of our minimal OnPaint
handler (to reduce screen flicker).

Setting of position coords for wxGridEvents now takes account of
row and col label sizes.

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