| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-2.0.gir |
| C documentation: | GtkTextSearchFlags |
| Enum : | TextSearchFlags |
| Show / Hide Inherited methods, properties and signals |
| Properties | |
|---|---|
|
Number Gtk.TextSearchFlags.TEXT_ONLY : 2
|
|
|
Number Gtk.TextSearchFlags.VISIBLE_ONLY : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.TextIter
Method |
forward_search
(String str, TextSearchFlags flags, TextIter match_start, TextIter match_end, TextIter limit)
:
Boolean
Searches forward for str.
|
|
Gtk.TextIter
Method |
backward_search
(String str, TextSearchFlags flags, TextIter match_start, TextIter match_end, TextIter limit)
:
Boolean
Same as gtk_text_iter_forward_search(), but moves backward.
|