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,33 +8,30 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkObject.html" title="AtkObject">
10
10
  <link rel="next" href="atk-AtkPlug.html" title="AtkPlug">
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="AtkObject.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-AtkPlug.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="#AtkObjectFactory.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="#AtkObjectFactory.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkObjectFactory.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
- </td></tr>
30
- </table>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="AtkObject.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="atk-AtkPlug.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="refentry">
32
29
  <a name="AtkObjectFactory"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
34
31
  <td valign="top">
35
32
  <h2><span class="refentrytitle"><a name="AtkObjectFactory.top_of_page"></a>AtkObjectFactory</span></h2>
36
- <p>AtkObjectFactory — The base object class for a factory used to create accessible objects for
37
- objects of a specific GType.</p>
33
+ <p>AtkObjectFactory — The base object class for a factory used to
34
+ create accessible objects for objects of a specific GType.</p>
38
35
  </td>
39
36
  <td valign="top" align="right"></td>
40
37
  </tr></table></div>
@@ -62,8 +59,8 @@ objects of a specific GType.</p>
62
59
  <p>
63
60
  This class is the base object class for a factory used to create an
64
61
  accessible object for a specific GType. The function
65
- <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()"><code class="function">atk_registry_set_factory_type()</code></a> is normally called to store
66
- in the registry the factory type to be used to create an accessible of a
62
+ <a class="link" href="AtkRegistry.html#atk-registry-set-factory-type" title="atk_registry_set_factory_type ()"><code class="function">atk_registry_set_factory_type()</code></a> is normally called to store in the
63
+ registry the factory type to be used to create an accessible of a
67
64
  particular GType.
68
65
  </p>
69
66
  </div>
@@ -73,7 +70,6 @@ particular GType.
73
70
  <a name="AtkObjectFactory-struct"></a><h3>struct AtkObjectFactory</h3>
74
71
  <pre class="programlisting">struct AtkObjectFactory;</pre>
75
72
  <p>
76
- The AtkObjectFactory structure should not be accessed directly.
77
73
  </p>
78
74
  </div>
79
75
  <hr>
@@ -152,15 +148,9 @@ in object registries.
152
148
  </table></div>
153
149
  </div>
154
150
  </div>
155
- <div class="refsect1">
156
- <a name="AtkObjectFactory.see-also"></a><h2>See Also</h2>
157
- <p>
158
- AtkRegistry
159
- </p>
160
- </div>
161
151
  </div>
162
152
  <div class="footer">
163
153
  <hr>
164
- Generated by GTK-Doc V1.18.1</div>
154
+ Generated by GTK-Doc V1.19.1</div>
165
155
  </body>
166
156
  </html>
@@ -8,33 +8,29 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="atk-AtkPlug.html" title="AtkPlug">
10
10
  <link rel="next" href="AtkRelation.html" title="AtkRelation">
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-AtkPlug.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="AtkRelation.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="#AtkRegistry.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="#AtkRegistry.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkRegistry.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
- </td></tr>
30
- </table>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="atk-AtkPlug.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkRelation.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="refentry">
32
29
  <a name="AtkRegistry"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
34
31
  <td valign="top">
35
32
  <h2><span class="refentrytitle"><a name="AtkRegistry.top_of_page"></a>AtkRegistry</span></h2>
36
- <p>AtkRegistry — An object used to store the GType of the factories used to create an accessible
37
- object for an object of a particular GType.</p>
33
+ <p>AtkRegistry</p>
38
34
  </td>
39
35
  <td valign="top" align="right"></td>
40
36
  </tr></table></div>
@@ -61,11 +57,6 @@ object for an object of a particular GType.</p>
61
57
  <div class="refsect1">
62
58
  <a name="AtkRegistry.description"></a><h2>Description</h2>
63
59
  <p>
64
- The AtkRegistry is normally used to create appropriate ATK "peers" for user
65
- interface components. Application developers usually need only interact with
66
- the AtkRegistry by associating appropriate ATK implementation classes with
67
- GObject classes via the atk_registry_set_factory_type call, passing the
68
- appropriate GType for application custom widget classes.
69
60
  </p>
70
61
  </div>
71
62
  <div class="refsect1">
@@ -74,7 +65,6 @@ appropriate GType for application custom widget classes.
74
65
  <a name="AtkRegistry-struct"></a><h3>AtkRegistry</h3>
75
66
  <pre class="programlisting">typedef struct _AtkRegistry AtkRegistry;</pre>
76
67
  <p>
77
- The AtkRegistry structure should not be accessed directly.
78
68
  </p>
79
69
  </div>
80
70
  <hr>
@@ -196,6 +186,6 @@ for whom accessibility information will be provided.
196
186
  </div>
197
187
  <div class="footer">
198
188
  <hr>
199
- Generated by GTK-Doc V1.18.1</div>
189
+ Generated by GTK-Doc V1.19.1</div>
200
190
  </body>
201
191
  </html>
@@ -8,35 +8,32 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkRegistry.html" title="AtkRegistry">
10
10
  <link rel="next" href="AtkRelationSet.html" title="AtkRelationSet">
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="AtkRegistry.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="AtkRelationSet.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="#AtkRelation.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="#AtkRelation.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkRelation.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
22
   | 
30
23
  <a href="#AtkRelation.properties" class="shortcut">Properties</a>
31
- </td></tr>
32
- </table>
24
+ </td>
25
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
+ <td><a accesskey="p" href="AtkRegistry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
+ <td><a accesskey="n" href="AtkRelationSet.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
+ </tr></table>
33
30
  <div class="refentry">
34
31
  <a name="AtkRelation"></a><div class="titlepage"></div>
35
32
  <div class="refnamediv"><table width="100%"><tr>
36
33
  <td valign="top">
37
34
  <h2><span class="refentrytitle"><a name="AtkRelation.top_of_page"></a>AtkRelation</span></h2>
38
- <p>AtkRelation — An object used to describe a relation between a object and one or more
39
- other objects.</p>
35
+ <p>AtkRelation — An object used to describe a relation between a
36
+ object and one or more other objects.</p>
40
37
  </td>
41
38
  <td valign="top" align="right"></td>
42
39
  </tr></table></div>
@@ -75,9 +72,10 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkRe
75
72
  <div class="refsect1">
76
73
  <a name="AtkRelation.description"></a><h2>Description</h2>
77
74
  <p>
78
- An AtkRelation describes a relation between an object and one or more
79
- other objects. The actual relations that an object has with other objects
80
- are defined as an AtkRelationSet, which is a set of AtkRelations.
75
+ An AtkRelation describes a relation between an object and one or
76
+ more other objects. The actual relations that an object has with
77
+ other objects are defined as an AtkRelationSet, which is a set of
78
+ AtkRelations.
81
79
  </p>
82
80
  </div>
83
81
  <div class="refsect1">
@@ -86,7 +84,6 @@ are defined as an AtkRelationSet, which is a set of AtkRelations.
86
84
  <a name="AtkRelation-struct"></a><h3>struct AtkRelation</h3>
87
85
  <pre class="programlisting">struct AtkRelation;</pre>
88
86
  <p>
89
- The AtkRelation structure should not be accessed directly.
90
87
  </p>
91
88
  </div>
92
89
  <hr>
@@ -439,6 +436,6 @@ Remove the specified AtkObject from the target for the relation.
439
436
  </div>
440
437
  <div class="footer">
441
438
  <hr>
442
- Generated by GTK-Doc V1.18.1</div>
439
+ Generated by GTK-Doc V1.19.1</div>
443
440
  </body>
444
441
  </html>
@@ -8,32 +8,30 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkRelation.html" title="AtkRelation">
10
10
  <link rel="next" href="AtkSelection.html" title="AtkSelection">
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="AtkRelation.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="AtkSelection.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="#AtkRelationSet.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="#AtkRelationSet.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkRelationSet.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
- </td></tr>
30
- </table>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="AtkRelation.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkSelection.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="refentry">
32
29
  <a name="AtkRelationSet"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
34
31
  <td valign="top">
35
32
  <h2><span class="refentrytitle"><a name="AtkRelationSet.top_of_page"></a>AtkRelationSet</span></h2>
36
- <p>AtkRelationSet — A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.</p>
33
+ <p>AtkRelationSet — A set of AtkRelations, normally the set of
34
+ AtkRelations which an AtkObject has.</p>
37
35
  </td>
38
36
  <td valign="top" align="right"></td>
39
37
  </tr></table></div>
@@ -69,12 +67,14 @@
69
67
  <div class="refsect1">
70
68
  <a name="AtkRelationSet.description"></a><h2>Description</h2>
71
69
  <p>
72
- The AtkRelationSet held by an object establishes its relationships with
73
- objects beyond the normal "parent/child" hierarchical relationships that all
74
- user interface objects have. AtkRelationSets establish whether objects are
75
- labelled or controlled by other components, share group membership with other
76
- components (for instance within a radio-button group), or share content which
77
- "flows" between them, among other types of possible relationships.
70
+ The AtkRelationSet held by an object establishes its relationships
71
+ with objects beyond the normal "parent/child" hierarchical
72
+ relationships that all user interface objects have.
73
+ AtkRelationSets establish whether objects are labelled or
74
+ controlled by other components, share group membership with other
75
+ components (for instance within a radio-button group), or share
76
+ content which "flows" between them, among other types of possible
77
+ relationships.
78
78
  </p>
79
79
  </div>
80
80
  <div class="refsect1">
@@ -83,7 +83,6 @@ components (for instance within a radio-button group), or share content which
83
83
  <a name="AtkRelationSet-struct"></a><h3>AtkRelationSet</h3>
84
84
  <pre class="programlisting">typedef struct _AtkRelationSet AtkRelationSet;</pre>
85
85
  <p>
86
- The AtkRelationSet structure should not be accessed directly.
87
86
  </p>
88
87
  </div>
89
88
  <hr>
@@ -308,6 +307,6 @@ is added to the relation.
308
307
  </div>
309
308
  <div class="footer">
310
309
  <hr>
311
- Generated by GTK-Doc V1.18.1</div>
310
+ Generated by GTK-Doc V1.19.1</div>
312
311
  </body>
313
312
  </html>
@@ -8,20 +8,13 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkRelationSet.html" title="AtkRelationSet">
10
10
  <link rel="next" href="atk-AtkSocket.html" title="AtkSocket">
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="AtkRelationSet.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-AtkSocket.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="#AtkSelection.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="#AtkSelection.description" class="shortcut">Description</a>
27
20
   | 
@@ -30,15 +23,19 @@
30
23
  <a href="#AtkSelection.implementations" class="shortcut">Known Implementations</a>
31
24
   | 
32
25
  <a href="#AtkSelection.signals" class="shortcut">Signals</a>
33
- </td></tr>
34
- </table>
26
+ </td>
27
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
29
+ <td><a accesskey="p" href="AtkRelationSet.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
+ <td><a accesskey="n" href="atk-AtkSocket.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
31
+ </tr></table>
35
32
  <div class="refentry">
36
33
  <a name="AtkSelection"></a><div class="titlepage"></div>
37
34
  <div class="refnamediv"><table width="100%"><tr>
38
35
  <td valign="top">
39
36
  <h2><span class="refentrytitle"><a name="AtkSelection.top_of_page"></a>AtkSelection</span></h2>
40
- <p>AtkSelection — The ATK interface implemented by container objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children
41
- can be selected.</p>
37
+ <p>AtkSelection — The ATK interface implemented by container
38
+ objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children can be selected.</p>
42
39
  </td>
43
40
  <td valign="top" align="right"></td>
44
41
  </tr></table></div>
@@ -80,16 +77,17 @@ AtkSelection is implemented by
80
77
  <div class="refsect1">
81
78
  <a name="AtkSelection.description"></a><h2>Description</h2>
82
79
  <p>
83
- <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> should be implemented by UI components with children which
84
- are exposed by <span class="type">atk_object_ref_child</span> and <span class="type">atk_object_get_n_children</span>, if
85
- the use of the parent UI component ordinarily involves selection of one
86
- or more of the objects corresponding to those <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children - for
87
- example, selectable lists.
80
+ <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> should be implemented by UI components with children
81
+ which are exposed by <span class="type">atk_object_ref_child</span> and
82
+ <span class="type">atk_object_get_n_children</span>, if the use of the parent UI component
83
+ ordinarily involves selection of one or more of the objects
84
+ corresponding to those <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children - for example,
85
+ selectable lists.
88
86
  </p>
89
87
  <p>
90
- Note that other types of "selection" (for instance text selection) are
91
- accomplished a other ATK interfaces - <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> is limited to the
92
- selection/deselection of children.
88
+ Note that other types of "selection" (for instance text selection)
89
+ are accomplished a other ATK interfaces - <a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> is limited
90
+ to the selection/deselection of children.
93
91
  </p>
94
92
  </div>
95
93
  <div class="refsect1">
@@ -98,7 +96,6 @@ selection/deselection of children.
98
96
  <a name="AtkSelection-struct"></a><h3>AtkSelection</h3>
99
97
  <pre class="programlisting">typedef struct _AtkSelection AtkSelection;</pre>
100
98
  <p>
101
- The AtkAction structure does not contain any fields.
102
99
  </p>
103
100
  </div>
104
101
  <hr>
@@ -298,8 +295,8 @@ supports multiple selections.
298
295
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkSelection.html" title="AtkSelection"><span class="type">AtkSelection</span></a> *atkselection,
299
296
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
300
297
  <p>
301
- The "selection-changed" signal is emitted by an object which implements
302
- AtkSelection interface when the selection changes.
298
+ The "selection-changed" signal is emitted by an object which
299
+ implements AtkSelection interface when the selection changes.
303
300
  </p>
304
301
  <div class="variablelist"><table border="0">
305
302
  <col align="left" valign="top">
@@ -316,15 +313,9 @@ AtkSelection interface when the selection changes.
316
313
  </table></div>
317
314
  </div>
318
315
  </div>
319
- <div class="refsect1">
320
- <a name="AtkSelection.see-also"></a><h2>See Also</h2>
321
- <p>
322
- <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
323
- </p>
324
- </div>
325
316
  </div>
326
317
  <div class="footer">
327
318
  <hr>
328
- Generated by GTK-Doc V1.18.1</div>
319
+ Generated by GTK-Doc V1.19.1</div>
329
320
  </body>
330
321
  </html>
@@ -8,26 +8,23 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="atk-AtkState.html" title="AtkState">
10
10
  <link rel="next" href="AtkStreamableContent.html" title="AtkStreamableContent">
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-AtkState.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="AtkStreamableContent.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="#AtkStateSet.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="#AtkStateSet.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkStateSet.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
- </td></tr>
30
- </table>
22
+ </td>
23
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="p" href="atk-AtkState.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkStreamableContent.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ </tr></table>
31
28
  <div class="refentry">
32
29
  <a name="AtkStateSet"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
@@ -73,8 +70,8 @@
73
70
  <div class="refsect1">
74
71
  <a name="AtkStateSet.description"></a><h2>Description</h2>
75
72
  <p>
76
- An AtkStateSet determines a component's state set. It is composed of a set
77
- of AtkStates.
73
+ An AtkStateSet determines a component's state set. It is composed
74
+ of a set of AtkStates.
78
75
  </p>
79
76
  </div>
80
77
  <div class="refsect1">
@@ -390,6 +387,6 @@ which are in exactly one of the two sets. <span class="annotation">[<a href="htt
390
387
  </div>
391
388
  <div class="footer">
392
389
  <hr>
393
- Generated by GTK-Doc V1.18.1</div>
390
+ Generated by GTK-Doc V1.19.1</div>
394
391
  </body>
395
392
  </html>