summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-09-15 02:55:18 -0400
committerTingPing <tingping@tingping.se>2013-09-15 02:55:18 -0400
commitbc8eaf6588dabc759dd90cf53668168f2388c018 (patch)
treee8c15050dca2875f10291d55ac1f6e5af8b14d1c /src/fe-gtk/fe-gtk.h
parent59b19bac70d6504c63ce745233077b63d261dc7f (diff)
parentb0b8f40791de39eb6a7ee301d2edada80ad32338 (diff)
Replace search window with a searchbar
Diffstat (limited to 'src/fe-gtk/fe-gtk.h')
-rw-r--r--src/fe-gtk/fe-gtk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fe-gtk/fe-gtk.h b/src/fe-gtk/fe-gtk.h
index 7b4132da..80788761 100644
--- a/src/fe-gtk/fe-gtk.h
+++ b/src/fe-gtk/fe-gtk.h
@@ -176,6 +176,9 @@ typedef struct session_gui
 		*limit_entry,		  /* +l */
 		*key_entry;		  /* +k */
 
+		GtkWidget *shbox, *shentry;	/* search bar hbox */
+		gulong search_changed_signal; /* hook for search change event so blanking the box doesn't suck */
+
 #define MENU_ID_NUM 12
 	GtkWidget *menu_item[MENU_ID_NUM+1]; /* some items we may change state of */