On Sat, 2005-02-19 at 10:41, Erwan Loisant wrote:
> Hello.
> 
> I am developping a small Gtk+ application and I wonder how to to
> something similar to Muine:
> http://muine.gooeylinux.org/muine.png
> 
> Right now I am using a TreeView and a ListView model but I only have
> one line text per line (ie entry). 

No need for a custom CellRenderer, you just need the text renderer.

Try to set the text on your model to "blah\nblah\nblah" and check the
results.

Regards.
-- 
Iago Rubio
_______________________________________________
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