On Tue, Oct 21, 2003 at 09:17:08AM -0600, Don Allingham wrote: > I hope I'm doing this the correct way :-) I've taken the treemodel.py > file from the pytk examples. This example displays a set of tuples in a > tree. From what I understand, to make this a sortable model, I create a > new model using gtk.TreeModelSort(), and pass it the original model as a > parameter. I then use the new model the way I would use the original.
Does the tutorial (warning: C) at http://scentric.net/temp/tutorial/sec-sorting.html help, or have we run into a bug? Did you manage to find any examples using TreeModelSort? There's supposed to be one in gtk-demo, at least. Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
