Class

GtkATContext

[]

Description [src]

abstract class Gtk.ATContext : GObject.Object
{
  /* No available fields */
}

Communicates with 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.

[]

Hierarchy

hierarchy this GtkATContext ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Constructors

gtk_at_context_create

Creates a new GtkATContext instance for the given accessible role, accessible instance, and display connection.

[]

Instance methods

gtk_at_context_get_accessible

Retrieves the GtkAccessible using this context.

gtk_at_context_get_accessible_role

Retrieves the accessible role of this context.

Methods inherited from GObject (43)
[]

Properties

Gtk.ATContext:accessible

The GtkAccessible that created the GtkATContext instance.

Gtk.ATContext:accessible-role

The accessible role used by the AT context.

Gtk.ATContext:display

The GdkDisplay for the GtkATContext.

[]

Signals

Gtk.ATContext::state-change

Emitted when the attributes of the accessible for the GtkATContext instance change.

Signals inherited from GObject (1)

Class structure