Searched refs:doubleclicked (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/tool/
H A Dcurve-drag-point.h49 virtual bool doubleclicked(GdkEventButton *);
H A Dcontrol-point.h63 * clicked() is called, followed by doubleclicked(). When deriving from SelectableControlPoint,
291 * Called when the control point is doubleclicked, at mouse button release.
295 virtual bool doubleclicked(GdkEventButton *event);
H A Dcontrol-point.cpp249 // number of last doubleclicked button
352 return doubleclicked(&event->button);
616 bool ControlPoint::doubleclicked(GdkEventButton * /*event*/) function in class:Inkscape::UI::ControlPoint
H A Dcurve-drag-point.cpp168 bool CurveDragPoint::doubleclicked(GdkEventButton *event) function in class:Inkscape::UI::CurveDragPoint

Completed in 17 milliseconds