mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00: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
485 B
XML
14 lines
485 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/quick-mask-popup">
|
|
<item><attribute name="action">app.quick-mask-toggle</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">app.quick-mask-invert-on</attribute></item>
|
|
<item><attribute name="action">app.quick-mask-invert-off</attribute></item>
|
|
</section>
|
|
<section>
|
|
<item><attribute name="action">app.quick-mask-configure</attribute></item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|