1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/menus/documents-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

19 lines
954 B
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/documents-popup">
<item><attribute name="action">app.documents-open</attribute></item>
<item><attribute name="action">app.documents-raise-or-open</attribute></item>
<item><attribute name="action">app.documents-file-open-dialog</attribute></item>
<item><attribute name="action">app.documents-copy-location</attribute></item>
<item><attribute name="action">app.documents-show-in-file-manager</attribute></item>
<item><attribute name="action">app.documents-remove</attribute></item>
<item><attribute name="action">app.documents-clear</attribute></item>
<section>
<item><attribute name="action">app.documents-recreate-preview</attribute></item>
<item><attribute name="action">app.documents-reload-previews</attribute></item>
<item><attribute name="action">app.documents-remove-dangling</attribute></item>
</section>
</menu>
</interface>