signal callback delegate or function to connect
void callback(int offset, uint nChars, webkit.input_method_context.InputMethodContext inputMethodContext)
offset the character offset from the cursor position of the text to be deleted. (optional)
nChars the number of characters to be deleted (optional)
inputMethodContext the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to DeleteSurrounding signal.
Emitted when the input method wants to delete the context surrounding the cursor. If offset is a negative value, it means a position before the cursor.