testing-repository/gtk4-rs/gtk-rs-menus/res/menubar.xml

14 lines
349 B
XML
Raw Normal View History

2021-12-05 18:39:33 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id = "menubar">
<section>
<submenu>
<attribute name="label">File</attribute>
<item>
<attribute name="label">Exit</attribute>
</item>
</submenu>
</section>
</menu>
</interface>