| Import line: | GtkSource = imports.gi.GtkSource; |
| GIR File: | GtkSource-2.0.gir |
| C documentation: | GtkSourceSearchFlags |
| Enum : | SearchFlags |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number GtkSource.SearchFlags.CASE_INSENSITIVE : 4
|
|
|
Number GtkSource.SearchFlags.TEXT_ONLY : 2
|
|
|
Number GtkSource.SearchFlags.VISIBLE_ONLY : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GtkSource
Method |
GtkSource.iter_backward_search
(TextIter iter, String str, SearchFlags flags, TextIter match_start, TextIter match_end, TextIter limit)
:
Boolean
Same as gtk_text_iter_backward_search(), but supports case insensitive searching.
|
|
GtkSource
Method |
GtkSource.iter_forward_search
(TextIter iter, String str, SearchFlags flags, TextIter match_start, TextIter match_end, TextIter limit)
:
Boolean
Searches forward for str.
|