TreeViewColumn.setSortColumnId
void setSortColumnId(int sortColumnId) nothrowSets the logical sort_column_id that this column sorts on when this column is selected for sorting. Doing so makes the column header clickable.
Parameters
sortColumnId | The sort_column_id of the model to sort on. |
Deprecated
Use GtkColumnView instead