Actually, I figured out the last question.  But here is one that bears more
consideration.

My data is a dictionary of objects.  I use a tuple of 3 properties of those
objects in a list,  which I then sort.  Now I can iterate over the list, and
access the dict in the order I want.

How do I translate this sorting order to the TreeView or model?  Is it as
simple as setting up a method that iterates over the dict in order, and
passing that method to the TreeView?

jm
-- 
My other computer is your Windows box.
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to