summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturelongpress.h
Commit message (Collapse)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-2/+2
| | | | | | | 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-18/+0
| | | | | For now, at least. We do this by hiding the instance and class structures in private headers.
* longpress: Make a subclass of GtkGestureSingleCarlos Garnacho2014-05-231-9/+3
| | | | the redundant API here has been removed.
* Add GtkGestureLongPressCarlos Garnacho2014-05-231-0/+73
This gesture interprets long presses with variable delays and thresholds