Re: [pygtk] multi-line cellrenderertext in C was: Re: VBox in a treeview?

2004-02-17 Thread Graham Ashton
On Tue, 2004-02-10 at 20:10, Abel Daniel wrote: > I also tried the 'draw a pango layout on the widget' idea, but I > decided against it. Can't exactly remember why, I think I had problems > with setting the cell size. You set it to be big enough, right? So > there will be a varying amount of space

[pygtk] multi-line cellrenderertext in C was: Re: VBox in a treeview?

2004-02-10 Thread Abel Daniel
Graham Ashton writes: > Apologies for responding to my own message, but I found a way to achieve > the same result (multi-line text inside a cell) by drawing a pango > layout directly onto the treeview widget. Apparently others want multi-line text in trees, too, so here is my version: (first rel