summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturedrag.h
Commit message (Collapse)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-4/+4
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* 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.