As I understand it when a generic table model instances, it iterates through all
the items it can in order to make its own internal representation.
However if I have a data set of 1,000's or possibly 1,000,000's is there any
way to
get the data model to only iterate the items it need for the current window of
view
Ideally I'd like to cache rows in a kind of first in last out buffer, the
oldest rows being
released in favour of the new rows as the view scrolls.
Any ideas?
Thanks
Chris
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/