forked from AuroraMiddleware/gtk
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>
|