Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.TextSearchFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkTextSearchFlags
Enum : TextSearchFlags
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.TextIter
Method
backward_search (String str, TextSearchFlags flags, Object out_values, TextIter match_end, TextIter limit) : gboolean
Same as gtk_text_iter_forward_search(), but moves backward.
Gtk.TextIter
Method
forward_search (String str, TextSearchFlags flags, Object out_values, TextIter match_end, TextIter limit) : gboolean
Searches forward for str.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:03 GMT+0800 (HKT)