components/gnome/atk/files/libatk-1.0.3lib
changeset 7862 875bb3f441a5
equal deleted inserted replaced
7861:8b7335f2b6cf 7862:875bb3f441a5
       
     1 .TH libatk-1\&.0 3lib "7 Apr 2017" "SunOS 5.11" "Interface Libraries"
       
     2 .SH "NAME"
       
     3 libatk-1\&.0 \- Accessibility Toolkit API
       
     4 .SH "DESCRIPTION"
       
     5 .PP
       
     6 ATK (Accessibility Tool Kit) is a set of interfaces which, when implemented by
       
     7 applications and user-interface component libraries, supports the use of
       
     8 applications by persons with disabilities\&.  ATK provides a consistent set of
       
     9 in-process interfaces which conforming components implement, either directly or
       
    10 via the use of add-on libraries\&. These interfaces are in turn exported
       
    11 out-of-process for use by assistive technologies (see
       
    12 .BR at-spi (3lib))\&.
       
    13 .PP
       
    14 Using ATK, applications can explicitly provide descriptive information about
       
    15 their components\&. By using ATK-enabled toolkits such as GTK+, applications
       
    16 obtain built-in accessibility support\&.
       
    17 .PP
       
    18 The ATK API is a queryable, interfaced API for obtaining textual,
       
    19 attribute-based, and coordinate information from user interface components, and
       
    20 also provides a means of activating and interacting with those components
       
    21 without the direct use of the keyboard or system pointing device\&.
       
    22 .SH "FILES"
       
    23 .PP
       
    24 The following files are used by this library:
       
    25 .TP 4
       
    26 .B /usr/lib/libatk-1\&.0\&.so
       
    27 Accessibility Toolkit API 32-bit shared library
       
    28 .TP 4
       
    29 .B /usr/lib/64/libatk-1\&.0\&.so
       
    30 Accessibility Toolkit API 64-bit shared library
       
    31 .TP 4
       
    32 .B /usr/lib/pkgconfig/atk\&.pc
       
    33 .BR pkg-config (1)
       
    34 file for atk 32-bit shared library
       
    35 .TP 4
       
    36 .B /usr/lib/64/pkgconfig/atk\&.pc
       
    37 .BR pkg-config (1)
       
    38 file for atk 64-bit shared library
       
    39 .TP 4
       
    40 .B /usr/share/gtk-doc/html/atk
       
    41 Location of developer documentation
       
    42 .SH "SEE ALSO"
       
    43 .PP
       
    44 .BR at-spi-registryd (1),
       
    45 .BR pkg-config (1),
       
    46 .BR at-spi (3lib),
       
    47 .BR libgailutil (3lib),
       
    48 .BR libgailutil-3 (3lib),
       
    49 .BR attributes (7),
       
    50 .BR gnome-interfaces (7)
       
    51 .SH "NOTES"
       
    52 .PP
       
    53 Written by Brian Cameron, Sun Microsystems Inc\&., 2003, 2004, 2006\&.