Back to Seed Clases

GtkSource


Classes

Interfaces

Structs

Unions

Enums

Enum GtkSource.SearchFlags

Import line: GtkSource = imports.gi.GtkSource;
GIR File: GtkSource-2.0.gir
C documentation: GtkSourceSearchFlags
Enum : SearchFlags
  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
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:48 GMT+0800 (HKT)