I was looking for this in net but still i have no idea how to set priority
of sorting. For example i'm doing:
 somelistmodel.set_sort_column_id(0,gtk.SORT_ASCENDING) and it sort it
right. But when elements in column 0 are the same, a want to sort by column
1.
 How to?
I've tried
somelistmodel.set_sort_column_id(1,gtk.SORT_ASCENDING)
somelistmodel.set_sort_column_id(0,gtk.SORT_ASCENDING), but that doesn't
work.

I hope i'm clear enough
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to