Gtk.TreeViewColumn.prototype.set_reorderable

function set_reorderable(reorderable:Boolean):void {
    // Gjs wrapper for gtk_tree_view_column_set_reorderable()
}

If reorderable is true, then the column can be reordered by the end user dragging the header.

reorderable

true, if the column can be reordered.