summaryrefslogtreecommitdiff
path: root/examples/application9/app-menu.ui
blob: 13bf8fd34205267f3997bbcc83c18e894c9ffa0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<interface>
  <menu id="appmenu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Preferences</attribute>
        <attribute name="action">app.preferences</attribute>
      </item>
    </section>
    <section>
      <item>
        <attribute name="label" translatable="yes">_Quit</attribute>
        <attribute name="action">app.quit</attribute>
      </item>
    </section>
  </menu>
</interface>