1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/menus/buffers-menu.ui
Jehan dcd911ba60 menus: implement a bunch of menus in GtkBuilder format.
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.
2023-04-12 22:07:08 +02:00

17 lines
802 B
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/buffers-popup">
<section>
<item><attribute name="action">app.buffers-paste</attribute></item>
<item><attribute name="action">app.buffers-paste-in-place</attribute></item>
<item><attribute name="action">app.buffers-paste-into</attribute></item>
<item><attribute name="action">app.buffers-paste-into-in-place</attribute></item>
<item><attribute name="action">app.buffers-paste-as-new-layer</attribute></item>
<item><attribute name="action">app.buffers-paste-as-new-layer-in-place</attribute></item>
<item><attribute name="action">app.buffers-paste-as-new-image</attribute></item>
<item><attribute name="action">app.buffers-delete</attribute></item>
</section>
</menu>
</interface>