gtkTextIterForwardToEnd {RGtk2}R Documentation

gtkTextIterForwardToEnd

Description

Moves iter forward to the "end iterator," which points one past the last valid character in the buffer. gtkTextIterGetChar called on the end iterator returns 0, which is convenient for writing loops.

Usage

gtkTextIterForwardToEnd(object)

Arguments

object [GtkTextIter] a GtkTextIter

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]