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 instance pointing to the row in model whose visibility is determined
result -- a boolean whether the row indicated by iter is visible

Details

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

Warning

This callback function is deprecated since 4.20. There is no replacement.
 

See also

#2026-07-12