Config.in 649 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBGAIL
  2. bool "libgail"
  3. depends on BR2_PACKAGE_LIBGTK2
  4. select BR2_PACKAGE_PANGO
  5. help
  6. GAIL provides accessibility support for gtk+ and
  7. libgnomecanvas by implementing AtkObjects for widgets in
  8. gtk+ and libgnomecanvas.
  9. The GAIL library is a GTK+ module. For example, if the
  10. module is loaded in a program which calls
  11. gtk_widget_get_accessible() for a GtkEntry an instance of
  12. GailEntry is returned. This module is normally used with the
  13. atk-bridge GTK+ module from at-spi to allow an assistive
  14. technology, e.g a screenreader, to query or drive the
  15. program.
  16. http://developer.gnome.org/projects/gap