Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtk: Replace GtkPanOrientation with GtkOrientation | Carlos Garnacho | 2014-05-27 | 1 | -5/+5 |
| | | | | | And document GtkOrientation to be more generic. There's little added value in a separate enum for this. | ||||
* | Prevent subclassing of gestures | Matthias Clasen | 2014-05-23 | 1 | -17/+0 |
| | | | | | For now, at least. We do this by hiding the instance and class structures in private headers. | ||||
* | Add GtkGesturePan | Carlos Garnacho | 2014-05-23 | 1 | -0/+75 |
This gesture reports events on horizontal/vertical panning gestures. |