Xe-Release/xerelease-gtk4/res/menubar.xml

30 lines
1.1 KiB
XML
Raw Normal View History

2021-06-17 22:33:33 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id='app-menu'>
<section>
<submenu>
<attribute name='label'>Config</attribute>
<item>
<attribute name='label'>Change Xe-lts config</attribute>
<attribute name='action'>app.config1</attribute>
</item>
<item>
<attribute name='label'>Change Xe-stable config</attribute>
<attribute name='action'>app.config2</attribute>
</item>
<item>
<attribute name='label'>Change Xe-devel config</attribute>
<attribute name='action'>app.config3</attribute>
</item>
</submenu>
<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>