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

gtkTextIterForwardChar

gtkTextIterForwardChar


Description

Moves iter forward by one character offset. Note that images embedded in the buffer occupy 1 character slot, so gtkTextIterForwardChar may actually move onto an image instead of a character, if you have images in your buffer. If iter is the end iterator or one character before it, iter will now point at the end iterator, and gtkTextIterForwardChar returns FALSE for convenience when writing loops.

Usage

gtkTextIterForwardChar(object)

Arguments

object

an iterator

Value

[logical] whether iter moved and is dereferenceable

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.