gtk.GestureDrag

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

GestureDrag
class GestureDrag

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.