gimp/menus/mypaint-brushes-menu.xml
Michael Natterer a5eff27149 app: add new GimpData subclass GimpMybrush and infrastructure around it
- GimpContext API and property
- a GimpDataFactory
- List and grid views with GimpDataFactoryView
- actions and a context menu

None of this is connected to the actual tool yet, or depends on
libmypaint in any way.
2015-12-20 23:51:44 +01:00

14 lines
397 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
<ui>
<popup action="mypaint-brushes-popup">
<menuitem action="mypaint-brushes-copy-location" />
<menuitem action="mypaint-brushes-show-in-file-manager" />
<menuitem action="mypaint-brushes-delete" />
<separator />
<menuitem action="mypaint-brushes-refresh" />
<separator />
</popup>
</ui>