gtk.GesturePan

Undocumented in source.

Public Imports

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

Members

Classes

GesturePan
class GesturePan

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.