XML Ribbon markup file
The standard windows library ribbon interface is either constructed at runtime or specified in an XML file. Since we have a static set of functionality in our ribbon, it is simplest to just use the XML file. This should duplicate the interfaces currently provided by the MFC ribbon, though the menu items in the file menu are slightly taller than they used to be. Use uicc.exe to compile the XML to the binary format and produce a kfwribon.rc resource file and kfwribbon.h header. (cherry picked from commit da60312f1352cbd82e39e31398f7ead2e817f119) https://github.com/krb5/krb5/commit/530136650826cad19966737a57cc3c6608e74601 Author: Benjamin Kaduk <[email protected]> Committer: Tom Yu <[email protected]> Commit: 530136650826cad19966737a57cc3c6608e74601 Branch: krb5-1.13 src/windows/leash/Makefile.in | 6 ++ src/windows/leash/kfwribbon.xml | 131 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+), 0 deletions(-) _______________________________________________ kfwdev mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/kfwdev
