diff finch/libgnt/gntentry.h @ 29671:69decc147e5b

history-search action for text-entries.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 02 Apr 2010 21:01:42 +0000
parents 1f59065c606a
children
line wrap: on
line diff
--- a/finch/libgnt/gntentry.h	Fri Apr 02 16:37:10 2010 +0000
+++ b/finch/libgnt/gntentry.h	Fri Apr 02 21:01:42 2010 +0000
@@ -49,6 +49,7 @@
 typedef struct _GntEntryPriv		GntEntryPriv;
 typedef struct _GntEntryClass	GntEntryClass;
 typedef struct _GntEntryKillRing    GntEntryKillRing;
+typedef struct _GntEntrySearch		GntEntrySearch;
 
 typedef enum
 {
@@ -86,6 +87,7 @@
 	gboolean always;    /* Should the list of suggestions show at all times, or only on tab-press? */
 	GntWidget *ddown;   /* The dropdown with the suggested list */
 	GntEntryKillRing *killring; /**< @since 2.3.0 */
+	GntEntrySearch *search;		/**< @since 2.7.0 */
 };
 
 struct _GntEntryClass