Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -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 gestures | Matthias Clasen | 2014-05-23 | 1 | -18/+0 |
| | | | | | For now, at least. We do this by hiding the instance and class structures in private headers. | ||||
* | longpress: Make a subclass of GtkGestureSingle | Carlos Garnacho | 2014-05-23 | 1 | -9/+3 |
| | | | | the redundant API here has been removed. | ||||
* | Add GtkGestureLongPress | Carlos Garnacho | 2014-05-23 | 1 | -0/+73 |
This gesture interprets long presses with variable delays and thresholds |