mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
26 lines
No EOL
791 B
XML
26 lines
No EOL
791 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<menu id="my-menu">
|
|
<submenu>
|
|
<section>
|
|
<attribute name="label">test section</attribute>
|
|
</section>
|
|
<item>
|
|
<attribute name="label">test 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> |