mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
15 lines
764 B
XML
15 lines
764 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/colormap-popup">
|
|
<item><attribute name="action">colormap.colormap-edit-color</attribute></item>
|
|
<item><attribute name="action">colormap.colormap-add-color-from-fg</attribute></item>
|
|
<item><attribute name="action">colormap.colormap-add-color-from-bg</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">colormap.colormap-selection-replace</attribute></item>
|
|
<item><attribute name="action">colormap.colormap-selection-add</attribute></item>
|
|
<item><attribute name="action">colormap.colormap-selection-subtract</attribute></item>
|
|
<item><attribute name="action">colormap.colormap-selection-intersect</attribute></item>
|
|
</section>
|
|
</menu>
|
|
</interface>
|