Accessible


Object Hierarchy:

Gtk.Accessible Gtk.Accessible Gtk.Accessible GLib.Object GLib.Object GLib.Object->Gtk.Accessible

Description:

[ CCode ( type_cname = "GtkAccessibleInterface" , type_id = "gtk_accessible_get_type ()" ) ]
public interface Accessible : Object

`GtkAccessible` is an interface for describing UI elements for Assistive Technologies.

Every accessible implementation has:

The role cannot be changed after instantiating a `GtkAccessible` implementation.

The attributes are updated every time a UI element's state changes in a way that should be reflected by assistive technologies. For instance, if a `GtkWidget` visibility changes, the gtk_accessible_state_hidden state will also change to reflect the [[email protected]:visible] property.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Methods:

Inherited Members:

All known members inherited from class GLib.Object



2022 vala-language.org