testing-repository/Gtk4/gtk64_menu2/res/appmenu.xml

23 lines
801 B
XML
Raw Permalink Normal View History

2021-04-10 22:54:08 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="app-menu">
<section>
<item>
<attribute name='label'>Change background</attribute>
<attribute name='action'>app.back</attribute>
</item>
<item>
<attribute name='label'>Default background</attribute>
<attribute name='action'>app.default</attribute>
</item>
<item>
<attribute name='label'>About</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name='label'>Exit</attribute>
<attribute name='action'>app.quit</attribute>
</item>
</section>
</menu>
</interface>