gtkTextBufferGetIterAtLineOffset {RGtk2}R Documentation

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 [GtkTextBuffer] a GtkTextBuffer
line.number [integer] line number counting from 0
char.offset [integer] char offset from start of line

Value

A list containing the following elements:

iter [GtkTextIter] iterator to initialize

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]