AtContext
abstract class AtContext(val gtkAtContextPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
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
Inheritors
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(gtkAtContextPointer: <Error class: unknown class><<Error class: unknown class>>)
Types
Link copied to clipboard
class AtContextImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : AtContext
The AtContextImpl type represents a native instance of the abstract AtContext class.
Properties
Functions
Link copied to clipboard
Emits the "state-change" signal. See onStateChange.
Link copied to clipboard
fun onStateChange(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.