Re: How to customize GtkCellRendererCombo ?

2015-12-05 Thread Stefan Salewski
On Sat, 2015-12-05 at 16:47 +0100, Miroslav Rajcic wrote: > I am trying to customize GtkCellRendererCombo so that the items in the > combo box have different colors. Yes, that is not really easy. Looking at https://developer.gnome.org/gtk3/stable/GtkCellLayout.html#gtk-cell-layo ut-set-cell-data

How to customize GtkCellRendererCombo ?

2015-12-05 Thread Miroslav Rajcic
I am trying to customize GtkCellRendererCombo so that the items in the combo box have different colors. Documentation indicates that this is supposed to be done through "editing-started" signal handler, but I failed to do it. My sample is given below. When gtk_cell_layout_set_cell_data_func or