menu.ui 565 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.0 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.20"/>
  5. <menu id="app-menu">
  6. <section>
  7. <item>
  8. <attribute name="action">app.about</attribute>
  9. <attribute name="label" translatable="yes">_About</attribute>
  10. </item>
  11. <item>
  12. <attribute name="action">app.quit</attribute>
  13. <attribute name="label" translatable="yes">_Quit</attribute>
  14. <attribute name="accel">&lt;Primary&gt;q</attribute>
  15. </item>
  16. </section>
  17. </menu>
  18. </interface>