Gtk.TreeViewColumn.prototype.get_visible
function get_visible():Boolean { // Gjs wrapper for gtk_tree_view_column_get_visible() }
Returns true if tree_column is visible.
- Returns
whether the column is visible or not. If it is visible, then the tree will show the column.