Package: gtk

Function gtk:filter-match

Lambda List

gtk:filter-match (filter item)

Arguments

filter -- a gtk:filter object
item -- a g:object instance for the item to check

Return Value

True if the filter matches the item and a filter model should keep it, false if not.

Details

Checks if the given item is matched by the filter or not.
 

See also

2025-06-06