Import line: | GtkSource = imports.gi.GtkSource; |
GIR File: | GtkSource-2.0.gir |
C documentation: | GtkSourceView |
Namespace : | GtkSource |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
String GtkSource.COMPLETION_CAPABILITY_AUTOMATIC : standard::automatic
|
|
String GtkSource.COMPLETION_CAPABILITY_INTERACTIVE : standard::interactive
|
|
Number GtkSource.GTKSOURCEVIEW_18N_H__ : 1
|
|
Number GtkSource.LANGUAGE_VERSION_1_0 : 100
|
|
Number GtkSource.LANGUAGE_VERSION_2_0 : 200
|
None |
Method / Constructor | Defined By | |
---|---|---|
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.
Same as gtk_text_iter_backward_search(), but supports case insensitive searching.
|
GtkSource | |
GtkSource.iter_forward_search
(TextIter iter, String str, SearchFlags flags, TextIter match_start, TextIter match_end, TextIter limit)
:
Boolean
Searches forward for str.
Searches forward for str. Any match is returned by setting first character after the match. The search will not continue past may wish to use limit to avoid locking up your UI on large buffers. If the GTK_SOURCE_SEARCH_VISIBLE_ONLY flag is present, the match may have invisible text interspersed in str. i.e. str will be a possibly-noncontiguous subsequence of the matched range. similarly, if you specify GTK_SOURCE_SEARCH_TEXT_ONLY, the match may have pixbufs or child widgets mixed inside the matched range. If these flags are not given, the match must be exact; the special 0xFFFC character in str will match embedded pixbufs or child widgets. If you specify the GTK_SOURCE_SEARCH_CASE_INSENSITIVE flag, the text will be matched regardless of what case it is in. Same as gtk_text_iter_forward_search(), but supports case insensitive searching.
|
GtkSource |
None |