On Sun, Dec 29, 2002 at 12:25:09PM +0100, Arjan J. Molenaar wrote: > I have no problem with the GenericTreeModel. I use it in Gaphor > (http://gaphor.sf.net) and even use editable cells (with an icon).
Thanks, that looks interesting. I'm particularly curious about what the "leak_references" property does. However, you only seem to have 1 column in your tree and some of my problems are related to having multiple columns. I'm getting so frustrated with it, I'm actually thinking of rewriting the app in Jython/Swing. Maybe a multi-columned tree is the wrong design for my UI, though. At least it forced me to rewrite my data source so accommodate the MVC pattern. Dave _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
