gtkEntrySetPosition {RGtk2} | R Documentation |
Sets the cursor position in an entry to the given
value. This function is obsolete. You should use
gtkEditableSetPosition
instead.
WARNING: gtk_entry_set_position
is deprecated and should not be used in newly-written code.
gtkEntrySetPosition(object, position)
|
[GtkEntry ] a GtkEntry . |
|
[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