2004-05-12 11:36:33 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
|
|
|
|
|
|
|
|
|
|
<ui>
|
2006-11-17 14:07:07 -08:00
|
|
|
<popup action="selection-popup">
|
2004-05-12 11:36:33 -07:00
|
|
|
<menuitem action="select-all" />
|
|
|
|
|
<menuitem action="select-none" />
|
|
|
|
|
<menuitem action="select-invert" />
|
2004-06-03 02:47:05 -07:00
|
|
|
<menuitem action="vectors-selection-from-vectors" />
|
2004-05-12 11:36:33 -07:00
|
|
|
<menuitem action="select-float" />
|
|
|
|
|
<separator />
|
|
|
|
|
<placeholder name="Outline">
|
|
|
|
|
<menuitem action="select-feather" />
|
|
|
|
|
<menuitem action="select-sharpen" />
|
|
|
|
|
<menuitem action="select-shrink" />
|
|
|
|
|
<menuitem action="select-grow" />
|
|
|
|
|
<menuitem action="select-border" />
|
2016-01-24 09:43:35 -08:00
|
|
|
<menuitem action="select-flood" />
|
2004-05-12 11:36:33 -07:00
|
|
|
</placeholder>
|
|
|
|
|
<separator />
|
|
|
|
|
<menuitem action="select-save" />
|
2004-06-03 02:47:05 -07:00
|
|
|
<menuitem action="vectors-selection-to-vectors-short" />
|
2016-10-30 09:30:13 -07:00
|
|
|
<separator />
|
|
|
|
|
<menuitem action="select-fill" />
|
2004-05-12 11:36:33 -07:00
|
|
|
<menuitem action="select-stroke" />
|
|
|
|
|
</popup>
|
|
|
|
|
</ui>
|