gtkEditableInsertText {RGtk2} | R Documentation |
Inserts text at a given position.
gtkEditableInsertText(object, new.text, position = 0)
|
[GtkEditable ] a GtkEditable widget. |
|
[character] the text to insert. |
|
[integer] an inout parameter. The caller initializes it to the position at which to insert the text. After the call it points at the position after the newly inserted text. |
Derived by RGtkGen from GTK+ documentation