diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-29 11:42:40 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-29 11:42:40 +0800 |
commit | acf0ea91e56aae171a187d17cf2d25d88930076a (patch) | |
tree | 225e4e7a709451114447e92bf3846e1eada9cf59 /accessibility/atk/pkg-descr | |
parent | ba137501f6eafae4bf30b6054d8f8684a719d996 (diff) | |
download | marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.gz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.bz2 marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.lz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.xz marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.tar.zst marcuscom-ports-acf0ea91e56aae171a187d17cf2d25d88930076a.zip |
Professionalize the descriptions of the pieces of the GNOME
system. Monkey-bubble's description still makes no sense ::)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/pkg-descr')
-rw-r--r-- | accessibility/atk/pkg-descr | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/accessibility/atk/pkg-descr b/accessibility/atk/pkg-descr index b28d3e537..ac3b71815 100644 --- a/accessibility/atk/pkg-descr +++ b/accessibility/atk/pkg-descr @@ -1,12 +1,5 @@ -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. +The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, +just like GTK contains GUI element widgets. However, ATK's widgets +are platform-independent, so they can be used with Qt, Motif, etc. WWW: http://developer.gnome.org/projects/gap/ |