Hi, I wonder about the best way to add row numbers to a gtk.TreeView with a gtk.ListStore model. Is there any built in support for this in GTK or do I have to create my own enumerate column and recalculate all values when ordering changes? Regards, Fredrik