Andrea Zagli wrote:
> is there a way to have various cellrender type for each row for the same
> column?
> 
> example:
> 
> row 1 with gtkcellrenderertext
> row 2 with gtkcellrenderercombo
> row 3 with gtkcellrenderertext
> row 4 with gtkcellrenderertoggle

No (at least not that I know of.)  But you can write a custom renderer,
which draws differently depending on the row.  For instance, dispatch
drawing to different existing renderers.

Paul
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to