gtkTextIterIsStart {RGtk2}R Documentation

gtkTextIterIsStart

Description

Returns TRUE if iter is the first iterator in the buffer, that is if iter has a character offset of 0.

Usage

gtkTextIterIsStart(object)

Arguments

object [GtkTextIter] an iterator

Value

[logical] whether iter is the first in the buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]