On Mon, Dec 27, 2010 at 9:30 PM, Tomasz Jankowski <tomc...@gmail.com> wrote:
> Hello!
>
> So far (GTK+ 2.91.7) we can easily pack renderers vertically or horizontally
> in single GtkTreeViewColumn using GtkCellAreaBox. I want to achieve mixed
> structure of renderers, something like this (this is single row model):
>
> -----------------------------
> |        |       B          |
> |   A   |-------------------|
> |        |       C          |
> -----------------------------
>
> were A, B and C are some cell renderers.
>
> I can implement my own class based on GtkCellRenderer to do this, but maybe
> you (I mean GTK+ team) are going to implement something like
> GtkCellAreaTable or make it possible to pack GtkCellAreaBox inside other
> GtkCellAreaBox object?

I would like to do a GtkCellAreaTable for GTK+ yes, but I can't
say when that will actually happen, most probably not by the time
3.0 is released.

Cheers,
      -Tristan
_______________________________________________
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