gtkTextIterIsEnd {RGtk2}R Documentation

gtkTextIterIsEnd

Description

Returns TRUE if iter is the end iterator, i.e. one past the last dereferenceable iterator in the buffer. gtkTextIterIsEnd is the most efficient way to check whether an iterator is the end iterator.

Usage

gtkTextIterIsEnd(object)

Arguments

object [GtkTextIter] an iterator

Value

[logical] whether iter is the end iterator

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]