Re: GtkTreeView colspan, rowspan

2007-03-29 Thread Gabriel Schulhof
Hi! On Thu, March 29, 2007 14:40, Stefan Kost wrote: > Unfortunately it is not, although I really miss it. What about implementing your own cell renderer? You could make a fancier version of GtkCellRendererText that can handle multiple text strings arranged in a grid. Of course, if what you reall

Re: GtkTreeView colspan, rowspan

2007-03-29 Thread Yeti
On Thu, Mar 29, 2007 at 11:32:53AM +0200, Iago Toral Quiroga wrote: > is it possible to create complex layouts using a GtkTreeView widget? I > mean, being able to expand rows or columns as in GtkTable to achieve > layouts like this one: > > - > | aa | bb

Re: GtkTreeView colspan, rowspan

2007-03-29 Thread Stefan Kost
Hi, Quoting Iago Toral Quiroga <[EMAIL PROTECTED]>: > Hi all, > > is it possible to create complex layouts using a GtkTreeView widget? I > mean, being able to expand rows or columns as in GtkTable to achieve > layouts like this one: > > - > | aa | b

GtkTreeView colspan, rowspan

2007-03-29 Thread Iago Toral Quiroga
Hi all, is it possible to create complex layouts using a GtkTreeView widget? I mean, being able to expand rows or columns as in GtkTable to achieve layouts like this one: - | aa | bbb| c | | ---IMAGE|