Get "parent" view from cellrenderer

hi all
Is there any way to get the view/column/model that a cellrenderer belongs to?
There are loads of ways to get the cells/values from treeview, but nothing that I can see to traverse in reverse.
On cellrenderer signals, iter and row relating to the underlying model are available, so I would guess the mapping is stored somewhere

thanks

No, there isn’t any API to that effect.

No. Signals are emitted on renderers by the view, which contains the mapping to the model and each renderer; renderers by themselves have no state by design.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.