Re: [pygtk] Horizontal Treeview?

2010-07-05 Thread Robert Schroll
On 07/01/2010 11:48 AM, Robert Schroll wrote: Is it possible to create a horizontal TreeView in pyGTK? That is, a treeview where each row appears to the right of, instead of below, the preceding row? I don't need a general solution - this is for a ListStore with a single column. If there's a

[pygtk] Horizontal Treeview?

2010-07-01 Thread Robert Schroll
Dear all, Is it possible to create a horizontal TreeView in pyGTK? That is, a treeview where each row appears to the right of, instead of below, the preceding row? I don't need a general solution - this is for a ListStore with a single column. If there's a better solution than a TreeView,