[Gtk-sharp-list] CellRenderer combo with completion
Elmar Haneke
elmar at haneke.de
Wed Aug 29 09:47:47 UTC 2012
> I have found a solution for this online but in that solution GTK
> returns a ComboBox object and not ComboBoxEntry object for me.
This has changed in GTK 2.24, the example you found should work when
using GTK 2.22 or older.
To get an Completion in GTK 2.24 you can define an CellRenderer of your
own by deriving from CellRenrererText and overriding StartEditing method
Elmar
More information about the Gtk-sharp-list
mailing list