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() method, but have no idea how to get that info back into the TreeView via the TreeViewColumn. Do I need to set the user-data property on the GenericCellRenderer, or something? Thanks. -- Graham Ashton _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
