Lines Matching defs:drag
49 // absolute distance between gradient points for them to become a single dragger when the drag is created:
61 VPDrag *drag = (VPDrag *) data;
62 drag->updateDraggers();
63 drag->updateLines();
64 drag->updateBoxReprs();
70 VPDrag *drag = (VPDrag *) data;
71 drag->updateLines ();
72 //drag->updateBoxReprs();
73 drag->updateBoxHandles (); // FIXME: Only update the handles of boxes on this dragger (not on all)
74 drag->updateDraggers ();
92 VPDrag *drag = dragger->parent;
158 drag->draggers.erase(std::remove(drag->draggers.begin(), drag->draggers.end(), dragger),drag->draggers.end());
171 drag->updateLines ();
205 drag->updateLines();
214 VPDrag *drag = dragger->parent;
216 drag->dragging = true;
330 "<b>Finite</b> vanishing point shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box(es)",
337 "<b>Infinite</b> vanishing point shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box(es)",
344 char *desc2 = g_strdup_printf (ngettext("shared by <b>%d</b> box; drag with <b>Shift</b> to separate selected box(es)",
345 "shared by <b>%d</b> boxes; drag with <b>Shift</b> to separate selected box(es)",