GtkTextSearchFlags

Flags affecting how a search is done.

If neither #GTK_TEXT_SEARCH_VISIBLE_ONLY nor #GTK_TEXT_SEARCH_TEXT_ONLY are enabled, the match must be exact; the special 0xFFFC character will match embedded pixbufs or child widgets.

Values

ValueMeaning
VISIBLE_ONLY1

Search only visible data. A search match may have invisible text interspersed.

TEXT_ONLY2

Search only text. A match may have pixbufs or child widgets mixed inside the matched range.

CASE_INSENSITIVE4

The text will be matched regardless of what case it is in.

Meta