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?