c
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkTextSearchFlags |
Enum : | TextSearchFlags |
Properties | |
---|---|
guint32 Gtk.TextSearchFlags.TEXT_ONLY : 2
|
|
guint32 Gtk.TextSearchFlags.VISIBLE_ONLY : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.TextIter
Method |
backward_search
(String str, TextSearchFlags flags, Object out_values, TextIter match_end, TextIter limit)
:
gboolean
|
Gtk.TextIter
Method |
forward_search
(String str, TextSearchFlags flags, Object out_values, TextIter match_end, TextIter limit)
:
gboolean
|