TextIter.forwardFindChar

Advances iter, calling pred on each character.

If pred returns true, returns true and stops scanning. If pred never returns true, iter is set to limit if limit is non-null, otherwise to the end iterator.

class TextIter
bool
forwardFindChar

Parameters

pred gtk.types.TextCharPredicate

a function to be called on each character

limit gtk.text_iter.TextIter

search limit

Return Value

Type: bool

whether a match was found