diff console/libgnt/gnttree.h @ 15160:c6b79e535eb8

[gaim-migrate @ 17946] Experimental search-as-you-type in GntTree. Press "/" to enter the search-mode, and when you're done, press escape to cancel. The search-mode remains active for 4 seconds before returning to normal. Someone should update the manual, and possibly enhance the behaviour. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 10 Dec 2006 11:26:17 +0000
parents 68385f5bbd61
children 1c8f1dc50685
line wrap: on
line diff
--- a/console/libgnt/gnttree.h	Sun Dec 10 09:38:02 2006 +0000
+++ b/console/libgnt/gnttree.h	Sun Dec 10 11:26:17 2006 +0000
@@ -52,6 +52,9 @@
 	gboolean show_title;
 	gboolean show_separator; /* Whether to show column separators */
 
+	GString *search;
+	int search_timeout;
+
 	GCompareFunc compare;
 };