[feat] add about dialog

This commit is contained in:
Julian Sparber
2017-11-01 12:48:17 +01:00
parent 20b51dd7ea
commit b9dd45514e
3 changed files with 77 additions and 1 deletions

17
data/gtk/menus.ui Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<menu id="app-menu">
<section>
<item>
<attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">app.about</attribute>
</item>
<item>
<attribute name="label" translatable="yes">_Quit</attribute>
<attribute name="action">app.quit</attribute>
<attribute name="accel">&lt;Primary&gt;q</attribute>
</item>
</section>
</menu>
</interface>