Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 13:43:02 +0000 (13:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 13:43:02 +0000 (13:43 +0000)
commit8957e55ed3292874c54db019be74ef152c962d96
tree44439f5fbb14571607625c22fe3454f8c2ab5b5a
parent276f3938c4ae6420a05ad2a7667fdf79261c33d6
Refactor wxDatePickerCtrl to derive from wxDateTimePickerCtrl.

No real changes, just refactor wxMSW wxDatePickerCtrl to allow sharing code
with the upcoming wxTimePickerCtrl class. Even less changes for the other
platforms where wxDateTimePickerCtrl is trivial.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 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_adv.dsp
build/msw/wx_core.dsp
build/msw/wx_vc7_adv.vcproj
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_adv.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_adv.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/datectrl.h
include/wx/datetimectrl.h [new file with mode: 0644]
include/wx/msw/datectrl.h
include/wx/msw/datetimectrl.h [new file with mode: 0644]
src/msw/datectrl.cpp
src/msw/datetimectrl.cpp [new file with mode: 0644]