insert_text


Description:

public void insert_text (string text, ssize_t position)

Inserts text into a Actor at the given position.

If position is a negative number, the text will be appended at the end of the current contents of the Text.

The position is expressed in characters, not in bytes.

Parameters:

this

a Text

text

the text to be inserted

position

the position of the insertion, or -1