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_cell_set_cell_data()

class TreeViewColumn
int
cellIsVisible
()

Return Value

Type: int

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

Meta