restore sorting functionality of the generic wxDataViewCtrl but implement it on top...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Dec 2008 21:13:29 +0000 (21:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Dec 2008 21:13:29 +0000 (21:13 +0000)
commit46234a038344f125655e5d27a0ed0e66202298d4
tree20da396e0e5f85900e4c33d202fc566871ef17a0
parent05867e397e9dd51134c9db6be534467bb0cdfc9b
restore sorting functionality of the generic wxDataViewCtrl but implement it on top of wxHeaderCtrl support for it now; don't have const and non-const overloads of GetSortingColumn() in wxDVC returning different things (could this have really been intentional?); added GetSortingColumnIndex()

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