Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtksearchbar/entry: Add [gs]et_key_capture_widget() API calls | Carlos Garnacho | 2018-04-05 | 1 | -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 can | Matthias Clasen | 2015-01-24 | 1 | -0/+36 |
Sadly, GtkSearchBar allows connecting plain entries, so we have to keep the old code around. |