Gtk.TreeViewColumn.prototype.set_sort_column_id
function set_sort_column_id(sort_column_id:Number):void { // Gjs wrapper for gtk_tree_view_column_set_sort_column_id() }
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.
- sort_column_id
The sort_column_id of the model to sort on.