atk 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/README +2 -2
  3. data/Rakefile +2 -1
  4. data/ext/atk/extconf.rb +1 -1
  5. data/ext/atk/rbatkcomponent.c +0 -4
  6. data/ext/atk/rbatkdocument.c +0 -4
  7. data/ext/atk/rbatkrelation.c +0 -4
  8. data/ext/atk/rbatkrelationset.c +0 -4
  9. data/ext/atk/rbatkutil.c +0 -4
  10. data/lib/1.9/atk.so +0 -0
  11. data/lib/2.0/atk.so +0 -0
  12. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  13. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkaction.h +0 -1
  15. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +38 -2
  16. data/vendor/local/include/atk-1.0/atk/atkdocument.h +7 -7
  17. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +0 -3
  18. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -2
  19. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +10 -19
  20. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +0 -4
  21. data/vendor/local/include/atk-1.0/atk/atkimage.h +0 -3
  22. data/vendor/local/include/atk-1.0/atk/atkobject.h +40 -78
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +15 -0
  24. data/vendor/local/include/atk-1.0/atk/atkselection.h +0 -3
  25. data/vendor/local/include/atk-1.0/atk/atktable.h +0 -5
  26. data/vendor/local/include/atk-1.0/atk/atktext.h +72 -11
  27. data/vendor/local/include/atk-1.0/atk/atkutil.h +4 -0
  28. data/vendor/local/include/atk-1.0/atk/atkvalue.h +0 -1
  29. data/vendor/local/include/atk-1.0/atk/atkversion.h +2 -2
  30. data/vendor/local/include/atk-1.0/atk/atkwindow.h +0 -2
  31. data/vendor/local/lib/atk-1.0.def +2 -0
  32. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  33. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  34. data/vendor/local/lib/libatk-1.0.la +2 -2
  35. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  36. data/vendor/local/share/gir-1.0/Atk-1.0.gir +2497 -2086
  37. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +80 -43
  38. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +246 -33
  39. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +94 -39
  40. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +22 -27
  41. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +17 -21
  42. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +34 -25
  43. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +25 -30
  44. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +26 -26
  45. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +15 -18
  46. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +14 -18
  47. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +119 -77
  48. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +15 -25
  49. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +12 -22
  50. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +17 -20
  51. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +21 -22
  52. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +24 -33
  53. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +13 -16
  54. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +28 -29
  55. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +47 -54
  56. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +451 -191
  57. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +43 -20
  58. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +21 -24
  59. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +12 -15
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +8 -8
  61. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +8 -8
  62. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +8 -8
  63. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +8 -8
  64. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +8 -8
  65. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +8 -8
  66. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +8 -8
  67. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +8 -8
  68. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +8 -8
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +10 -8
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +8 -8
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +8 -8
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +8 -8
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +34 -8
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +26 -10
  75. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +50 -37
  76. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +34 -15
  77. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +51 -22
  78. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +14 -17
  79. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +14 -17
  80. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +27 -14
  81. data/vendor/local/share/gtk-doc/html/atk/atk.html +114 -15
  82. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  83. data/vendor/local/share/gtk-doc/html/atk/index.html +43 -35
  84. data/vendor/local/share/gtk-doc/html/atk/index.sgml +16 -7
  85. data/vendor/local/share/gtk-doc/html/atk/left-insensitive.png +0 -0
  86. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  87. data/vendor/local/share/gtk-doc/html/atk/right-insensitive.png +0 -0
  88. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  89. data/vendor/local/share/gtk-doc/html/atk/style.css +71 -16
  90. data/vendor/local/share/gtk-doc/html/atk/up-insensitive.png +0 -0
  91. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  92. data/vendor/local/share/gtk-doc/html/atk/utilities.html +33 -0
  93. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  95. metadata +15 -14
@@ -8,30 +8,27 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkObjectFactory.html" title="AtkObjectFactory">
10
10
  <link rel="next" href="AtkRegistry.html" title="AtkRegistry">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="AtkObjectFactory.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
- <td><a accesskey="n" href="AtkRegistry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#atk-AtkPlug.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#atk-AtkPlug.description" class="shortcut">Description</a>
27
- </td></tr>
28
- </table>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="AtkObjectFactory.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="AtkRegistry.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="refentry">
30
27
  <a name="atk-AtkPlug"></a><div class="titlepage"></div>
31
28
  <div class="refnamediv"><table width="100%"><tr>
32
29
  <td valign="top">
33
30
  <h2><span class="refentrytitle"><a name="atk-AtkPlug.top_of_page"></a>AtkPlug</span></h2>
34
- <p>AtkPlug</p>
31
+ <p>AtkPlug — Toplevel for embedding into other processes</p>
35
32
  </td>
36
33
  <td valign="top" align="right"></td>
37
34
  </tr></table></div>
@@ -45,6 +42,7 @@
45
42
  <div class="refsect1">
46
43
  <a name="atk-AtkPlug.description"></a><h2>Description</h2>
47
44
  <p>
45
+ See <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>
48
46
  </p>
49
47
  </div>
50
48
  <div class="refsect1">
@@ -70,12 +68,33 @@
70
68
  <a name="atk-plug-get-id"></a><h3>atk_plug_get_id ()</h3>
71
69
  <pre class="programlisting"><span class="returnvalue">gchar</span> * atk_plug_get_id (<em class="parameter"><code><a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> *plug</code></em>);</pre>
72
70
  <p>
71
+ Gets the unique ID of an <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> object, which can be used to
72
+ embed inside of an <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a> using <a class="link" href="atk-AtkSocket.html#atk-socket-embed" title="atk_socket_embed ()"><code class="function">atk_socket_embed()</code></a>.
73
+ </p>
74
+ <p>
75
+ Internally, this calls a class function that should be registered
76
+ by the IPC layer (usually at-spi2-atk). The implementor of an
77
+ <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> object should call this function (after atk-bridge is
78
+ loaded) and pass the value to the process implementing the
79
+ <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>, so it could embed the plug.
73
80
  </p>
81
+ <div class="variablelist"><table border="0">
82
+ <col align="left" valign="top">
83
+ <tbody><tr>
84
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
85
+ <td>the unique ID for the plug</td>
86
+ </tr></tbody>
87
+ </table></div>
88
+ <p class="since">Since 1.30</p>
74
89
  </div>
75
90
  </div>
91
+ <div class="refsect1">
92
+ <a name="atk-AtkPlug.see-also"></a><h2>See Also</h2>
93
+ <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a>
94
+ </div>
76
95
  </div>
77
96
  <div class="footer">
78
97
  <hr>
79
- Generated by GTK-Doc V1.18.1</div>
98
+ Generated by GTK-Doc V1.19.1</div>
80
99
  </body>
81
100
  </html>
@@ -8,30 +8,27 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkSelection.html" title="AtkSelection">
10
10
  <link rel="next" href="atk-AtkState.html" title="AtkState">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="AtkSelection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
- <td><a accesskey="n" href="atk-AtkState.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#atk-AtkSocket.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#atk-AtkSocket.description" class="shortcut">Description</a>
27
- </td></tr>
28
- </table>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="AtkSelection.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="atk-AtkState.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="refentry">
30
27
  <a name="atk-AtkSocket"></a><div class="titlepage"></div>
31
28
  <div class="refnamediv"><table width="100%"><tr>
32
29
  <td valign="top">
33
30
  <h2><span class="refentrytitle"><a name="atk-AtkSocket.top_of_page"></a>AtkSocket</span></h2>
34
- <p>AtkSocket</p>
31
+ <p>AtkSocket — Container for AtkPlug objects from other processes</p>
35
32
  </td>
36
33
  <td valign="top" align="right"></td>
37
34
  </tr></table></div>
@@ -47,6 +44,30 @@
47
44
  <div class="refsect1">
48
45
  <a name="atk-AtkSocket.description"></a><h2>Description</h2>
49
46
  <p>
47
+ Together with <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a>, <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a> provides the ability to embed
48
+ accessibles from one process into another in a fashion that is
49
+ transparent to assistive technologies. <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a> works as the
50
+ container of <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a>, embedding it using the method
51
+ <a class="link" href="atk-AtkSocket.html#atk-socket-embed" title="atk_socket_embed ()"><code class="function">atk_socket_embed()</code></a>. Any accessible contained in the <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> will
52
+ appear to the assistive technologies as being inside the
53
+ application that created the <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>.
54
+ </p>
55
+ <p>
56
+ The communication between a <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a> and a <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> is done by
57
+ the IPC layer of the accessibility framework, normally implemented
58
+ by the D-Bus based implementation of AT-SPI (at-spi2). If that is
59
+ the case, at-spi-atk2 is the responsible to implement the abstract
60
+ methods <a class="link" href="atk-AtkPlug.html#atk-plug-get-id" title="atk_plug_get_id ()"><code class="function">atk_plug_get_id()</code></a> and <a class="link" href="atk-AtkSocket.html#atk-socket-embed" title="atk_socket_embed ()"><code class="function">atk_socket_embed()</code></a>, so an ATK
61
+ implementor shouldn't reimplement them. The process that contains
62
+ the <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> is responsible to send the ID returned by
63
+ <code class="function">atk_plug_id()</code> to the process that contains the <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>, so it
64
+ could call the method <a class="link" href="atk-AtkSocket.html#atk-socket-embed" title="atk_socket_embed ()"><code class="function">atk_socket_embed()</code></a> in order to embed it.
65
+ </p>
66
+ <p>
67
+ For the same reasons, an implementor doesn't need to implement
68
+ <a class="link" href="AtkObject.html#atk-object-get-n-accessible-children" title="atk_object_get_n_accessible_children ()"><code class="function">atk_object_get_n_accessible_children()</code></a> and
69
+ <a class="link" href="AtkObject.html#atk-object-ref-accessible-child" title="atk_object_ref_accessible_child ()"><code class="function">atk_object_ref_accessible_child()</code></a>. All the logic related to those
70
+ functions will be implemented by the IPC layer.
50
71
  </p>
51
72
  </div>
52
73
  <div class="refsect1">
@@ -73,13 +94,17 @@
73
94
  <pre class="programlisting"><span class="returnvalue">void</span> atk_socket_embed (<em class="parameter"><code><a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a> *obj</code></em>,
74
95
  <em class="parameter"><code><span class="type">gchar</span> *plug_id</code></em>);</pre>
75
96
  <p>
76
- Embeds the children of an <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> as the children of the <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>. The
77
- plug may be in the same process or in a different process.
78
- THe class item used by this function should be filled in by the IPC layer
79
- (ie, at-spi2-atk). The implementor of the AtkSocket should call this
80
- function and pass the id for the plug as returned by atk_plug_get_id.
81
- It is the responsibility of the application to pass the plug id on to
82
- the process implementing the AtkSocket as needed.
97
+ Embeds the children of an <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a> as the children of the
98
+ <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>. The plug may be in the same process or in a different
99
+ process.
100
+ </p>
101
+ <p>
102
+ The class item used by this function should be filled in by the IPC
103
+ layer (usually at-spi2-atk). The implementor of the AtkSocket
104
+ should call this function and pass the id for the plug as returned
105
+ by <a class="link" href="atk-AtkPlug.html#atk-plug-get-id" title="atk_plug_get_id ()"><code class="function">atk_plug_get_id()</code></a>. It is the responsibility of the application
106
+ to pass the plug id on to the process implementing the <a class="link" href="atk-AtkSocket.html#AtkSocket" title="struct AtkSocket"><span class="type">AtkSocket</span></a>
107
+ as needed.
83
108
  </p>
84
109
  <div class="variablelist"><table border="0">
85
110
  <col align="left" valign="top">
@@ -122,9 +147,13 @@ Determines whether or not the socket has an embedded plug.
122
147
  <p class="since">Since 1.30</p>
123
148
  </div>
124
149
  </div>
150
+ <div class="refsect1">
151
+ <a name="atk-AtkSocket.see-also"></a><h2>See Also</h2>
152
+ <a class="link" href="atk-AtkPlug.html#AtkPlug" title="struct AtkPlug"><span class="type">AtkPlug</span></a>
153
+ </div>
125
154
  </div>
126
155
  <div class="footer">
127
156
  <hr>
128
- Generated by GTK-Doc V1.18.1</div>
157
+ Generated by GTK-Doc V1.19.1</div>
129
158
  </body>
130
159
  </html>
@@ -8,24 +8,21 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="atk-AtkSocket.html" title="AtkSocket">
10
10
  <link rel="next" href="AtkStateSet.html" title="AtkStateSet">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="atk-AtkSocket.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
- <td><a accesskey="n" href="AtkStateSet.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#atk-AtkState.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#atk-AtkState.description" class="shortcut">Description</a>
27
- </td></tr>
28
- </table>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="atk-AtkSocket.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="AtkStateSet.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="refentry">
30
27
  <a name="atk-AtkState"></a><div class="titlepage"></div>
31
28
  <div class="refnamediv"><table width="100%"><tr>
@@ -47,8 +44,9 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="atk-A
47
44
  <div class="refsect1">
48
45
  <a name="atk-AtkState.description"></a><h2>Description</h2>
49
46
  <p>
50
- An AtkState describes a component's particular state. The actual state of
51
- an component is described by its AtkStateSet, which is a set of AtkStates.
47
+ An AtkState describes a component's particular state. The actual
48
+ state of an component is described by its AtkStateSet, which is a
49
+ set of AtkStates.
52
50
  </p>
53
51
  </div>
54
52
  <div class="refsect1">
@@ -354,7 +352,6 @@ static; this state is advisory.
354
352
  <pre class="programlisting">typedef guint64 AtkState;
355
353
  </pre>
356
354
  <p>
357
- The AtkState value should not be referenceed directly.
358
355
  </p>
359
356
  </div>
360
357
  <hr>
@@ -425,6 +422,6 @@ Gets the <a class="link" href="atk-AtkState.html#AtkStateType" title="enum AtkSt
425
422
  </div>
426
423
  <div class="footer">
427
424
  <hr>
428
- Generated by GTK-Doc V1.18.1</div>
425
+ Generated by GTK-Doc V1.19.1</div>
429
426
  </body>
430
427
  </html>
@@ -5,27 +5,24 @@
5
5
  <title>Versioning macros</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
- <link rel="up" href="atk.html" title="Utilities">
9
- <link rel="prev" href="atk.html" title="Utilities">
8
+ <link rel="up" href="utilities.html" title="Utilities">
9
+ <link rel="prev" href="utilities.html" title="Utilities">
10
10
  <link rel="next" href="api-index-full.html" title="Index of all symbols">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="atk.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
- <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#atk-Versioning-Utilities.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#atk-Versioning-Utilities.description" class="shortcut">Description</a>
27
- </td></tr>
28
- </table>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="utilities.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="api-index-full.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="refentry">
30
27
  <a name="atk-Versioning-Utilities"></a><div class="titlepage"></div>
31
28
  <div class="refnamediv"><table width="100%"><tr>
@@ -176,7 +173,7 @@ against at application run time.
176
173
  <hr>
177
174
  <div class="refsect2">
178
175
  <a name="ATK-MINOR-VERSION:CAPS"></a><h3>ATK_MINOR_VERSION</h3>
179
- <pre class="programlisting">#define ATK_MINOR_VERSION (8)
176
+ <pre class="programlisting">#define ATK_MINOR_VERSION (10)
180
177
  </pre>
181
178
  <p>
182
179
  Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-minor-version" title="atk_get_minor_version ()"><code class="function">atk_get_minor_version()</code></a>, but from the headers used at
@@ -230,6 +227,6 @@ or newer than the passed-in version.</td>
230
227
  </div>
231
228
  <div class="footer">
232
229
  <hr>
233
- Generated by GTK-Doc V1.18.1</div>
230
+ Generated by GTK-Doc V1.19.1</div>
234
231
  </body>
235
232
  </html>
@@ -9,7 +9,7 @@
9
9
  <sub name="AtkEditableText" link="AtkEditableText.html"/>
10
10
  <sub name="AtkGObjectAccessible" link="AtkGObjectAccessible.html"/>
11
11
  <sub name="AtkHyperlink" link="AtkHyperlink.html"/>
12
- <sub name="AtkHyperlinkImpl" link="atk-AtkHyperlinkImpl.html"/>
12
+ <sub name="AtkHyperlinImpl" link="atk-AtkHyperlinkImpl.html"/>
13
13
  <sub name="AtkHypertext" link="AtkHypertext.html"/>
14
14
  <sub name="AtkImage" link="AtkImage.html"/>
15
15
  <sub name="AtkNoOpObject" link="AtkNoOpObject.html"/>
@@ -31,7 +31,7 @@
31
31
  <sub name="AtkValue" link="AtkValue.html"/>
32
32
  <sub name="AtkWindow" link="AtkWindow.html"/>
33
33
  </sub>
34
- <sub name="Utilities" link="atk.html">
34
+ <sub name="Utilities" link="utilities.html">
35
35
  <sub name="Versioning macros" link="atk-Versioning-Utilities.html"/>
36
36
  </sub>
37
37
  <sub name="Index of all symbols" link="api-index-full.html"/>
@@ -52,6 +52,7 @@
52
52
  </chapters>
53
53
  <functions>
54
54
  <keyword type="struct" name="AtkAction" link="AtkAction.html#AtkAction-struct"/>
55
+ <keyword type="struct" name="struct AtkActionIface" link="AtkAction.html#AtkActionIface"/>
55
56
  <keyword type="function" name="atk_action_do_action ()" link="AtkAction.html#atk-action-do-action"/>
56
57
  <keyword type="function" name="atk_action_get_n_actions ()" link="AtkAction.html#atk-action-get-n-actions"/>
57
58
  <keyword type="function" name="atk_action_get_description ()" link="AtkAction.html#atk-action-get-description"/>
@@ -60,7 +61,10 @@
60
61
  <keyword type="function" name="atk_action_get_keybinding ()" link="AtkAction.html#atk-action-get-keybinding"/>
61
62
  <keyword type="function" name="atk_action_set_description ()" link="AtkAction.html#atk-action-set-description"/>
62
63
  <keyword type="struct" name="AtkComponent" link="AtkComponent.html#AtkComponent-struct"/>
63
- <keyword type="function" name="atk_component_add_focus_handler ()" link="AtkComponent.html#atk-component-add-focus-handler"/>
64
+ <keyword type="struct" name="struct AtkComponentIface" link="AtkComponent.html#AtkComponentIface"/>
65
+ <keyword type="function" name="AtkFocusHandler ()" link="AtkComponent.html#AtkFocusHandler" deprecated=""/>
66
+ <keyword type="struct" name="struct AtkRectangle" link="AtkComponent.html#AtkRectangle"/>
67
+ <keyword type="function" name="atk_component_add_focus_handler ()" link="AtkComponent.html#atk-component-add-focus-handler" deprecated=""/>
64
68
  <keyword type="function" name="atk_component_contains ()" link="AtkComponent.html#atk-component-contains"/>
65
69
  <keyword type="function" name="atk_component_get_extents ()" link="AtkComponent.html#atk-component-get-extents"/>
66
70
  <keyword type="function" name="atk_component_get_layer ()" link="AtkComponent.html#atk-component-get-layer"/>
@@ -69,13 +73,14 @@
69
73
  <keyword type="function" name="atk_component_get_size ()" link="AtkComponent.html#atk-component-get-size"/>
70
74
  <keyword type="function" name="atk_component_grab_focus ()" link="AtkComponent.html#atk-component-grab-focus"/>
71
75
  <keyword type="function" name="atk_component_ref_accessible_at_point ()" link="AtkComponent.html#atk-component-ref-accessible-at-point"/>
72
- <keyword type="function" name="atk_component_remove_focus_handler ()" link="AtkComponent.html#atk-component-remove-focus-handler"/>
76
+ <keyword type="function" name="atk_component_remove_focus_handler ()" link="AtkComponent.html#atk-component-remove-focus-handler" deprecated=""/>
73
77
  <keyword type="function" name="atk_component_set_extents ()" link="AtkComponent.html#atk-component-set-extents"/>
74
78
  <keyword type="function" name="atk_component_set_position ()" link="AtkComponent.html#atk-component-set-position"/>
75
79
  <keyword type="function" name="atk_component_set_size ()" link="AtkComponent.html#atk-component-set-size"/>
76
80
  <keyword type="function" name="atk_component_get_alpha ()" link="AtkComponent.html#atk-component-get-alpha" since="1.12"/>
77
81
  <keyword type="signal" name="The &quot;bounds-changed&quot; signal" link="AtkComponent.html#AtkComponent-bounds-changed"/>
78
82
  <keyword type="struct" name="AtkDocument" link="AtkDocument.html#AtkDocument-struct"/>
83
+ <keyword type="struct" name="struct AtkDocumentIface" link="AtkDocument.html#AtkDocumentIface"/>
79
84
  <keyword type="function" name="atk_document_get_document_type ()" link="AtkDocument.html#atk-document-get-document-type"/>
80
85
  <keyword type="function" name="atk_document_get_document ()" link="AtkDocument.html#atk-document-get-document"/>
81
86
  <keyword type="function" name="atk_document_get_attribute_value ()" link="AtkDocument.html#atk-document-get-attribute-value" since="1.12"/>
@@ -105,7 +110,7 @@
105
110
  <keyword type="function" name="atk_hyperlink_is_valid ()" link="AtkHyperlink.html#atk-hyperlink-is-valid"/>
106
111
  <keyword type="function" name="atk_hyperlink_is_inline ()" link="AtkHyperlink.html#atk-hyperlink-is-inline"/>
107
112
  <keyword type="function" name="atk_hyperlink_get_n_anchors ()" link="AtkHyperlink.html#atk-hyperlink-get-n-anchors"/>
108
- <keyword type="function" name="atk_hyperlink_is_selected_link ()" link="AtkHyperlink.html#atk-hyperlink-is-selected-link" deprecated="Please use ATK_STATE_SELECTED to indicate when a hyperlink within a Hypertext container is selected." since="1.4"/>
113
+ <keyword type="function" name="atk_hyperlink_is_selected_link ()" link="AtkHyperlink.html#atk-hyperlink-is-selected-link" deprecated="" since="1.4"/>
109
114
  <keyword type="property" name="The &quot;end-index&quot; property" link="AtkHyperlink.html#AtkHyperlink--end-index"/>
110
115
  <keyword type="property" name="The &quot;number-of-anchors&quot; property" link="AtkHyperlink.html#AtkHyperlink--number-of-anchors"/>
111
116
  <keyword type="property" name="The &quot;selected-link&quot; property" link="AtkHyperlink.html#AtkHyperlink--selected-link"/>
@@ -159,6 +164,7 @@
159
164
  <keyword type="function" name="atk_object_add_relationship ()" link="AtkObject.html#atk-object-add-relationship"/>
160
165
  <keyword type="function" name="atk_object_remove_relationship ()" link="AtkObject.html#atk-object-remove-relationship"/>
161
166
  <keyword type="function" name="atk_object_get_attributes ()" link="AtkObject.html#atk-object-get-attributes" since="1.12"/>
167
+ <keyword type="function" name="atk_object_get_object_locale ()" link="AtkObject.html#atk-object-get-object-locale" since="2.7.90"/>
162
168
  <keyword type="function" name="atk_role_get_name ()" link="AtkObject.html#atk-role-get-name"/>
163
169
  <keyword type="function" name="atk_role_get_localized_name ()" link="AtkObject.html#atk-role-get-localized-name"/>
164
170
  <keyword type="function" name="atk_role_for_name ()" link="AtkObject.html#atk-role-for-name"/>
@@ -189,7 +195,7 @@
189
195
  <keyword type="function" name="atk_object_factory_invalidate ()" link="AtkObjectFactory.html#atk-object-factory-invalidate"/>
190
196
  <keyword type="struct" name="struct AtkPlug" link="atk-AtkPlug.html#AtkPlug"/>
191
197
  <keyword type="function" name="atk_plug_new ()" link="atk-AtkPlug.html#atk-plug-new"/>
192
- <keyword type="function" name="atk_plug_get_id ()" link="atk-AtkPlug.html#atk-plug-get-id"/>
198
+ <keyword type="function" name="atk_plug_get_id ()" link="atk-AtkPlug.html#atk-plug-get-id" since="1.30"/>
193
199
  <keyword type="struct" name="AtkRegistry" link="AtkRegistry.html#AtkRegistry-struct"/>
194
200
  <keyword type="function" name="atk_registry_set_factory_type ()" link="AtkRegistry.html#atk-registry-set-factory-type"/>
195
201
  <keyword type="function" name="atk_registry_get_factory_type ()" link="AtkRegistry.html#atk-registry-get-factory-type"/>
@@ -289,7 +295,9 @@
289
295
  <keyword type="signal" name="The &quot;row-inserted&quot; signal" link="AtkTable.html#AtkTable-row-inserted"/>
290
296
  <keyword type="signal" name="The &quot;row-reordered&quot; signal" link="AtkTable.html#AtkTable-row-reordered"/>
291
297
  <keyword type="struct" name="AtkText" link="AtkText.html#AtkText-struct"/>
298
+ <keyword type="struct" name="struct AtkTextIface" link="AtkText.html#AtkTextIface"/>
292
299
  <keyword type="enum" name="enum AtkTextBoundary" link="AtkText.html#AtkTextBoundary"/>
300
+ <keyword type="enum" name="enum AtkTextGranularity" link="AtkText.html#AtkTextGranularity"/>
293
301
  <keyword type="enum" name="enum AtkTextClipType" link="AtkText.html#AtkTextClipType"/>
294
302
  <keyword type="struct" name="struct AtkTextRange" link="AtkText.html#AtkTextRange"/>
295
303
  <keyword type="struct" name="struct AtkTextRectangle" link="AtkText.html#AtkTextRectangle"/>
@@ -298,9 +306,10 @@
298
306
  <keyword type="enum" name="enum AtkTextAttribute" link="AtkText.html#AtkTextAttribute"/>
299
307
  <keyword type="function" name="atk_text_get_text ()" link="AtkText.html#atk-text-get-text"/>
300
308
  <keyword type="function" name="atk_text_get_character_at_offset ()" link="AtkText.html#atk-text-get-character-at-offset"/>
301
- <keyword type="function" name="atk_text_get_text_after_offset ()" link="AtkText.html#atk-text-get-text-after-offset"/>
302
- <keyword type="function" name="atk_text_get_text_at_offset ()" link="AtkText.html#atk-text-get-text-at-offset"/>
303
- <keyword type="function" name="atk_text_get_text_before_offset ()" link="AtkText.html#atk-text-get-text-before-offset"/>
309
+ <keyword type="function" name="atk_text_get_text_after_offset ()" link="AtkText.html#atk-text-get-text-after-offset" deprecated=""/>
310
+ <keyword type="function" name="atk_text_get_text_at_offset ()" link="AtkText.html#atk-text-get-text-at-offset" deprecated=""/>
311
+ <keyword type="function" name="atk_text_get_text_before_offset ()" link="AtkText.html#atk-text-get-text-before-offset" deprecated=""/>
312
+ <keyword type="function" name="atk_text_get_string_at_offset ()" link="AtkText.html#atk-text-get-string-at-offset" since="2.9.4"/>
304
313
  <keyword type="function" name="atk_text_get_caret_offset ()" link="AtkText.html#atk-text-get-caret-offset"/>
305
314
  <keyword type="function" name="atk_text_get_character_extents ()" link="AtkText.html#atk-text-get-character-extents"/>
306
315
  <keyword type="function" name="atk_text_get_run_attributes ()" link="AtkText.html#atk-text-get-run-attributes"/>
@@ -327,13 +336,12 @@
327
336
  <keyword type="signal" name="The &quot;text-insert&quot; signal" link="AtkText.html#AtkText-text-insert"/>
328
337
  <keyword type="signal" name="The &quot;text-remove&quot; signal" link="AtkText.html#AtkText-text-remove"/>
329
338
  <keyword type="signal" name="The &quot;text-selection-changed&quot; signal" link="AtkText.html#AtkText-text-selection-changed"/>
330
- <keyword type="signal" name="The &quot;text-update&quot; signal" link="AtkText.html#AtkText-text-update"/>
331
339
  <keyword type="struct" name="struct AtkUtil" link="AtkUtil.html#AtkUtil-struct"/>
332
340
  <keyword type="enum" name="enum AtkCoordType" link="AtkUtil.html#AtkCoordType"/>
333
- <keyword type="function" name="atk_add_focus_tracker ()" link="AtkUtil.html#atk-add-focus-tracker"/>
334
- <keyword type="function" name="atk_remove_focus_tracker ()" link="AtkUtil.html#atk-remove-focus-tracker"/>
335
- <keyword type="function" name="atk_focus_tracker_init ()" link="AtkUtil.html#atk-focus-tracker-init"/>
336
- <keyword type="function" name="atk_focus_tracker_notify ()" link="AtkUtil.html#atk-focus-tracker-notify"/>
341
+ <keyword type="function" name="atk_add_focus_tracker ()" link="AtkUtil.html#atk-add-focus-tracker" deprecated=""/>
342
+ <keyword type="function" name="atk_remove_focus_tracker ()" link="AtkUtil.html#atk-remove-focus-tracker" deprecated=""/>
343
+ <keyword type="function" name="atk_focus_tracker_init ()" link="AtkUtil.html#atk-focus-tracker-init" deprecated=""/>
344
+ <keyword type="function" name="atk_focus_tracker_notify ()" link="AtkUtil.html#atk-focus-tracker-notify" deprecated=""/>
337
345
  <keyword type="function" name="AtkEventListener ()" link="AtkUtil.html#AtkEventListener"/>
338
346
  <keyword type="function" name="AtkEventListenerInit ()" link="AtkUtil.html#AtkEventListenerInit"/>
339
347
  <keyword type="function" name="atk_add_global_event_listener ()" link="AtkUtil.html#atk-add-global-event-listener"/>
@@ -555,6 +563,11 @@
555
563
  <keyword type="constant" name="ATK_TEXT_BOUNDARY_SENTENCE_END" link="AtkText.html#ATK-TEXT-BOUNDARY-SENTENCE-END:CAPS"/>
556
564
  <keyword type="constant" name="ATK_TEXT_BOUNDARY_LINE_START" link="AtkText.html#ATK-TEXT-BOUNDARY-LINE-START:CAPS"/>
557
565
  <keyword type="constant" name="ATK_TEXT_BOUNDARY_LINE_END" link="AtkText.html#ATK-TEXT-BOUNDARY-LINE-END:CAPS"/>
566
+ <keyword type="constant" name="ATK_TEXT_GRANULARITY_CHAR" link="AtkText.html#ATK-TEXT-GRANULARITY-CHAR:CAPS"/>
567
+ <keyword type="constant" name="ATK_TEXT_GRANULARITY_WORD" link="AtkText.html#ATK-TEXT-GRANULARITY-WORD:CAPS"/>
568
+ <keyword type="constant" name="ATK_TEXT_GRANULARITY_SENTENCE" link="AtkText.html#ATK-TEXT-GRANULARITY-SENTENCE:CAPS"/>
569
+ <keyword type="constant" name="ATK_TEXT_GRANULARITY_LINE" link="AtkText.html#ATK-TEXT-GRANULARITY-LINE:CAPS"/>
570
+ <keyword type="constant" name="ATK_TEXT_GRANULARITY_PARAGRAPH" link="AtkText.html#ATK-TEXT-GRANULARITY-PARAGRAPH:CAPS"/>
558
571
  <keyword type="constant" name="ATK_TEXT_CLIP_NONE" link="AtkText.html#ATK-TEXT-CLIP-NONE:CAPS"/>
559
572
  <keyword type="constant" name="ATK_TEXT_CLIP_MIN" link="AtkText.html#ATK-TEXT-CLIP-MIN:CAPS"/>
560
573
  <keyword type="constant" name="ATK_TEXT_CLIP_MAX" link="AtkText.html#ATK-TEXT-CLIP-MAX:CAPS"/>
@@ -2,32 +2,131 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Utilities</title>
5
+ <title>ATK Library</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
- <link rel="prev" href="AtkWindow.html" title="AtkWindow">
10
- <link rel="next" href="atk-Versioning-Utilities.html" title="Versioning macros">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
9
+ <link rel="prev" href="index.html" title="ATK - Accessibility Toolkit">
10
+ <link rel="next" href="AtkAction.html" title="AtkAction">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="AtkWindow.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="atk-Versioning-Utilities.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="AtkAction.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="chapter">
23
23
  <div class="titlepage"><div><div><h2 class="title">
24
- <a name="atk"></a>Utilities</h2></div></div></div>
25
- <div class="toc"><dl><dt>
26
- <span class="refentrytitle"><a href="atk-Versioning-Utilities.html">Versioning macros</a></span><span class="refpurpose"> — Variables and functions to check the ATK version</span>
27
- </dt></dl></div>
24
+ <a name="atk"></a>ATK Library</h2></div></div></div>
25
+ <div class="toc"><dl>
26
+ <dt>
27
+ <span class="refentrytitle"><a href="AtkAction.html">AtkAction</a></span><span class="refpurpose"> — The ATK interface provided by UI components
28
+ which the user can activate/interact with.</span>
29
+ </dt>
30
+ <dt>
31
+ <span class="refentrytitle"><a href="AtkComponent.html">AtkComponent</a></span><span class="refpurpose"> — The ATK interface provided by UI components
32
+ which occupy a physical area on the screen.
33
+ which the user can activate/interact with.</span>
34
+ </dt>
35
+ <dt>
36
+ <span class="refentrytitle"><a href="AtkDocument.html">AtkDocument</a></span><span class="refpurpose"> — The ATK interface which represents the toplevel
37
+ container for document content.</span>
38
+ </dt>
39
+ <dt>
40
+ <span class="refentrytitle"><a href="AtkEditableText.html">AtkEditableText</a></span><span class="refpurpose"> — The ATK interface implemented by components
41
+ containing user-editable text content.</span>
42
+ </dt>
43
+ <dt>
44
+ <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> — This object class is derived from AtkObject and
45
+ can be used as a basis implementing accessible objects.</span>
46
+ </dt>
47
+ <dt>
48
+ <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> — An ATK object which encapsulates a link or set
49
+ of links in a hypertext document.</span>
50
+ </dt>
51
+ <dt>
52
+ <span class="refentrytitle"><a href="atk-AtkHyperlinkImpl.html">AtkHyperlinImpl</a></span><span class="refpurpose"> — An interface from which the AtkHyperlink
53
+ associated with an AtkObject may be obtained.</span>
54
+ </dt>
55
+ <dt>
56
+ <span class="refentrytitle"><a href="AtkHypertext.html">AtkHypertext</a></span><span class="refpurpose"> — The ATK interface which provides standard
57
+ mechanism for manipulating hyperlinks.</span>
58
+ </dt>
59
+ <dt>
60
+ <span class="refentrytitle"><a href="AtkImage.html">AtkImage</a></span><span class="refpurpose"> — The ATK Interface implemented by components
61
+ which expose image or pixmap content on-screen.</span>
62
+ </dt>
63
+ <dt>
64
+ <span class="refentrytitle"><a href="AtkNoOpObject.html">AtkNoOpObject</a></span><span class="refpurpose"> — An AtkObject which purports to implement all ATK interfaces.</span>
65
+ </dt>
66
+ <dt>
67
+ <span class="refentrytitle"><a href="AtkNoOpObjectFactory.html">AtkNoOpObjectFactory</a></span><span class="refpurpose"> — The AtkObjectFactory which creates an AtkNoOpObject.</span>
68
+ </dt>
69
+ <dt>
70
+ <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> — The base object class for the Accessibility Toolkit API.</span>
71
+ </dt>
72
+ <dt>
73
+ <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> — The base object class for a factory used to
74
+ create accessible objects for objects of a specific GType.</span>
75
+ </dt>
76
+ <dt>
77
+ <span class="refentrytitle"><a href="atk-AtkPlug.html">AtkPlug</a></span><span class="refpurpose"> — Toplevel for embedding into other processes</span>
78
+ </dt>
79
+ <dt>
80
+ <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"></span>
81
+ </dt>
82
+ <dt>
83
+ <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> — An object used to describe a relation between a
84
+ object and one or more other objects.</span>
85
+ </dt>
86
+ <dt>
87
+ <span class="refentrytitle"><a href="AtkRelationSet.html">AtkRelationSet</a></span><span class="refpurpose"> — A set of AtkRelations, normally the set of
88
+ AtkRelations which an AtkObject has.</span>
89
+ </dt>
90
+ <dt>
91
+ <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose"> — The ATK interface implemented by container
92
+ objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children can be selected.</span>
93
+ </dt>
94
+ <dt>
95
+ <span class="refentrytitle"><a href="atk-AtkSocket.html">AtkSocket</a></span><span class="refpurpose"> — Container for AtkPlug objects from other processes</span>
96
+ </dt>
97
+ <dt>
98
+ <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> — An AtkState describes a component's particular state.</span>
99
+ </dt>
100
+ <dt>
101
+ <span class="refentrytitle"><a href="AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> — An AtkStateSet determines a component's state set.</span>
102
+ </dt>
103
+ <dt>
104
+ <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> — The ATK interface which provides access to
105
+ streamable content.</span>
106
+ </dt>
107
+ <dt>
108
+ <span class="refentrytitle"><a href="AtkTable.html">AtkTable</a></span><span class="refpurpose"> — The ATK interface implemented for UI components
109
+ which contain tabular or row/column information.</span>
110
+ </dt>
111
+ <dt>
112
+ <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> — The ATK interface implemented by components
113
+ with text content.</span>
114
+ </dt>
115
+ <dt>
116
+ <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>
117
+ </dt>
118
+ <dt>
119
+ <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> — The ATK interface implemented by valuators and
120
+ components which display or select a value from a bounded range of
121
+ values.</span>
122
+ </dt>
123
+ <dt>
124
+ <span class="refentrytitle"><a href="AtkWindow.html">AtkWindow</a></span><span class="refpurpose"> — The ATK Interface provided by UI components that represent a top-level window.</span>
125
+ </dt>
126
+ </dl></div>
28
127
  </div>
29
128
  <div class="footer">
30
129
  <hr>
31
- Generated by GTK-Doc V1.18.1</div>
130
+ Generated by GTK-Doc V1.19.1</div>
32
131
  </body>
33
132
  </html>