GNOME Bugzilla – Bug 603303
GtkComboBox does not implements search_column as GtkTreeView
Last modified: 2009-11-30 13:16:02 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.
*** This bug has been marked as a duplicate of bug 567141 ***