mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
It's not all of them yet, just the ones which work out of the box with current code and which I could easily trigger.
14 lines
522 B
XML
14 lines
522 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/templates-popup">
|
|
<item><attribute name="action">app.templates-create-image</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">app.templates-new</attribute></item>
|
|
<item><attribute name="action">app.templates-duplicate</attribute></item>
|
|
<item><attribute name="action">app.templates-edit</attribute></item>
|
|
<item><attribute name="action">app.templates-delete</attribute></item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|