Re: [pygtk] VBox in a treeview?

2004-02-09 Thread Graham Ashton
On Fri, 2004-01-30 at 15:26, Graham Ashton wrote: Hi. I'm trying to put an arbitrary GTK widget inside a treeview cell, and am having difficulty finding out how to do it. Apologies for responding to my own message, but I found a way to achieve the same result (multi-line text inside a cell) by

Re: [pygtk] VBox in a treeview?

2004-02-09 Thread Graham Ashton
On Mon, 2004-02-09 at 11:33, Graham Ashton wrote: Apologies for responding to my own message, but I found a way to achieve the same result... Just to continue this monologue for a little longer, somebody requested the code, so here it is... -- Graham Ashton class

[pygtk] VBox in a treeview?

2004-01-30 Thread Graham Ashton
Hi. I'm trying to put an arbitrary GTK widget inside a treeview cell, and am having difficulty finding out how to do it. Is it possible to put (for example) a VBox with some labels inside it inside a cell, by writing a GenericCellRenderer? I've found the info on overriding the on_render()