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
This commit is contained in:
parent
00b4e7c946
commit
74a59798c0
31 changed files with 727 additions and 104 deletions
|
|
@ -3662,6 +3662,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
src/ribbon/page.cpp
|
||||
src/ribbon/panel.cpp
|
||||
src/ribbon/toolbar.cpp
|
||||
src/xrc/xh_ribbon.cpp
|
||||
</set>
|
||||
<set var="RIBBON_HDR" hints="files">
|
||||
wx/ribbon/art.h
|
||||
|
|
@ -3673,6 +3674,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
wx/ribbon/page.h
|
||||
wx/ribbon/panel.h
|
||||
wx/ribbon/toolbar.h
|
||||
wx/xrc/xh_ribbon.h
|
||||
</set>
|
||||
|
||||
<!-- ====================================================================== -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue