added new function vectors_selection_to_vectors() which invokes the
2003-05-15 Michael Natterer <mitch@gimp.org> * app/gui/vectors-commands.[ch]: added new function vectors_selection_to_vectors() which invokes the sel2path Plug-In. * app/gui/dialogs-constructors.c: make the new function known to GimpVectorTreeView. * app/widgets/gimpvectorstreeview.[ch]: Added a "Selection to Path" button anc call the new function.
This commit is contained in:
committed by
Michael Natterer
parent
9c48f76b50
commit
984eef2500
@ -727,7 +727,8 @@ dialogs_vectors_list_view_new (GimpDialogFactory *factory,
|
||||
|
||||
vectors_view = GIMP_VECTORS_TREE_VIEW (view);
|
||||
|
||||
vectors_view->stroke_item_func = vectors_stroke_vectors;
|
||||
vectors_view->stroke_item_func = vectors_stroke_vectors;
|
||||
vectors_view->selection_to_vectors_func = vectors_selection_to_vectors;
|
||||
|
||||
dockable = dialogs_dockable_new (view,
|
||||
_("Paths List"), _("Paths"), NULL,
|
||||
|
||||
Reference in New Issue
Block a user