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.gresource.xml | |
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.gresource.xml')
-rw-r--r-- | gtk/gtk.gresource.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.gresource.xml b/gtk/gtk.gresource.xml index b93d83742a..549385f2c1 100644 --- a/gtk/gtk.gresource.xml +++ b/gtk/gtk.gresource.xml @@ -31,6 +31,7 @@ <file compressed="true">gtkpathbar.ui</file> <file compressed="true">gtkprintunixdialog.ui</file> <file compressed="true">gtkrecentchooserdefault.ui</file> + <file compressed="true">gtksearchbar.ui</file> <file compressed="true">gtkscalebutton.ui</file> <file compressed="true">gtkstatusbar.ui</file> <file compressed="true">gtkvolumebutton.ui</file> |