text_remove


Description:

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

The "text-remove" signal is emitted when a new text is removed.

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 removal.

arg2

The length (in characters) of text removed.

arg3

The old text removed