mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
|
<interface>
|
||
|
<menu id="menu">
|
||
|
<section>
|
||
|
<item>
|
||
|
<attribute name="label" translatable="yes">_Words</attribute>
|
||
|
<attribute name="action">win.show-words</attribute>
|
||
|
</item>
|
||
|
<item>
|
||
|
<attribute name="label" translatable="yes">_Lines</attribute>
|
||
|
<attribute name="action">win.show-lines</attribute>
|
||
|
</item>
|
||
|
</section>
|
||
|
</menu>
|
||
|
</interface>
|