On Sat, Aug 06, 2005 at 04:29:24PM +0000, Vinay Reddy wrote: > In case of a tie while sorting on a particular column other columns > are considered at all. I want the sorting function to sort based on > the other columns in case of a tie (in the main column).
Use a sort function. See the tutorial: http://pygtk.org/pygtk2tutorial/sec-TreeModelInterface.html#sec-SortingTreeModelRows Dave Cook _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
