GAIL is a GTK+ module that provides accessibility support for GTK+ and libgnomecanvas by implementing AtkObjects for widgets in the two libraries. For example, if the module is loaded in a program which calls gtk_widget_get_accessible() for a GtkEntry, an instance of GailEntry is returned. This module is normally used with the atk-bridge GTK+ module from at-spi to allow an assistive technology, e.g a screenreader, to query or drive the program.
| Licenses | LGPL |
|---|
Recent releases


Release Notes: Gail label now treats the changed bound as the cursor when the selection is changed. Thus, before "text_caret_moved" is emitted, the cursor is changed to the changed bound (bug #536927).


No changes have been submitted for this release.


Release Notes: Bugs #474504 and #395781 have been fixed.


No changes have been submitted for this release.


Release Notes: This release reverts an incorrect fix that regressed treeview accessibility.