[ Version ( deprecated = true , deprecated_since = "2.9.4" ) ]
public virtual signal void text_changed (int position, int length)
Warning: text_changed is deprecated since 2.9.4.
The "text-changed" signal is emitted when the text of the object which implements the AtkText interface changes, This signal will have a detail which is either "insert" or "delete" which identifies whether the text change was an insertion or a deletion.
Use AtkObject::text-insert
or AtkObject::text-remove
instead.
arg1 |
The position (character offset) of the insertion or deletion. |
arg2 |
The length (in characters) of text inserted or deleted. |