summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturedrag.h
Commit message (Collapse)AuthorAgeFilesLines
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-22/+0
| | | | | For now, at least. We do this by hiding the instance and class structures in private headers.
* drag: Make API offsets basedCarlos Garnacho2014-05-231-5/+5
| | | | | It is generally more useful to get offsets right away, than having to calculate those from the start point.
* drag: Make a subclass of GtkGestureSingleCarlos Garnacho2014-05-231-3/+3
|
* Add GtkGestureDragCarlos Garnacho2014-05-231-0/+80
This gesture interprets and reports drags as an offset to the drag start point.