A Dom, 2003-12-21 �s 15:32, Erik Grinaker escreveu: > Is there a way to store a dict for a tree row? > > Currently I have a column of type gtk.gobject.TYPE_INT, which stores an > integer pointer to a separate dict holding the dicts containing data for > the rows.
(integer pointer in python?!) I think you can create a column of type 'type' or 'gobject.TYPE_PYOBJECT', in order to directly store arbitrary python objects. > > This works just fine, but I'm just wondering if it is possible to store > the dict inside the treestore instead of having to handle it myself... -- Gustavo J. A. M. Carneiro <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
