signal callback delegate or function to connect
void callback(double startX, double startY, gtk.gesture_drag.GestureDrag gestureDrag)
startX X coordinate, relative to the widget allocation (optional)
startY Y coordinate, relative to the widget allocation (optional)
gestureDrag the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DragBegin signal.
Emitted whenever dragging starts.