Re: class cell_renderer_combo_signals

Dmitry Bely <[email protected]> Tue, 27 Jul 2010 13:00:37 +0400
Newsgroups gmane.comp.lang.ocaml.lib.gtk
Message-ID <[email protected]>
On Sun, Jul 25, 2010 at 4:43 PM, Jacques Garrigue
<[email protected]> wrote:

> I have added this signal to the svn version.
> Could you try it, to verify that it works (I have no example at hand).

Thanks I lot. I tried similar changes and they seem to work.
Unfortunately, they still don't help to solve my problem: I'd like to
associate a 2-column (text and non-text) tree model with a combo box
cell and fetch the non-text column's value on edit (or changed)
signal. There is tree iterator as a parameter to "changed" callback,
but how to get the model itself? Renderer's "model" property does not
work as each cell has its own tree model in my case...

- Dmitry Bely