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 | bbbbbbbbbbb| ccccc |             |
> ---------------------------    IMAGE    | row 1
> | ddddddddddddddddddddddd |             |
> -----------------------------------------
> -----------------------------------------
> | aa | bbbbbbbbbbb| ccccc |             |
> ---------------------------    IMAGE    | row 2
> | ddddddddddddddddddddddd |             |
> -----------------------------------------
> ... More rows with the same layout ...
> 
> Thanks in advance for any feedback,

The nearest approximation is writing a custom cell renderer
that renders the whole aaa bbb ccc ddd thing as a single
cell.  Of course, it will be still a signle cell from the
GtkTreeView point of view, with consequences for selections,
etc.

Yeti

--
http://gwyddion.net/
_______________________________________________
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