ATContext
GtkATContext
is an abstract class provided by GTK to communicate to platform-specific assistive technologies API.
Each platform supported by GTK implements a GtkATContext
subclass, and is responsible for updating the accessible state in response to state changes in GtkAccessible
.
Skipped during bindings generation
method
display
: Property has no getter nor setter
Constructors
Link copied to clipboard
constructor(accessibleRole: AccessibleRole, accessible: Accessible, display: <Error class: unknown class>)
Creates a new GtkATContext
instance for the given accessible role, accessible instance, and display connection.
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)
Properties
Functions
Link copied to clipboard
fun connectStateChange(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the attributes of the accessible for the GtkATContext
instance change.
Link copied to clipboard
Retrieves the GtkAccessible
using this context.
Link copied to clipboard
Retrieves the accessible role of this context.