summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturerotate.h
Commit message (Collapse)AuthorAgeFilesLines
* gesturerotate: Just return a double in get_angle_delta()Carlos Garnacho2014-05-271-2/+1
| | | | | Whether the gesture is active or recognized should be checked before in callers, or just not used naively.
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-16/+0
| | | | | For now, at least. We do this by hiding the instance and class structures in private headers.
* Add GtkGestureRotateCarlos Garnacho2014-05-231-0/+70
This gesture implementation recognizes rotations when fed with events from two different GdkEventSequences