Added XRC handler for wxComboCtrl (closes #10151)
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 25 Jan 2009 16:00:32 +0000 (16:00 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 25 Jan 2009 16:00:32 +0000 (16:00 +0000)
commitfef4b46dc77a404fb59c4e88c4a0a72d71c80399
tree8bd12d3ce7c4a1f3c44242421d16aa435f1a51f5
parentac17f7283f0f63d0c180750f3f365badac60d3ef
Added XRC handler for wxComboCtrl (closes #10151)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58402 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
include/wx/xrc/xh_all.h
include/wx/xrc/xh_comboctrl.h [new file with mode: 0644]
src/xrc/descrip.mms
src/xrc/xh_comboctrl.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp