From: Manuel C. <ll...@us...> - 2005-12-23 08:04:37
Hi Damian,
You first need to catch the "editing-started", there you will be able to
manage the Editable and provide a ComboBox. But you need to do all the
work I think.
Hope this helps.
Damian Minkov wrote:
> How can be made a searchable ComboBox (ComboboxEntry and Combo in
> Treeview) ?
From: Damian M. <da...@sp...> - 2006-01-12 12:20:30
I've maded.
I've added in the current theme config file (gtkrc)
GtkComboBox::appears-as-list = 1
this makes the combo with scrolls and is searchable
I've tried setting the property from the java-gnome API on the combobox
or on the combobox style with no effect.