atkTextSetCaretOffset {RGtk2}R Documentation

atkTextSetCaretOffset

Description

Sets the caret (cursor) position to the specified offset.

Usage

atkTextSetCaretOffset(object, offset)

Arguments

object [AtkText] an AtkText
offset [integer] position

Value

[logical] TRUE if success, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]