Value | Meaning |
---|---|
VisibleOnly1 | Search only visible data. A search match may have invisible text interspersed. |
TextOnly2 | Search only text. A match may have paintables or child widgets mixed inside the matched range. |
CaseInsensitive4 | The text will be matched regardless of what case it is in. |
Flags affecting how a search is done.
If neither gtk.types.TextSearchFlags.VisibleOnly nor gtk.types.TextSearchFlags.TextOnly are enabled, the match must be exact; the special 0xFFFC character will match embedded paintables or child widgets.