From: Bill Haneman Date: Thu, 26 Apr 2001 14:23:41 +0000 (+0000) Subject: ATK is the Accessibility ToolKit, which provides accessibility support for GTK+ X-Git-Tag: Initial^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=137114f8e608e7bc0b3091fbe4bcc58341ec9837;p=platform%2Fupstream%2Fatk.git ATK is the Accessibility ToolKit, which provides accessibility support for GTK+ and other GUI toolkits in Gnome. Atk is a GTK+ dependency but does not depend on GTK+ and may be used by any application or toolkit on the GNOME desktop, if desired. ATK defines the "accessibility contract" for apps and toolkits, the implementation of the ATK interfaces for GTK+ lives in the optional GAEL module. ---