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

44 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-05-20 15:45:13 +00:00
<interface>
<requires lib="gtk+" version="3.0"/>
<menu id='app-menu'>
<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>
</section>
<section>
<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>