summaryrefslogtreecommitdiff
path: root/gtk/gtksearchentryprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* gtksearchbar/entry: Add [gs]et_key_capture_widget() API callsCarlos Garnacho2018-04-051-1/+2
| | | | | This lets these widgets actively pull events from a widget, instead of passively being fed events.
* Use the new API in GtkSearchBar if we canMatthias Clasen2015-01-241-0/+36
Sadly, GtkSearchBar allows connecting plain entries, so we have to keep the old code around.