summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturemultipressprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* multipress: Add matching ::released signalCarlos Garnacho2014-05-231-1/+5
| | | | | | | This signal will always be paired with a ::pressed signal, unless the sequence is cancelled, or the controller is reset. the n_press argument in the signal always matches the ::press signal one, even if GtkGestureMultiPress::stopped was emitted in between.
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-0/+44
For now, at least. We do this by hiding the instance and class structures in private headers.