delete_surrounding_text


Description:

public signal void delete_surrounding_text (int offset, uint n_chars)

Emitted to delete surrounding text event from IME to client of IME.

Parameters:

offset

the character offset from the cursor position of the text to be deleted. A negative value indicates a position before the cursor.

n_chars

the number of characters to be deleted.