ATContext

open class ATContext(pointer: <Error class: unknown class><<Error class: unknown class>>)

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>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GtkAccessible that created the GtkATContext instance.

Link copied to clipboard

The accessible role used by the AT context.

Link copied to clipboard
val gtkATContextPointer: <Error class: unknown class><<Error class: unknown class>>

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.