Glade: is it possible to set the default sort column id of a TreeStore?

I’m trying to set the default column id of a TreeStore but I don’t seem to find it. I can set the individual sort columns id but I can’t find a place where to set the default one.

Programmatically I can do it using the gtk.TreeSortable.set_sort_column_id, but I was hoping to be able to do it directly in Glade.

Is this feature missing? Should I open a feature request for it?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.