diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 10:28:07 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-12 10:28:07 +0800 |
commit | 18be46bddd94b13b8d1ee0394fff9a1bf8967f20 (patch) | |
tree | 29fe03d20847dc3b77799122d5d44c7341beb00a /accessibility | |
parent | 94faf5c5504ecc02319d3173d4e80a7ef99a9f8f (diff) | |
download | marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.tar marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.tar.gz marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.tar.bz2 marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.tar.lz marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.tar.xz marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.tar.zst marcuscom-ports-18be46bddd94b13b8d1ee0394fff9a1bf8967f20.zip |
More detailed description of what ATK is, and what it purports to accomplish.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/pkg-descr | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr index c962374e2..b28d3e537 100644 --- a/accessibility/atk/pkg-descr +++ b/accessibility/atk/pkg-descr @@ -1,3 +1,12 @@ -GNOME accessibility toolkit (ATK). +Accessibility means helping people with disabilities to participate in +substantial life activities. That includes work, and the use of services, +products, and information. GNOME includes libraries and a support framework +that allow people with disabilities to utilize all of the functionality of the +GNOME user environment. + +The GNOME Accessibility Toolkit (ATK) describes a set of interfaces that need +to be implemented by GUI components to make them accessible. The interfaces are +toolkit-independent-- implementations could be written for any widget set, such +as GTK, Motif or Qt. WWW: http://developer.gnome.org/projects/gap/ |