Package: gtk

Function gtk:tree-view-column-cell-is-visible

Lambda List

gtk:tree-view-column-cell-is-visible (column)

Arguments

column -- a gtk:tree-view-column object

Return Value

True, if any of the cells packed into the tree view column are currently visible.

Details

Returns true if any of the cells packed into the tree view column are visible. For this to be meaningful, you must first initialize the cells with the gtk:tree-view-column-cell-set-cell-data function.

Warning

The gtk:tree-view-column implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

#2024-3-8