RGtk2 (version 2.20.31)

atkEditableTextInsertText: atkEditableTextInsertText

Description

Insert text at a given position.

Usage

atkEditableTextInsertText(object, string, position)

Arguments

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.