testing-repository/Gtkmm3/gtk134_editor4/res/text_menu.xml

35 lines
1.3 KiB
XML
Raw Normal View History

2022-07-06 16:13:33 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="text_menu">
<section>
<item>
<attribute name="label">Open</attribute>
<attribute name="action">win.text_open</attribute>
</item>
<item>
2022-07-07 15:31:51 +08:00
<attribute name="label">Save</attribute>
2022-07-06 16:13:33 +08:00
<attribute name="action">win.text_save</attribute>
</item>
2022-07-07 15:31:51 +08:00
<item>
<attribute name="label">Save As</attribute>
<attribute name="action">win.text_saveas</attribute>
</item>
2022-07-06 16:13:33 +08:00
<item>
<attribute name="label">Copy</attribute>
<attribute name="action">win.text_copy</attribute>
</item>
<item>
<attribute name="label">Paste</attribute>
<attribute name="action">win.text_paste</attribute>
</item>
<item>
2022-07-07 15:31:51 +08:00
<attribute name="label">Close</attribute>
<attribute name="action">win.text_close</attribute>
2022-07-06 16:13:33 +08:00
</item>
<item>
<attribute name="label">About</attribute>
<attribute name="action">win.text_about</attribute>
</item>
</section>
</menu>
</interface>