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/example-menu.glade

15 lines
388 B
XML

<interface>
<requires lib="gtk+" version="3.0"/>
<menu id='example'>
<submenu id='menu'>
<attribute name='label' translatable='yes'>Example</attribute>
<item>
<attribute name='label' translatable='yes'>Consulter</attribute>
<attribute name='action'>win.open-consulter</attribute>
<attribute name='accel'>F1</attribute>
</item>
</submenu>
</menu>
</interface>