Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTextIterBackwardSearch

gtkTextIterBackwardSearch


Description

Same as gtkTextIterForwardSearch, but moves backward.

Usage

gtkTextIterBackwardSearch(object, str, flags, limit = NULL)

Arguments

object

a GtkTextIter where the search begins

str

search string

flags

bitmask of flags affecting the search

limit

location of last possible match.start, or NULL for start of buffer. [ allow-none ]

Value

A list containing the following elements:

retval

[logical] whether a match was found

match.start

return location for start of match, or NULL. [ allow-none ]

match.end

return location for end of match, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.