My_GtkUi/Flos_Gtk4/res/more_menu.xml

18 lines
470 B
XML
Raw Normal View History

2023-02-13 15:08:36 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="more_menu">
<section>
<item>
<attribute name='label'>Restart</attribute>
</item>
<item>
<attribute name='label'>Sleep</attribute>
</item>
</section>
<section>
<item>
<attribute name='label'>Log off</attribute>
</item>
</section>
</menu>
</interface>