Lines Matching defs:stop
42 #include "sp-stop.h"
92 N_("Linear gradient <b>mid stop</b>"),
97 N_("Radial gradient <b>mid stop</b>"),
98 N_("Radial gradient <b>mid stop</b>")
130 ngettext("One handle merging %d stop (drag with <b>Shift</b> to separate) selected",
240 // these draggable types cannot have a next draggabe to insert a stop between them
258 // if there's a next stop,
263 // more than one dragger may correspond to a stop, so we must distinguish)
294 // do not insert a stop now, it will confuse the loop;
317 // if a single stop is selected, add between that stop and the next one
360 DocumentUndo::done(doc, SP_VERB_CONTEXT_GRADIENT, _("Add gradient stop"));
426 SPStop *stop = (SPStop*) i->data;
427 doc = stop->document;
428 Inkscape::XML::Node * parent = stop->getRepr()->parent();
429 parent->removeChild( stop->getRepr() );
448 // item is the selected item. mouse_p the location in doc coordinates of where to add the stop
458 _("Add gradient stop"));
675 Inkscape::Rubberband::get(desktop)->stop();