Add wxGrid::DrawRangeGridLines().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 May 2012 13:00:13 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 May 2012 13:00:13 +0000 (13:00 +0000)
commitb55d57aa2499200346dc15eaf9a65f519b0206fd
treea4ef925be02bf96f428890e42cd98b33f9b3ddb3
parentf31d3faf7a4f578f6c115fbbb0e70f7a6e7a7d63
Add wxGrid::DrawRangeGridLines().

This method draws only the grid lines for the cells in the specified range and
not for all of them.

It is not used yet but will be by the upcoming wxGrid::Render(), see #14294.

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