TreeViewColumn.setSortColumnId

Sets the logical sort_column_id that this column sorts on when this column is selected for sorting. Doing so makes the column header clickable.

More...
class TreeViewColumn
void
setSortColumnId

Parameters

sortColumnId int

The sort_column_id of the model to sort on.

Detailed Description

Deprecated: Use GtkColumnView instead