gtk2/gtk/ui/gtkapplication-quartz.ui
Emmanuele Bassi cfcca335b1 Update GtkGrid definitions in GtkBuilder files
Convert packing properties to layout ones.
2019-04-05 00:08:18 +01:00

49 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk40">
<menu id="app-menu">
<section>
<item>
<attribute name="label" translatable="yes">About %s</attribute>
<attribute name="action">app.about</attribute>
<attribute name="x-gtk-private-special">replace-appname</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.preferences</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Services</attribute>
<attribute name="x-gtk-private-special">services-submenu</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Hide %s</attribute>
<attribute name="x-gtk-private-special">hide-this</attribute>
<attribute name="action">gtkinternal.hide</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Hide Others</attribute>
<attribute name="x-gtk-private-special">hide-others</attribute>
<attribute name="action">gtkinternal.hide-others</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Show All</attribute>
<attribute name="x-gtk-private-special">show-all</attribute>
<attribute name="action">gtkinternal.show-all</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Quit %s</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="x-gtk-private-special">replace-appname</attribute>
</item>
</section>
</menu>
</interface>