testing-repository/Gtk4/gtk58_popover_gtk4/res/menubar.xml

30 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id='app-menu'>
<section>
<submenu>
<attribute name='label'>Config</attribute>
<item>
<attribute name='label'>Change Config1</attribute>
<attribute name='action'>app.config1</attribute>
</item>
<item>
<attribute name='label'>Change Config2</attribute>
<attribute name='action'>app.config2</attribute>
</item>
<item>
<attribute name='label'>Change Config3</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>