gtkEditableGetPosition {RGtk2} | R Documentation |
Retrieves the current cursor position.
gtkEditableGetPosition(object)
|
[GtkEditable ] a GtkEditable widget. |
[integer] the position of the cursor. The cursor is displayed before the character with the given (base 0) index in the widget. The value will be less than or equal to the number of characters in the widget. Note that this position is in characters, not in bytes.
Derived by RGtkGen from GTK+ documentation