gtk.GestureDrag is a gtk.Gesture implementation that recognizes drag operations. The drag operation itself can be tracked throught the drag-begin, drag-update and drag-end signals, or the relevant coordinates be extracted through Gesture.dragGetOffset and Gesture.dragGetStartPoint.
Undocumented in source.