Gimp/menus/images-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

9 lines
326 B
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/images-popup">
<item><attribute name="action">app.images-raise-views</attribute></item>
<item><attribute name="action">app.images-new-view</attribute></item>
<item><attribute name="action">app.images-delete</attribute></item>
</menu>
</interface>