StringFilterMatchMode
Description:
[ CCode ( cprefix = "GTK_STRING_FILTER_MATCH_MODE_" , type_id = "gtk_string_filter_match_mode_get_type ()" ) ]
public enum StringFilterMatchMode
Specifies how search strings are matched inside text.
Content:
Enum values:
- EXACT - The search string and text
must match exactly.
- PREFIX - The text must begin with
the search string.
- SUBSTRING - The search string
must be contained as a substring inside the text.