Added XRC handler for wxTimePickerCtrl.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 13:43:23 +0000 (13:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 29 Sep 2011 13:43:23 +0000 (13:43 +0000)
commit6b9103c67b1901d59ddfbe11bba5af586b0622de
tree1589ed9751f77c253da14ba9396b0671f0b74919
parent569c7d8ccb0c3f350b50f0f8435b6c6ac3d78cc8
Added XRC handler for wxTimePickerCtrl.

Add a trivial handler modeled after the existing wxDateCtrlXmlHandler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 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_vc7_xrc.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_xrc.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_xrc.vcproj
build/msw/wx_xrc.dsp
docs/doxygen/overviews/xrc_format.h
include/wx/xrc/xh_all.h
include/wx/xrc/xh_timectrl.h [new file with mode: 0644]
src/xrc/xh_timectrl.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp