summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-26 20:36:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-26 20:36:36 +0000
commit6bd2df1ad5fc44cb8dff2b91aa3fbbab5c33236b (patch)
treecaa05a990c4c1164cbf73e7b6a58e2854ae18b18 /gtk/gtkentryprivate.h
parentd1137a959712de010129f10f05c43bcaa519635c (diff)
downloadgtk+-6bd2df1ad5fc44cb8dff2b91aa3fbbab5c33236b.tar.gz
Add a property to suppress the popup for single matches. (#154711)
2005-05-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkentrycompletion.c: Add a property to suppress the popup for single matches. (#154711) * gtk/gtkentry.c (gtk_entry_completion_timeout): Respect it here. * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_set_action): Use it here.
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r--gtk/gtkentryprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h
index 43eff46b08..75f11297f0 100644
--- a/gtk/gtkentryprivate.h
+++ b/gtk/gtkentryprivate.h
@@ -62,6 +62,7 @@ struct _GtkEntryCompletionPrivate
guint inline_completion : 1;
guint popup_completion : 1;
guint popup_set_width : 1;
+ guint popup_single_match : 1;
GSource *check_completion_idle;
};