Lines Matching refs:handle
107 N_("Mesh gradient <b>handle</b>"),
576 // Note: not sure if a null pointer can come in for the style, but handle that just in case
1101 DocumentUndo::done(dragger->parent->desktop->getDocument(), SP_VERB_CONTEXT_GRADIENT, _("Move gradient handle"));
1307 * other wise a handle is displaced the same distance as the adjacent corner.
1355 // Now we do the handle moves.
1386 GrDragger *handle = drag->getDraggerFor( item, POINT_MG_HANDLE, i, fill_or_stroke );
1387 SPKnot *knot = handle->knot;
1395 GrDragger *handle = drag->getDraggerFor( item, POINT_MG_TENSOR, i, fill_or_stroke );
1396 SPKnot *knot = handle->knot;
1805 // Don't allow selecting a mesh handle or mesh tensor.
2005 GrDraggable *handle = new GrDraggable (item, POINT_MG_HANDLE, ihandle, fill_or_stroke);
2006 addDragger ( handle );
2364 _("Move gradient handle(s)"));