TreeViewColumn.cellIsVisible

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.tree_view_column.TreeViewColumn.cellSetCellData

More...
class TreeViewColumn
bool
cellIsVisible
()

Return Value

Type: bool

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

Detailed Description

Deprecated: Use GtkColumnView instead