This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
hedera/vn/gui/menu.glade

49 lines
1.4 KiB
XML

<interface>
<requires lib="gtk+" version="3.0"/>
<menu id="app-menu">
<section>
<item>
<attribute name="label" translatable="yes">New window</attribute>
<attribute name="action">app.new-window</attribute>
<attribute name="accel">&lt;Primary&gt;n</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Logout</attribute>
<attribute name="action">app.logout</attribute>
<attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;l</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Connect</attribute>
<attribute name="action">app.connect</attribute>
<attribute name="accel">&lt;Primary&gt;l</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">About</attribute>
<attribute name="action">app.about</attribute>
<attribute name="accel">&lt;Primary&gt;h</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>
<menu id="win-menu">
<section id="modules">
</section>
<section>
<item>
<attribute name="label" translatable="yes">Close</attribute>
<attribute name="action">win.close</attribute>
<attribute name="accel">&lt;Primary&gt;w</attribute>
</item>
</section>
</menu>
</interface>