Class
GtkATContext
Description [src]
abstract class Gtk.ATContext : GObject.Object
{
/* No available fields */
}
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
.
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.
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.