Enumeration
Gtk.StringFilterMatchMode
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_STRING_FILTER_MATCH_MODE_EXACT |
"exact" |
0 |
The search string and text must match exactly. |
GTK_STRING_FILTER_MATCH_MODE_SUBSTRING |
"substring" |
1 |
The search string must be contained as a substring inside the text. |
GTK_STRING_FILTER_MATCH_MODE_PREFIX |
"prefix" |
2 |
The text must begin with the search string. |