Add support for wxRibbonBar and related controls to XRC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 13:52:27 +0000 (13:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 13:52:27 +0000 (13:52 +0000)
commit74a59798c0eea14e9bb3e39f416d641adcccd7e0
tree81d86ba92d0cb2bad53aa327030f3e46d20a4b7d
parent00b4e7c946860a23696ea5189c7da2eefbeb3e3b
Add support for wxRibbonBar and related controls to XRC.

Add wxRibbonXmlHandler and an example of using it to the xrc sample.

Closes #12058.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
31 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_ribbon.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_ribbon.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_ribbon.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_ribbon.vcproj
docs/changes.txt
docs/doxygen/overviews/xrc_format.h
include/wx/xrc/xh_ribbon.h [new file with mode: 0644]
samples/xrc/Makefile.in
samples/xrc/makefile.bcc
samples/xrc/makefile.gcc
samples/xrc/makefile.unx
samples/xrc/makefile.vc
samples/xrc/makefile.wat
samples/xrc/rc/controls.xrc
samples/xrc/xrcdemo.bkl
samples/xrc/xrcdemo.cpp
samples/xrc/xrcdemo.dsp
samples/xrc/xrcdemo_vc7.vcproj
samples/xrc/xrcdemo_vc8.vcproj
samples/xrc/xrcdemo_vc9.vcproj
src/xrc/xh_ribbon.cpp [new file with mode: 0644]