Replace search window with a searchbar

This commit is contained in:
TingPing
2013-07-24 20:47:01 -04:00
parent aa37686bbd
commit b0b8f40791
11 changed files with 214 additions and 313 deletions

View File

@@ -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 */