18 lines
557 B
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>
|