gnome-devel-docs r568 - trunk/gadg



Author: vpalexander
Date: Wed Aug 27 15:07:43 2008
New Revision: 568
URL: http://svn.gnome.org/viewvc/gnome-devel-docs?rev=568&view=rev

Log:
custom atk

Modified:
   trunk/gadg/gad.xml

Modified: trunk/gadg/gad.xml
==============================================================================
--- trunk/gadg/gad.xml	(original)
+++ trunk/gadg/gad.xml	Wed Aug 27 15:07:43 2008
@@ -785,22 +785,22 @@
 <section id="gad-custom">
 <title>Making Custom Components Accessible</title>
 <para>
-[ToDo: describes how to ... ]
+Adding ATK support to your custom widget will assure its cooperation with the accessibility infrastructure. These are the general steps that are required:
 </para>
 <itemizedlist>
 <listitem>
 <para>
-assess a custom widget according to the applicable User Interface Guidelines, below;
+assess a custom widget according to the applicable <link linkend="gad-ui-guidelines">User Interface Guidelines</link>;
 </para>
 </listitem>
 <listitem>
 <para>
-determine which ATK interfaces a custom widget should implement, according to the widget's featureset and function;
+determine which <ulink url="http://library.gnome.org/devel/atk/stable/atk.html";>ATK interfaces</ulink> a custom widget should implement, according to the widget's feature set and function;
 </para>
 </listitem>
 <listitem>
 <para>
-assess which ATK interfaces can be inherited from the parent widget class;
+assess which <ulink url="http://library.gnome.org/devel/atk/stable/atk.html";>ATK interfaces</ulink> can be inherited from the parent widget class;
 </para>
 </listitem>
 <listitem>
@@ -815,7 +815,7 @@
 </listitem>
 <listitem>
 <para>
-in an <type>AtkObject</type> subtype created by a new <type>AtkObjectFactory</type> subclass
+in an <ulink url="http://library.gnome.org/devel/atk/stable/AtkObject.html";><type>AtkObject</type></ulink> subtype created by a new <ulink url="http://library.gnome.org/devel/atk/stable/AtkObjectFactory.html";><type>AtkObjectFactory</type></ulink> subclass
 </para>
 </listitem>
 </itemizedlist>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]