Enumeration
Gtk.FilterMatch
Description [src]
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.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_FILTER_MATCH_SOME |
"some" |
0 |
The filter matches some items,
|
GTK_FILTER_MATCH_NONE |
"none" |
1 |
The filter does not match any item,
|
GTK_FILTER_MATCH_ALL |
"all" |
2 |
The filter matches all items,
|