summaryrefslogtreecommitdiff
path: root/gtk/gtkgestureclick.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* gtk: Dissolve gtk-autocleanup.hMatthias Clasen2022-09-231-0/+2
| | | | | Move the autocleanup declarations into their respective headers.
* gestureclick: Drop the areaMatthias Clasen2020-05-061-7/+0
| | | | | This is a rarely used api, and our general trend has been to use widgets whenever we need an area singled out.
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-0/+56
The name just made it hard for people to find the right gesture to use.