added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCtrl and wxGrid to provide...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Dec 2008 23:56:56 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Dec 2008 23:56:56 +0000 (23:56 +0000)
commitaf67f39da8ecf7c29ba5071ac49456d506c111cf
tree29b7ea71f4e554d7dabbea129bb078c12383618e
parent74a98b993826de6221e00c428b8d6cc91f77ecf7
added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCtrl and wxGrid to provide a way to interactively customize the columns

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
18 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
docs/changes.txt
include/wx/headerctrl.h
include/wx/rearrangectrl.h [new file with mode: 0644]
interface/wx/headerctrl.h
interface/wx/rearrangectrl.h [new file with mode: 0644]
src/common/headerctrlcmn.cpp
src/common/rearrangectrl.cpp [new file with mode: 0644]
src/generic/grid.cpp