gtkTextIterForwardCursorPositions {RGtk2}R Documentation

gtkTextIterForwardCursorPositions

Description

Moves up to count cursor positions. See gtkTextIterForwardCursorPosition for details.

Usage

gtkTextIterForwardCursorPositions(object, count)

Arguments

object [GtkTextIter] a GtkTextIter
count [integer] number of positions to move

Value

[logical] TRUE if we moved and the new position is dereferenceable

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]