Package: gtk

Callback gtk-tree-model-filter-visible-func

Details

A callback function which decides whether the row indicated by iter is visible.
 lambda (model iter)  
model
The child model of the gtk-tree-model-filter object.
iter
A gtk-tree-iter iterator pointing to the row in model whose visibility is determined.
Returns
Whether the row indicated by iter is visible.
 

See also

2021-2-3