gtkTextIterBackwardVisibleCursorPositions {RGtk2}R Documentation

gtkTextIterBackwardVisibleCursorPositions

Description

Moves up to count visible cursor positions. See gtkTextIterBackwardCursorPosition for details.

Usage

gtkTextIterBackwardVisibleCursorPositions(object, count)

Arguments

object

a GtkTextIter

count

number of positions to move

Details

Since 2.4

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]