don't duplicate the column reordering in generic wxHeaderCtrl and wxGrid, extract...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Dec 2008 22:27:02 +0000 (22:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Dec 2008 22:27:02 +0000 (22:27 +0000)
commit1bb7462687e4ce250372f6201a92a155a6f67af6
treebf74dfd15a77670c7edfc8572e0a1dccb775deb7
parent3169a8e8373815a6929fd7abdd26122b5194e37b
don't duplicate the column reordering in generic wxHeaderCtrl and wxGrid, extract it into a (public) helper function

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