insert_text


Description:

public abstract void insert_text (string string, int length, int position)

Insert text at a given position.

Parameters:

this

an EditableText

string

the text to insert

length

the length of text to insert, in bytes

position

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.