atkEditableTextInsertText {RGtk2} | R Documentation |
Insert text at a given position.
atkEditableTextInsertText(object, string, position)
|
[AtkEditableText ] an AtkEditableText |
|
[character] the text to insert |
|
[integer] The caller initializes this 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