Is there any way to get the gtkcelleditable, GtkEntry,GtkCombobox etc, from the cellrenderer?
I’ve looked and looked and can’t see any function.
I need to connect to the ‘changed’ signal of the gtkcelleditable (GtkEntry) so I can do some setup on the cellrender so I can update the entrycompletion
The only place I can see it exposed is the editing-started signal
Looks like the editing widget is re-created each time on the fly when cell-editing starts. So it simply doesn’t exists when you aren’t editing. That’s stated in the docs: Gtk – 3.0.