|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/share/gtk-doc/html/atk/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>ATK Library</title> <meta name="generator" content="DocBook XSL Stylesheets V1.69.1"> <link rel="start" href="index.html" title="ATK - Accessibility Toolkit"> <link rel="up" href="index.html" title="ATK - Accessibility Toolkit"> <link rel="prev" href="index.html" title="ATK - Accessibility Toolkit"> <link rel="next" href="AtkAction.html" title="AtkAction"> <meta name="generator" content="GTK-Doc V1.6 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="chapter" href="atk.html" title="ATK Library"> <link rel="index" href="ix01.html" title="Index"> <link rel="index" href="ix02.html" title="Index of deprecated symbols"> <link rel="index" href="ix03.html" title="Index of new symbols in ATK 1.3"> <link rel="index" href="ix04.html" title="Index of new symbols in ATK 1.4"> <link rel="index" href="ix05.html" title="Index of new symbols in ATK 1.6"> <link rel="index" href="ix06.html" title="Index of new symbols in ATK 1.9"> <link rel="index" href="ix07.html" title="Index of new symbols in ATK 1.12"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> <td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">ATK - Accessibility Toolkit</th> <td><a accesskey="n" href="AtkAction.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="chapter" lang="en"> <div class="titlepage"><div><div><h2 class="title"> <a name="atk"></a>ATK Library</h2></div></div></div> <div class="toc"><dl> <dt> <span class="refentrytitle"><a href="AtkAction.html">AtkAction</a></span><span class="refpurpose"> - The ATK interface provided by UI components which the user can activate/interact with,</span> </dt> <dt> <span class="refentrytitle"><a href="AtkComponent.html">AtkComponent</a></span><span class="refpurpose"> - The ATK interface provided by UI components which occupy a physical area on the screen.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkDocument.html">AtkDocument</a></span><span class="refpurpose"> - The ATK interface which allows access to a DOM associated with on object.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkEditableText.html">AtkEditableText</a></span><span class="refpurpose"> - The ATK interface implemented by components containing user-editable text content.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> - This object class is derived from AtkObject and can be used as a basis implementing accessible objects.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> - An ATK object which encapsulates a link or set of links in a hypertext document.</span> </dt> <dt> <span class="refentrytitle"><a href="atk-AtkHyperlinkImpl.html">AtkHyperlinkImpl</a></span><span class="refpurpose"> - An interface from which the AtkHyperlink associated with an AtkObject may be obtained.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkHypertext.html">AtkHypertext</a></span><span class="refpurpose"> - The ATK interface which provides standard mechanism for manipulating hyperlinks.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkImage.html">AtkImage</a></span><span class="refpurpose"> - The ATK Interface implemented by components which expose image or pixmap content on-screen.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkNoOpObject.html">AtkNoOpObject</a></span><span class="refpurpose"> - An AtkObject which purports to implement all ATK interfaces.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkNoOpObjectFactory.html">AtkNoOpObjectFactory</a></span><span class="refpurpose"> - The AtkObjectFactory which creates an AtkNoOpObject.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> - The base object class for the Accessibility Toolkit API.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> - The base object class for a factory used to create accessible objects for objects of a specific GType.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"> - An object used to store the GType of the factories used to create an accessible object for an object of a particular GType.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> - An object used to describe a relation between a object and one or more other objects.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkRelationSet.html">AtkRelationSet</a></span><span class="refpurpose"> - A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose"> - The ATK interface implemented by container objects whose AtkObject children can be selected.</span> </dt> <dt> <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> - An AtkState describes a component's particular state.</span> </dt> <dt> <span class="refentrytitle"><a href="atk-AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> - An AtkStateSet determines a component's state set.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> - The ATK interface which provides access to streamable content.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkTable.html">AtkTable</a></span><span class="refpurpose"> - The ATK interface implemented for UI components which contain tabular or row/column information.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> - The ATK interface implemented by components with text content.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkUtil.html">AtkUtil</a></span><span class="refpurpose"> - A set of ATK utility functions for event and toolkit support.</span> </dt> <dt> <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> - The ATK interface implemented by valuators and components which display or select a value from a bounded range of values.</span> </dt> </dl></div> </div> </body> </html>