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

gtkTextIterSetLineOffset

gtkTextIterSetLineOffset


Description

Moves iter within a line, to a new character (not byte) offset. The given character offset must be less than or equal to the number of characters in the line; if equal, iter moves to the start of the next line. See gtkTextIterSetLineIndex if you have a byte index rather than a character offset.

Usage

gtkTextIterSetLineOffset(object, char.on.line)

Arguments

object

a GtkTextIter

char.on.line

a character offset relative to the start of iter's current line

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.