Package: gtk

Callback gtk:custom-filter-func

Syntax

lambda (item) => result

Arguments

item -- a g:object instance with the item to be matched
result -- true to keep the item around

Details

User function that is called to determine if the item should be matched. If the filter matches the item, this function must return true. If the item should be filtered out, false must be returned.
 

See also

2024-9-27