initial native implementation of wxCalendarCtrl for MSW
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Apr 2008 04:17:03 +0000 (04:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Apr 2008 04:17:03 +0000 (04:17 +0000)
commit51317496171b33f2abb155a1214f567b79d66e43
treead85eca86cfc4d45c1d63ab1c7e86b69fd5ed2a3
parent72da4057731919c6d386aa5a4cf8f3d0258bbe46
initial native implementation of wxCalendarCtrl for MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53002 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
docs/changes.txt
include/wx/calctrl.h
include/wx/generic/calctrlg.h
include/wx/msw/calctrl.h [new file with mode: 0644]
include/wx/msw/private/datecontrols.h [new file with mode: 0644]
interface/calctrl.h
src/generic/calctrlg.cpp
src/msw/calctrl.cpp [new file with mode: 0644]
src/msw/datecontrols.cpp [new file with mode: 0644]
src/msw/datectrl.cpp