Gtk.TreeViewColumn.prototype.set_visible

function set_visible(visible:Boolean):void {
    // Gjs wrapper for gtk_tree_view_column_set_visible()
}

Sets the visibility of tree_column.

visible

true if the tree_column is visible.