Re: pickling a TreeStore? was Re: [pygtk] Creating a sortable model derived from GenericTreeModel

2003-10-24 Thread Christian Robottom Reis
On Fri, Oct 24, 2003 at 11:42:26AM -0700, Eugene Koontz wrote: > One drawback of this approach is that the size of the scrollbar will not > accurately reflect the size of the EntireData : the user will have no > visual cue to the actual range of the data, (unless of course I figure > out how to

Re: pickling a TreeStore? was Re: [pygtk] Creating a sortable model derived from GenericTreeModel

2003-10-24 Thread Eugene Koontz
Thanks to both Christian and James for your insights. Since it's not possible to pickle the TreeStore, I think perhaps I'll experiment with separating the entire mass of the data from the TreeStore. I'll use a dictionary (or a similar data structure that's suitable for sorting and searching) to