mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
31 lines
No EOL
1,002 B
XML
31 lines
No EOL
1,002 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<menu id="my-menu">
|
|
<submenu>
|
|
<section>
|
|
<attribute name="label">test section</attribute>
|
|
</section>
|
|
<item>
|
|
<attribute name="label" translatable="true" context="context">test translated item</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label">test item shorthand 1</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label">test item shorthand 2</attribute>
|
|
<attribute name="action">app.test-action</attribute>
|
|
</item>
|
|
<item>
|
|
<attribute name="label">test item shorthand 3</attribute>
|
|
<attribute name="action">app.test-action</attribute>
|
|
<attribute name="icon">test-symbolic</attribute>
|
|
</item>
|
|
</submenu>
|
|
</menu>
|
|
</interface> |