Xe-Release/XeRelease_Gtkmm3/res/menubar.xml

41 lines
1.6 KiB
XML
Raw Normal View History

2021-06-21 23:05:49 +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>
2021-06-22 14:19:59 +08:00
<attribute name='action'>win.config1</attribute>
2021-06-21 23:05:49 +08:00
</item>
<item>
<attribute name='label'>Change Xe-stable config</attribute>
2021-06-22 14:19:59 +08:00
<attribute name='action'>win.config2</attribute>
2021-06-21 23:05:49 +08:00
</item>
<item>
<attribute name='label'>Change Xe-devel config</attribute>
2021-06-22 14:19:59 +08:00
<attribute name='action'>win.config3</attribute>
</item>
</submenu>
<submenu>
<attribute name='label'>Backgrounds</attribute>
<item>
<attribute name='label'>XeRelease8-9</attribute>
<attribute name='action'>win.back1</attribute>
</item>
<item>
<attribute name='label'>XeRelease10-12</attribute>
<attribute name='action'>win.back2</attribute>
2021-06-21 23:05:49 +08:00
</item>
</submenu>
<item>
<attribute name='label'>About</attribute>
2021-06-22 14:19:59 +08:00
<attribute name='action'>win.about</attribute>
2021-06-21 23:05:49 +08:00
</item>
<item>
<attribute name='label'>Exit</attribute>
2021-06-22 14:19:59 +08:00
<attribute name='action'>win.quit</attribute>
2021-06-21 23:05:49 +08:00
</item>
</section>
</menu>
</interface>