2015-07-29 19:15:10 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2015-09-09 20:50:49 +00:00
|
|
|
<menu id="app-menu">
|
2014-01-15 05:38:02 +00:00
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS. %s is replaced with the application name. -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">About %s</attribute>
|
|
|
|
<attribute name="action">app.about</attribute>
|
|
|
|
<attribute name="x-gtk-private-special">replace-appname</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">Preferences</attribute>
|
|
|
|
<attribute name="action">app.preferences</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">Services</attribute>
|
|
|
|
<attribute name="x-gtk-private-special">services-submenu</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS. %s is replaced with the application name. -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">Hide %s</attribute>
|
|
|
|
<attribute name="x-gtk-private-special">hide-this</attribute>
|
|
|
|
<attribute name="action">gtkinternal.hide</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">Hide Others</attribute>
|
|
|
|
<attribute name="x-gtk-private-special">hide-others</attribute>
|
|
|
|
<attribute name="action">gtkinternal.hide-others</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">Show All</attribute>
|
|
|
|
<attribute name="x-gtk-private-special">show-all</attribute>
|
|
|
|
<attribute name="action">gtkinternal.show-all</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<item>
|
|
|
|
<!-- used for the application menu on MacOS. %s is replaced with the application name. -->
|
2015-09-09 20:50:49 +00:00
|
|
|
<attribute name="label" translatable="yes">Quit %s</attribute>
|
|
|
|
<attribute name="action">app.quit</attribute>
|
|
|
|
<attribute name="x-gtk-private-special">replace-appname</attribute>
|
2014-01-15 05:38:02 +00:00
|
|
|
</item>
|
|
|
|
</section>
|
|
|
|
</menu>
|
|
|
|
</interface>
|