Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.1)
atkEditableTextInsertText: atkEditableTextInsertText
Description
Insert text at a given position.
Usage
atkEditableTextInsertText(object, string, position)
Arguments
object
[
AtkEditableText
] an
AtkEditableText
string
[character] the text to insert
position
[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.