Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.TextSearchFlags

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkTextSearchFlags
Enum : TextSearchFlags
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:43 GMT+0800 (HKT)