Signal detail or null (default)
signal callback delegate or function to connect
void callback(int arg1, int arg2, string arg3, atk.text.Text text)
arg1 The position (character offset) of the removal. (optional)
arg2 The length (in characters) of text removed. (optional)
arg3 The old text removed (optional)
text 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 TextRemove signal.
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.