Re: GtkTreeView colspan, rowspan
- From: David Nečas (Yeti) <yeti physics muni cz>
- To: Iago Toral Quiroga <itoral igalia com>
- Subject: Re: GtkTreeView colspan, rowspan
- Date: Thu, 29 Mar 2007 13:50:18 +0200
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/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]