summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-05-21 17:26:37 +0200
committerBastien Nocera <hadess@hadess.net>2013-05-31 17:09:11 +0200
commitdbbea8b97e1db0d001db99316f67483730c786e1 (patch)
tree4eb3e66784d2fb789ff51d6abea7ed4dcd97ad95 /gtk/gtk.h
parent154a5e55ab4b9c0b5a8b0d665148a93a5d4ebfec (diff)
downloadgtk+-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index e8a7af94cb..a0d2b4288e 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -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>