51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<interface>
|
|
<requires lib="gtk+" version="3.0"/>
|
|
<menu id='app-menu'>
|
|
<section>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>New window</attribute>
|
|
<attribute name='action'>app.new-window</attribute>
|
|
<attribute name='accel'><Primary>n</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>Logout</attribute>
|
|
<attribute name='action'>app.logout</attribute>
|
|
<attribute name='accel'><Primary><Shift>l</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>Connect</attribute>
|
|
<attribute name='action'>app.connect</attribute>
|
|
<attribute name='accel'><Primary>l</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>About</attribute>
|
|
<attribute name='action'>app.about</attribute>
|
|
<attribute name='accel'><Primary>h</attribute>
|
|
</item>
|
|
</section>
|
|
<section>
|
|
<item>
|
|
<attribute name='label' translatable='yes'>Quit</attribute>
|
|
<attribute name='action'>app.quit</attribute>
|
|
<attribute name='accel'><Primary>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'><Primary>w</attribute>
|
|
</item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|
|
|