gtkTextIterSetVisibleLineOffset {RGtk2}R Documentation

gtkTextIterSetVisibleLineOffset

Description

Like gtkTextIterSetLineOffset, but the offset is in visible characters, i.e. text with a tag making it invisible is not counted in the offset.

Usage

gtkTextIterSetVisibleLineOffset(object, char.on.line)

Arguments

object

a GtkTextIter

char.on.line

a character offset

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]