gtkTextIterForwardFindChar: gtkTextIterForwardFindChar

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkTextIterForwardFindChar(object, pred, user.data = NULL, limit)

Arguments

object

a GtkTextIter

pred

a function to be called on each character

user.data

user data for pred

limit

search limit, or NULL for none. [ allow-none ]

Value

[logical] whether a match was found

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.