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

an iterator

Value

[logical] whether iter is the first in the buffer

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]