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
.
[−]
Constructors
gtk_at_context_create
Creates a new GtkATContext
instance for the given accessible role,
accessible instance, and display connection.
[−]
Signals
Gtk.ATContext::state-change
Emitted when the attributes of the accessible for the
GtkATContext
instance change.
[+]