gtkEditableGetPosition {RGtk2}R Documentation

gtkEditableGetPosition

Description

Retrieves the current position of the cursor relative to the start of the content of the editable.

Usage

gtkEditableGetPosition(object)

Arguments

object

a GtkEditable

Details

Note that this position is in characters, not in bytes.

Value

[integer] the cursor position

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]