I was looking for this in net but still i have no idea how to set priority of sorting. For example i'm doing:<div> 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.</div>
<div> How to?</div><div>I've tried</div><div>somelistmodel.set_sort_column_id(1,gtk.SORT_ASCENDING)</div><div>somelistmodel.set_sort_column_id(0,gtk.SORT_ASCENDING), but that doesn't work.</div><div><br></div><div>
I hope i'm clear enough</div>