extract (and expand and clean up and document) the header window implementation used...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Dec 2008 21:53:10 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Dec 2008 21:53:10 +0000 (21:53 +0000)
commit56873923f39af96aac6bfc5776d2637b8c4623ca
treec110a689a627b9f940e073cd584fa447a9f0d17a
parent878770b8544c70c21311d95a6bdccc839a101688
extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
51 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_net.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_net.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_net.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_net.vcproj
include/wx/dataview.h
include/wx/generic/dataview.h
include/wx/gtk/dataview.h
include/wx/headercol.h [new file with mode: 0644]
include/wx/headerctrl.h [new file with mode: 0644]
include/wx/msw/headercol.h [new file with mode: 0644]
include/wx/msw/headerctrl.h [new file with mode: 0644]
include/wx/msw/missing.h
include/wx/msw/treectrl.h
include/wx/msw/wrapcctl.h
include/wx/osx/carbon/dataview.h
interface/wx/dataview.h
interface/wx/headercol.h [new file with mode: 0644]
interface/wx/headerctrl.h [new file with mode: 0644]
src/common/datavcmn.cpp
src/common/headercolcmn.cpp [new file with mode: 0644]
src/common/headerctrlcmn.cpp [new file with mode: 0644]
src/generic/datavgen.cpp
src/generic/headercolg.cpp [new file with mode: 0644]
src/generic/headerctrlg.cpp [new file with mode: 0644]
src/msw/headercol.cpp [new file with mode: 0644]
src/msw/headerctrl.cpp [new file with mode: 0644]
src/msw/treectrl.cpp
tests/Makefile.in
tests/controls/headerctrltest.cpp [new file with mode: 0644]
tests/makefile.bcc
tests/makefile.gcc
tests/makefile.vc
tests/makefile.wat
tests/test.bkl
tests/test_test_gui.dsp
tests/test_vc7_test_gui.vcproj
tests/test_vc8_test_gui.vcproj
tests/test_vc9_test_gui.vcproj
wxGTK.spec
wxMotif.spec
wxX11.spec