Gtk.TreeViewColumn.prototype.set_clickable

function set_clickable(clickable:Boolean):void {
    // Gjs wrapper for gtk_tree_view_column_set_clickable()
}

Sets the header to be active if clickable is true. When the header is active, then it can take keyboard focus, and can be clicked.

clickable

true if the header is active.