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 603303 - GtkComboBox does not implements search_column as GtkTreeView
GtkComboBox does not implements search_column as GtkTreeView
Status: RESOLVED DUPLICATE of bug 567141
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-11-29 15:15 UTC by Guillaume Bouchard
Modified: 2009-11-30 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Bouchard 2009-11-29 15:15:44 UTC
GtkComboBox does not implements search_column as GtkTreeView.

It can be really interesting to implement search_columns for GtkComboBox when there is lot of items in the model.

Currently, there is no way to quick-select (based on keystroke) an item from a combobox (like every comboxbox does in browser), user must open the box and search manually.

GtkComboBoxEntry is not solution, because the editable entry confuse the user and allow him to enter unwanted values.
Comment 1 Christian Dywan 2009-11-30 13:16:02 UTC

*** This bug has been marked as a duplicate of bug 567141 ***