Flipping a TreeView
- From: Duncan Sands <baldrick free fr>
- To: gtk-list gnome org
- Subject: Flipping a TreeView
- Date: Wed, 8 Oct 2003 23:09:33 +0200
Dear gurus, I have a treeview which looks like this:
A 1.0 B
C 2.0 D
...
Y 25.0 Z
This reflects the model (which needs to be like this because
all elements of a column must have the same type).
I would like it to be displayed like this:
A C ... Y
1.0 2.0 ... 25.0
B D ... Z
i.e. flipped (transposed). Is there some flag that can be set to do this?
Thanks a lot,
Duncan.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]