window.xml 1.36 KB
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.0"/>
  <menu id="gear-menu">
    <section>

      <submenu>
        <attribute name="label" translatable="yes">New</attribute>
        <item>
          <attribute name="label" translatable="yes">Tab</attribute>
          <attribute name="action">app.new.tab</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">Application Window</attribute>
          <attribute name="action">app.new.window</attribute>
        </item>
      </submenu>

      <submenu>
        <attribute name="label" translatable="yes">Open</attribute>
        <item>
          <attribute name="label" translatable="yes">File</attribute>
          <attribute name="action">app.open</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">New tab</attribute>
          <attribute name="action">app.new.tab</attribute>
        </item>
        <item>
          <attribute name="label" translatable="yes">New window</attribute>
          <attribute name="action">app.new.window</attribute>
        </item>
      </submenu>

    </section>

    <section>
      <item>
        <attribute name="label" translatable="yes">Preferences</attribute>
        <attribute name="action">win.preferences</attribute>
      </item>
    </section>
  </menu>
</interface>