TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.20.3
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Describes the known strictness of a filter.
Note that for filters where the strictness is not known, GTK_FILTER_MATCH_SOME is always an acceptable value, even if a filter does match all or no items.
GTK_FILTER_MATCH_SOME
The filter matches all items, Gtk.Filter.match will alays return true
The filter does not match any item, Gtk.Filter.match will always return false
The filter matches some items, Gtk.Filter.match may return true or false
Describes the known strictness of a filter.
Note that for filters where the strictness is not known,
GTK_FILTER_MATCH_SOMEis always an acceptable value, even if a filter does match all or no items.