I was looking for this in net but still i have no idea how to set priority of sorting. For example i&#39;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&#39;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&#39;t work.</div><div><br></div><div>
I hope i&#39;m clear enough</div>