Gtk.TreeViewColumn.prototype.cell_is_visible

function cell_is_visible():Boolean {
    // Gjs wrapper for gtk_tree_view_column_cell_is_visible()
}

Returns true if any of the cells packed into the tree_column are visible. For this to be meaningful, you must first initialize the cells with Gtk.cell_set_cell_data

Returns

true, if any of the cells packed into the tree_column are currently visible