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

gtkTextBufferGetIterAtLineOffset

gtkTextBufferGetIterAtLineOffset


Description

Obtains an iterator pointing to char.offset within the given line. The char.offset must exist, offsets off the end of the line are not allowed. Note characters, not bytes; UTF-8 may encode one character as multiple bytes.

Usage

gtkTextBufferGetIterAtLineOffset(object, line.number, char.offset)

Arguments

object

a GtkTextBuffer

line.number

line number counting from 0

char.offset

char offset from start of line

Value

A list containing the following elements:

iter

iterator to initialize

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.