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.
This commit is contained in:
Jehan 2023-03-02 14:32:18 +01:00
parent 55dc688759
commit 033aa8e71b
12 changed files with 211 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?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>