AccessibleImpl
data class AccessibleImpl(val gtkAccessiblePointer: <Error class: unknown class><<Error class: unknown class>>) : Accessible
The AccessibleImpl type represents a native instance of the Accessible interface.
Constructors
Properties
Functions
Link copied to clipboard
Requests the user's screen reader to announce the given message.
Link copied to clipboard
Retrieves the accessible parent for an accessible object.
Link copied to clipboard
Retrieves the accessible role of an accessible object.
Link copied to clipboard
Retrieves the accessible implementation for the given GtkAccessible
.
Link copied to clipboard
Retrieves the first accessible child of an accessible object.
Link copied to clipboard
Retrieves the next accessible sibling of an accessible object
Link copied to clipboard
Query a platform state, such as focus.
Link copied to clipboard
Resets the accessible @property to its default value.
Link copied to clipboard
Resets the accessible @relation to its default value.
Link copied to clipboard
Resets the accessible @state to its default value.
Link copied to clipboard
Sets the parent and sibling of an accessible object.
Link copied to clipboard
Updates the next accessible sibling of @self.