|
Specifies how a source iterator should search through a source buffer for a text string.
- Enumeration values:
-
SOURCE_SEARCH_VISIBLE_ONLY |
The matching text may have invisible text interspersed in it, that is, the text may possibly be a noncontiguous subsequence of the matched range. |
SOURCE_SEARCH_TEXT_ONLY |
The matching text may have pixbufs or child widgets mixed inside the matched range. |
SOURCE_SEARCH_CASE_INSENSITIVE |
The text will be matched regardless of what case it is in. |
|