summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturepan.h
Commit message (Collapse)AuthorAgeFilesLines
* gtk: Replace GtkPanOrientation with GtkOrientationCarlos Garnacho2014-05-271-5/+5
| | | | | And document GtkOrientation to be more generic. There's little added value in a separate enum for this.
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-17/+0
| | | | | For now, at least. We do this by hiding the instance and class structures in private headers.
* Add GtkGesturePanCarlos Garnacho2014-05-231-0/+75
This gesture reports events on horizontal/vertical panning gestures.