Gtk.TreeViewColumn.prototype.set_sort_order

function set_sort_order(order:Gtk.SortType):void {
    // Gjs wrapper for gtk_tree_view_column_set_sort_order()
}

Changes the appearance of the sort indicator.

This <emphasis>does not</emphasis> actually sort the model. Use Gtk.TreeViewColumn.prototype.set_sort_column_id if you want automatic sorting support. This function is primarily for custom sorting behavior, and should be used in conjunction with Gtk.TreeSortable.prototype.set_sort_column_id to do that. For custom models, the mechanism will vary.

The sort indicator changes direction to indicate normal sort or reverse sort. Note that you must have the sort indicator enabled to see anything when calling this function; see Gtk.TreeViewColumn.prototype.set_sort_indicator.

order

sort order that the sort indicator should indicate