Add wxTimePickerCtrl class.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 13:43:15 +0000 (13:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 13:43:15 +0000 (13:43 +0000)
commit569c7d8ccb0c3f350b50f0f8435b6c6ac3d78cc8
tree5412ee88ffe69866c27b11f6d05c8ebddf657f28
parent1319b2684fe48d168282de7b6ce9a113a206d87e
Add wxTimePickerCtrl class.

Implement wxTimePickerCtrl natively for MSW and add a generic implementation
(very loosely based on the original class by Paul Breen) for the other
platforms.

Also update the calendar sample to show the new control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
39 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
configure
configure.in
docs/changes.txt
docs/doxygen/images/wxmsw/timepickerctrl.png [new file with mode: 0644]
include/wx/chkconf.h
include/wx/dateevt.h
include/wx/datetimectrl.h
include/wx/generic/timectrl.h [new file with mode: 0644]
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/setup_inc.h
include/wx/msw/timectrl.h [new file with mode: 0644]
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/timectrl.h [new file with mode: 0644]
include/wx/univ/setup0.h
interface/wx/timectrl.h [new file with mode: 0644]
samples/calendar/calendar.cpp
setup.h.in
src/common/calctrlcmn.cpp
src/generic/timectrl.cpp [new file with mode: 0644]
src/msw/timectrl.cpp [new file with mode: 0644]