deleted_text


Description:

public virtual signal void deleted_text (uint position, uint n_chars)

The text is altered in the default handler for this signal.

If you want access to the text after the text has been modified, use g_connect_after.

Parameters:

position

the position the text was deleted at.

n_chars

The number of characters that were deleted.