mirror of https://github.com/daleclack/My_GtkUi
19 lines
545 B
XML
19 lines
545 B
XML
<?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>
|
|
<attribute name='action'>win.quit</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface> |