TreeSortableT.setSortColumnId

Sets the current sort column to be sort_column_id. The sortable will resort itself to reflect this change, after emitting a "sort-column-changed" signal. sort_column_id may either be

template TreeSortableT(TStruct)
void
setSortColumnId

Parameters

sortColumnId int

the sort column id to set

order GtkSortType

The sort order of the column

Meta