updateContents

open fun updateContents(change: AccessibleTextContentChange, start: <Error class: unknown class>, end: <Error class: unknown class>)

Notifies assistive technologies of a change in contents.

Implementations of the GtkAccessibleText interface should call this function every time their contents change as the result of an operation, like an insertion or a removal.

Note: If the change is a deletion, this function must be called before removing the contents, if it is an insertion, it must be called after inserting the new contents.

Since

4.14

Parameters

change

the type of change in the contents

start

the starting offset of the change, in characters

end

the end offset of the change, in characters