comparison 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
comparison
equal deleted inserted replaced
15159:9ca8095b6243 15160:c6b79e535eb8
49 int width; 49 int width;
50 char *title; 50 char *title;
51 } *columns; /* Would a GList be better? */ 51 } *columns; /* Would a GList be better? */
52 gboolean show_title; 52 gboolean show_title;
53 gboolean show_separator; /* Whether to show column separators */ 53 gboolean show_separator; /* Whether to show column separators */
54
55 GString *search;
56 int search_timeout;
54 57
55 GCompareFunc compare; 58 GCompareFunc compare;
56 }; 59 };
57 60
58 struct _GnTreeClass 61 struct _GnTreeClass