:right-sidebar: True TextSearchFlags =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: TextSearchFlags :no-contents-entry: Flags affecting how a search is done. If neither :const:`~gi.repository.Gtk.TextSearchFlags.VISIBLE_ONLY` nor :const:`~gi.repository.Gtk.TextSearchFlags.TEXT_ONLY` are enabled, the match must be exact; the special 0xFFFC character will match embedded paintables or child widgets. Fields ------ .. rst-class:: interim-class .. class:: TextSearchFlags :no-index: .. attribute:: CASE_INSENSITIVE The text will be matched regardless of what case it is in. .. attribute:: TEXT_ONLY Search only text. A match may have paintables or child widgets mixed inside the matched range. .. attribute:: VISIBLE_ONLY Search only visible data. A search match may have invisible text interspersed.