diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-05-21 17:26:37 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-05-31 17:09:11 +0200 |
commit | dbbea8b97e1db0d001db99316f67483730c786e1 (patch) | |
tree | 4eb3e66784d2fb789ff51d6abea7ed4dcd97ad95 /gtk/gtk.h | |
parent | 154a5e55ab4b9c0b5a8b0d665148a93a5d4ebfec (diff) | |
download | gtk+-dbbea8b97e1db0d001db99316f67483730c786e1.tar.gz |
Add GtkSearchBar widget
This widget is a toolbar that will popup automatically when
searches should be started, and dismissed when they are finished.
https://bugzilla.gnome.org/show_bug.cgi?id=700787
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -169,6 +169,7 @@ #include <gtk/gtkscrollable.h> #include <gtk/gtkscrollbar.h> #include <gtk/gtkscrolledwindow.h> +#include <gtk/gtksearchbar.h> #include <gtk/gtksearchentry.h> #include <gtk/gtkselection.h> #include <gtk/gtkseparator.h> |