Module atspi_common::events::object
source · Structs§
- A child of an
ObjectRef
has been added or removed. - A column has been removed from a table.
- A column has been added to a table.
- A column has been re-ordered within a table.
- The
org.a11y.atspi.Event.Object:PropertyChange
event. - A row has been deleted from a table.
- A row has been added to a table.
- A row has been moved within a table.
- Signal that some attributes about the text (usually styling) have changed. This event does not encode what has changed about the attributes, merely that they have changed.
- The caret of the user also known as a cursor (not to be confused with mouse pointer) has changed position.
- Text has changed within an
ObjectRef
.
Enums§
- Any accessibility related property on an
ObjectRef
. This is used only in thePropertyChangeEvent
; this event gets triggered if a role or accessible description of an item changes.