]> git.saurik.com Git - wxWidgets.git/commit
start of the great grid folding: introduce wxGridOperations class and use it to avoid...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Sep 2008 08:32:12 +0000 (08:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Sep 2008 08:32:12 +0000 (08:32 +0000)
commitbec7026270ecdb5f9019c3180b228da0469df710
tree247840a2f2eaafdf87a1722ee4b453ac167e2b8f
parentd41f34403c4f2c9a224526afe66c050a9932a950
start of the great grid folding: introduce wxGridOperations class and use it to avoid duplicating the same code for rows and columns in a couple of methods

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