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.
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... -- Erik Grinaker http://erikg.wired-networks.net This signature has been rot13-encrypted twice, reading it is illegal under the terms of the DMCA. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
