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/module/data/consulter-menu.glade

17 lines
467 B
XML

<interface>
<requires lib="gtk+" version="3.0"/>
<menu id='menu'>
<item>
<attribute name='label' translatable='yes'>Send</attribute>
<attribute name='action'>win.send</attribute>
<attribute name='accel'>&lt;Primary&gt;s</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>Clean</attribute>
<attribute name='action'>win.clean</attribute>
<attribute name='accel'>&lt;Primary&gt;c</attribute>
</item>
</menu>
</interface>