Gobjects inside a treeview (eg ScrolledWindow)

Has anyone had any experince with this?
eg
A treeview with one column being a gobject that isnt text, bool, numeric,
eg: A scrolled window containing a textview.
I know I can add it the the backing model, eg: Liststore, but then how to show it?
Would I need a custom cellrenderer or is there a simpler way

thanks

You can use a cell data function, or you can register a transformation function that turns a GValue holding your object GType into a GValue holding another GType—like a string.

Finally, yes: you can write your own cell renderer.

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