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-comparative/data/comparative-menu.xml

18 lines
557 B
XML

<interface>
<requires lib="gtk+" version="3.0"/>
<menu id='menu'>
<item>
<attribute name='label' translatable='yes'>Weeks</attribute>
<attribute name='action'>win.open-form</attribute>
<attribute name='target'>weeks</attribute>
<attribute name='accel'>F1</attribute>
</item>
<item>
<attribute name='label' translatable='yes'>Tickets by week</attribute>
<attribute name='action'>win.open-form</attribute>
<attribute name='target'>week-tickets</attribute>
<attribute name='accel'>F2</attribute>
</item>
</menu>
</interface>