summaryrefslogtreecommitdiff
path: root/demos/icon-browser/app-menu.ui
blob: ed89a439c3f1c6952cafe55eeb4cd6b749fe41d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <menu id="appmenu">
    <section>
      <item>
        <attribute name="label" translatable="yes">_Quit</attribute>
        <attribute name="action">app.quit</attribute>
      </item>
    </section>
  </menu>
</interface>