After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 69613 - please add a nice way to do auto-completion in GtkEntry
please add a nice way to do auto-completion in GtkEntry
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other other
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-01-24 23:54 UTC by Darin Adler
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Darin Adler 2002-01-24 23:54:16 UTC
The Nautilus location bar does auto-completion on a GtkEntry.

The hacks required to do this are a bit yucky. A nice hook for this would
be appreciated. The code in nautilus-location-bar.c has the hacks in it,
in case it's useful to look at that for reference.
Comment 1 Kristian Rietveld 2003-06-04 11:58:02 UTC
This is being done in conjuction with the combobox work. I am making
some progress here.

Recent discussion:
http://mail.gnome.org/archives/gtk-devel-list/2003-May/msg00046.html
http://mail.gnome.org/archives/gtk-devel-list/2003-May/msg00054.html

Final API will probably look like the ideas outlined in msg00054.
Right now I am working on an implementation.
Comment 2 Kristian Rietveld 2003-07-11 19:27:15 UTC
API discussed on gtk-devel-list went in.