atk  2.38.0
About: ATK is a API (toolkit) for GNOME/GTK+ Accessibility.
  Fossies Dox: atk-2.38.0.tar.xz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

atk Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies atk-2.38.0.tar.xz contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README

ATK - The Accessibility Toolkit

For more information about ATK and accessibility in GNOME, see:

https://wiki.gnome.org/Accessibility

Dependencies

ATK requires GLib >= 2.32. Information about GLib is available from:

https://www.gtk.org

Getting the source code

You can get the source code of each ATK release as a tarball:

https://download.gnome.org/sources/atk/

You can also clone the ATK master branch from GNOME repository:

https://git.gnome.org/browse/atk

Building

You can use Meson and Ninja:

$ meson _build .
$ ninja -C _build
# ninja -C _build install

Tarball

If you want a tarball with the ATK source code, you can also use Meson:

$ meson _build . $ ninja -C _build dist

How to report bugs

Bugs should be reported to the GNOME bug tracking system:

http://bugzilla.gnome.org/enter_bug.cgi?product=atk

You will need to create an account for yourself.

You can also mail the mailing list gnome-accessibility-devel@gnome.org