text_insert


Description:

public signal void text_insert (int arg1, int arg2, string arg3)

The "text-insert" signal is emitted when a new text is inserted.

If the signal was not triggered by the user (e.g. typing or pasting text), the "system" detail should be included.

Parameters:

arg1

The position (character offset) of the insertion.

arg2

The length (in characters) of text inserted.

arg3

The new text inserted