gtkEditableSetPosition {RGtk2} | R Documentation |
Sets the cursor position.
gtkEditableSetPosition(object, position)
|
[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 must be less than or equal to the number of characters in the widget. A value of -1 indicates that the position should be set after the last character in the entry. Note that this position is in characters, not in bytes. |
Derived by RGtkGen from GTK+ documentation