Rember the user input that triggered the completion, add API to the
* gtk/gtkentry.c: * gtk/gtkentrycompletion.c: * gtk/gtkentrycompletion.h: * gtk/gtkentryprivate.h: Rember the user input that triggered the completion, add API to the retrieve it and reset the entry contents to it if the user cancels the tentative completion during the inline-selection. svn path=/trunk/; revision=17666
This commit is contained in:
@ -66,6 +66,8 @@ struct _GtkEntryCompletionPrivate
|
||||
guint popup_single_match : 1;
|
||||
guint inline_selection : 1;
|
||||
|
||||
gchar *completion_prefix;
|
||||
|
||||
GSource *check_completion_idle;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user