Text.addOnTextChanged

Warning AtkText::text-changed is deprecated and should not be used in newly-written code. Since 2.9.4. Use "text-insert" or "text-remove" instead. 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.

class Text
void
addOnTextChanged
(
void delegate dlg
,)

Meta