diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-11-17 22:02:21 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-11-17 22:02:21 +0000 |
commit | 18154a2ea475a1249d55cd3e23fbbd34cbb2cce9 (patch) | |
tree | 467b9b1e07150f541dab61464e874b20e07dc1a9 /gtk/gtkentryprivate.h | |
parent | 2a9551f54e1751ca85ad981bc4dc514ec4196b2e (diff) | |
download | gtk+-18154a2ea475a1249d55cd3e23fbbd34cbb2cce9.tar.gz |
add _gtk_entry_completion_resize_popup.
Mon Nov 17 22:56:09 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkentryprivate.h: add _gtk_entry_completion_resize_popup.
* gtk/gtkentry.c (gtk_entry_completion_timeout): popup when not
mapped, else resize_popup.
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup),
(_gtk_entry_completion_popup): moved all popup resizing code to
_gtk_entry_completion_resize_popup, and show the window when there
are more than zero items in the completion list again (sigh).
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r-- | gtk/gtkentryprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h index 657595e5a8..a4dd011551 100644 --- a/gtk/gtkentryprivate.h +++ b/gtk/gtkentryprivate.h @@ -58,6 +58,7 @@ struct _GtkEntryCompletionPrivate gulong key_press_id; }; +gint _gtk_entry_completion_resize_popup (GtkEntryCompletion *completion); void _gtk_entry_completion_popup (GtkEntryCompletion *completion); void _gtk_entry_completion_popdown (GtkEntryCompletion *completion); |