Question about GtkCellAreaBox
- From: Tomasz Jankowski <tomcioj gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Question about GtkCellAreaBox
- Date: Mon, 27 Dec 2010 13:30:19 +0100
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?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]