Package: gtk

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

Syntax

lambda (model iter) => result

Arguments

model -- a 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
result -- a boolean whether the row indicated by iter is visible

Details

A callback function which decides whether the row indicated by iter is visible.
 

See also

#2024-5-3