delete_surrounding_text


Description:

public signal bool delete_surrounding_text (int offset, uint nchars)

Signal emitted when the context requests deletion of surrounding-text.

Parameters:

offset

character offset from the cursor position.

nchars

number of characters to delete.

Returns:

`true` on success, `false` on failure