Gimp/menus/error-console-menu.ui
Jehan dcd911ba60 menus: implement a bunch of menus in GtkBuilder format.
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.
2023-04-12 22:07:08 +02:00

18 lines
825 B
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/error-console-popup">
<item><attribute name="action">app.error-console-clear</attribute></item>
<item><attribute name="action">app.error-console-select-all</attribute></item>
<section>
<item><attribute name="action">app.error-console-save-all</attribute></item>
<item><attribute name="action">app.error-console-save-selection</attribute></item>
</section>
<submenu>
<attribute name="label">_Highlight</attribute>
<item><attribute name="action">app.error-console-highlight-error</attribute></item>
<item><attribute name="action">app.error-console-highlight-warning</attribute></item>
<item><attribute name="action">app.error-console-highlight-info</attribute></item>
</submenu>
</menu>
</interface>