:right-sidebar: True StringFilterMatchMode =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: StringFilterMatchMode :no-contents-entry: Specifies how search strings are matched inside text. Fields ------ .. rst-class:: interim-class .. class:: StringFilterMatchMode :no-index: .. attribute:: EXACT The search string and text must match exactly. .. attribute:: PREFIX The text must begin with the search string. .. attribute:: SUBSTRING The search string must be contained as a substring inside the text.