gtk.GesturePan is a gtk.Gesture implementation able to recognize pan gestures, those are drags that are locked to happen along one axis. The axis that a gtk.GesturePan handles is defined at construct time, and can be changed through Gesture.panSetOrientation.
Undocumented in source.