summaryrefslogtreecommitdiff
path: root/gtk/gtksearchentry.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the way GtkSearchEntry does delayed change notificationMatthias Clasen2013-07-281-1/+2
| | | | | | | | We add a GtkSearchEntry::search-changed signal which gets emitted with a 150 millisecond delay. The ::change signal goes back to its expected semantics. https://bugzilla.gnome.org/show_bug.cgi?id=700229
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* gtk: Add GtkSearchEntryBastien Nocera2012-06-111-0/+73
Add a search entry widget with the recommended behaviour implemented. As used in gnome-control-center, Totem, gnome-documents and many others. https://bugzilla.gnome.org/show_bug.cgi?id=652809