mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
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:
parent
55dc688759
commit
033aa8e71b
12 changed files with 211 additions and 0 deletions
13
menus/vector-toolpath-menu.ui
Normal file
13
menus/vector-toolpath-menu.ui
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue