mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
4ace873046
This conversion was done with the help of gtk4-builder-tool.
15 lines
397 B
XML
15 lines
397 B
XML
<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>
|