gimp/menus/vector-toolpath-menu.ui
Jehan 033aa8e71b menus: add all the missing menus in the new GtkBuilder format!
I was handling all the problematic cases first. These remaining menus are
working fine otherwise by just implementing them, as far as my tests go.
2023-04-12 22:07:08 +02:00

13 lines
585 B
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/vector-toolpath-popup">
<section>
<item><attribute name="action">app.vector-toolpath-delete-anchor</attribute></item>
<item><attribute name="action">app.vector-toolpath-shift-start</attribute></item>
</section>
<item><attribute name="action">app.vector-toolpath-insert-anchor</attribute></item>
<item><attribute name="action">app.vector-toolpath-delete-segment</attribute></item>
<item><attribute name="action">app.vector-toolpath-reverse-stroke</attribute></item>
</menu>
</interface>