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
@@ -6,22 +6,15 @@
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="atk.html" title="ATK Library">
9
- <link rel="prev" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinkImpl">
9
+ <link rel="prev" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinImpl">
10
10
  <link rel="next" href="AtkImage.html" title="AtkImage">
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-AtkHyperlinkImpl.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="AtkImage.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="#AtkHypertext.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="#AtkHypertext.description" class="shortcut">Description</a>
27
20
   | 
@@ -30,14 +23,19 @@
30
23
  <a href="#AtkHypertext.implementations" class="shortcut">Known Implementations</a>
31
24
   | 
32
25
  <a href="#AtkHypertext.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="atk-AtkHyperlinkImpl.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
+ <td><a accesskey="n" href="AtkImage.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="AtkHypertext"></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="AtkHypertext.top_of_page"></a>AtkHypertext</span></h2>
40
- <p>AtkHypertext — The ATK interface which provides standard mechanism for manipulating hyperlinks.</p>
37
+ <p>AtkHypertext — The ATK interface which provides standard
38
+ mechanism for manipulating hyperlinks.</p>
41
39
  </td>
42
40
  <td valign="top" align="right"></td>
43
41
  </tr></table></div>
@@ -73,11 +71,14 @@ AtkHypertext is implemented by
73
71
  <div class="refsect1">
74
72
  <a name="AtkHypertext.description"></a><h2>Description</h2>
75
73
  <p>
76
- An interface used for objects which implement linking between multiple
77
- resource or content locations, or multiple 'markers' within a single
78
- document. A Hypertext instance is associated with one or more Hyperlinks,
79
- which are associated with particular offsets within the Hypertext's included
80
- content. While this interface is derived from Text, there is no requirement that Hypertext instances have textual content; they may implement Image as well, and Hyperlinks need not have non-zero text offsets.
74
+ An interface used for objects which implement linking between
75
+ multiple resource or content locations, or multiple 'markers'
76
+ within a single document. A Hypertext instance is associated with
77
+ one or more Hyperlinks, which are associated with particular
78
+ offsets within the Hypertext's included content. While this
79
+ interface is derived from Text, there is no requirement that
80
+ Hypertext instances have textual content; they may implement Image
81
+ as well, and Hyperlinks need not have non-zero text offsets.
81
82
  </p>
82
83
  </div>
83
84
  <div class="refsect1">
@@ -86,7 +87,6 @@ content. While this interface is derived from Text, there is no requirement tha
86
87
  <a name="AtkHypertext-struct"></a><h3>AtkHypertext</h3>
87
88
  <pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
88
89
  <p>
89
- The AtkHypertext structure does not contain any fields.
90
90
  </p>
91
91
  </div>
92
92
  <hr>
@@ -179,8 +179,9 @@ or -1 if there is no hyperlink associated with this character.</td>
179
179
  <span class="type">gint</span> arg1,
180
180
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
181
181
  <p>
182
- The "link-selected" signal is emitted by an AtkHyperText object when one of
183
- the hyperlinks associated with the object is selected.
182
+ The "link-selected" signal is emitted by an AtkHyperText
183
+ object when one of the hyperlinks associated with the object
184
+ is selected.
184
185
  </p>
185
186
  <div class="variablelist"><table border="0">
186
187
  <col align="left" valign="top">
@@ -201,15 +202,9 @@ the hyperlinks associated with the object is selected.
201
202
  </table></div>
202
203
  </div>
203
204
  </div>
204
- <div class="refsect1">
205
- <a name="AtkHypertext.see-also"></a><h2>See Also</h2>
206
- <p>
207
- AtkHyperlink
208
- </p>
209
- </div>
210
205
  </div>
211
206
  <div class="footer">
212
207
  <hr>
213
- Generated by GTK-Doc V1.18.1</div>
208
+ Generated by GTK-Doc V1.19.1</div>
214
209
  </body>
215
210
  </html>
@@ -8,35 +8,32 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkHypertext.html" title="AtkHypertext">
10
10
  <link rel="next" href="AtkNoOpObject.html" title="AtkNoOpObject">
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="AtkHypertext.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="AtkNoOpObject.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="#AtkImage.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="#AtkImage.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkImage.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
22
   | 
30
23
  <a href="#AtkImage.implementations" class="shortcut">Known Implementations</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="AtkHypertext.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
+ <td><a accesskey="n" href="AtkNoOpObject.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="AtkImage"></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="AtkImage.top_of_page"></a>AtkImage</span></h2>
38
- <p>AtkImage — The ATK Interface implemented by components which expose image or pixmap
39
- content on-screen.</p>
35
+ <p>AtkImage — The ATK Interface implemented by components
36
+ which expose image or pixmap content on-screen.</p>
40
37
  </td>
41
38
  <td valign="top" align="right"></td>
42
39
  </tr></table></div>
@@ -73,17 +70,19 @@ AtkImage is implemented by
73
70
  <a name="AtkImage.description"></a><h2>Description</h2>
74
71
  <p>
75
72
  <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> should be implemented by <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> subtypes on behalf of
76
- components which display image/pixmap information onscreen, and which
77
- provide information (other than just widget borders, etc.) via that
78
- image content. For instance, icons, buttons with icons, toolbar
79
- elements, and image viewing panes typically should implement <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>.
73
+ components which display image/pixmap information onscreen, and
74
+ which provide information (other than just widget borders, etc.)
75
+ via that image content. For instance, icons, buttons with icons,
76
+ toolbar elements, and image viewing panes typically should
77
+ implement <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>.
80
78
  </p>
81
79
  <p>
82
80
  <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> primarily provides two types of information: coordinate
83
- information (useful for screen review mode of screenreaders, and for use
84
- by onscreen magnifiers), and descriptive information. The descriptive
85
- information is provided for alternative, text-only presentation of the
86
- most significant information present in the image.
81
+ information (useful for screen review mode of screenreaders, and
82
+ for use by onscreen magnifiers), and descriptive information. The
83
+ descriptive information is provided for alternative, text-only
84
+ presentation of the most significant information present in the
85
+ image.
87
86
  </p>
88
87
  </div>
89
88
  <div class="refsect1">
@@ -92,7 +91,6 @@ most significant information present in the image.
92
91
  <a name="AtkImage-struct"></a><h3>AtkImage</h3>
93
92
  <pre class="programlisting">typedef struct _AtkImage AtkImage;</pre>
94
93
  <p>
95
- The AtkImage structure does not contain any fields.
96
94
  </p>
97
95
  </div>
98
96
  <hr>
@@ -224,7 +222,9 @@ Since ATK 1.12
224
222
  </tr>
225
223
  <tr>
226
224
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
227
- <td>a string corresponding to the POSIX LC_MESSAGES locale used by the image description, or NULL if the image does not specify a locale.</td>
225
+ <td>a string corresponding to the POSIX LC_MESSAGES locale
226
+ used by the image description, or NULL if the image does not
227
+ specify a locale.</td>
228
228
  </tr>
229
229
  </tbody>
230
230
  </table></div>
@@ -233,6 +233,6 @@ Since ATK 1.12
233
233
  </div>
234
234
  <div class="footer">
235
235
  <hr>
236
- Generated by GTK-Doc V1.18.1</div>
236
+ Generated by GTK-Doc V1.19.1</div>
237
237
  </body>
238
238
  </html>
@@ -8,28 +8,25 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkImage.html" title="AtkImage">
10
10
  <link rel="next" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">
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="AtkImage.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="AtkNoOpObjectFactory.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="#AtkNoOpObject.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="#AtkNoOpObject.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkNoOpObject.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
22
   | 
30
23
  <a href="#AtkNoOpObject.implemented-interfaces" class="shortcut">Implemented Interfaces</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="AtkImage.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
+ <td><a accesskey="n" href="AtkNoOpObjectFactory.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="AtkNoOpObject"></a><div class="titlepage"></div>
35
32
  <div class="refnamediv"><table width="100%"><tr>
@@ -62,9 +59,10 @@ AtkNoOpObject implements
62
59
  <div class="refsect1">
63
60
  <a name="AtkNoOpObject.description"></a><h2>Description</h2>
64
61
  <p>
65
- An AtkNoOpObject is an AtkObject which purports to implement all ATK
66
- interfaces. It is the type of AtkObject which is created if an accessible
67
- object is requested for an object type for which no factory type is specified.
62
+ An AtkNoOpObject is an AtkObject which purports to implement all
63
+ ATK interfaces. It is the type of AtkObject which is created if an
64
+ accessible object is requested for an object type for which no
65
+ factory type is specified.
68
66
  </p>
69
67
  </div>
70
68
  <div class="refsect1">
@@ -73,7 +71,6 @@ object is requested for an object type for which no factory type is specified.
73
71
  <a name="AtkNoOpObject-struct"></a><h3>struct AtkNoOpObject</h3>
74
72
  <pre class="programlisting">struct AtkNoOpObject;</pre>
75
73
  <p>
76
- The AtkNoOpObject structure should not be accessed directly.
77
74
  </p>
78
75
  </div>
79
76
  <hr>
@@ -104,6 +101,6 @@ Application maintainers should not use this method.
104
101
  </div>
105
102
  <div class="footer">
106
103
  <hr>
107
- Generated by GTK-Doc V1.18.1</div>
104
+ Generated by GTK-Doc V1.19.1</div>
108
105
  </body>
109
106
  </html>
@@ -8,26 +8,23 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkNoOpObject.html" title="AtkNoOpObject">
10
10
  <link rel="next" href="AtkObject.html" title="AtkObject">
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="AtkNoOpObject.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="AtkObject.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="#AtkNoOpObjectFactory.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="#AtkNoOpObjectFactory.description" class="shortcut">Description</a>
27
20
   | 
28
21
  <a href="#AtkNoOpObjectFactory.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="AtkNoOpObject.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
+ <td><a accesskey="n" href="AtkObject.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="AtkNoOpObjectFactory"></a><div class="titlepage"></div>
33
30
  <div class="refnamediv"><table width="100%"><tr>
@@ -54,9 +51,9 @@
54
51
  <div class="refsect1">
55
52
  <a name="AtkNoOpObjectFactory.description"></a><h2>Description</h2>
56
53
  <p>
57
- The AtkObjectFactory which creates an AtkNoOpObject. An instance of this is
58
- created by an AtkRegistry if no factory type has not been specified to
59
- create an accessible object of a particular type.
54
+ The AtkObjectFactory which creates an AtkNoOpObject. An instance of
55
+ this is created by an AtkRegistry if no factory type has not been
56
+ specified to create an accessible object of a particular type.
60
57
  </p>
61
58
  </div>
62
59
  <div class="refsect1">
@@ -65,7 +62,6 @@ create an accessible object of a particular type.
65
62
  <a name="AtkNoOpObjectFactory-struct"></a><h3>struct AtkNoOpObjectFactory</h3>
66
63
  <pre class="programlisting">struct AtkNoOpObjectFactory;</pre>
67
64
  <p>
68
- The AtkNoOpObjectFactory structure should not be accessed directly.
69
65
  </p>
70
66
  </div>
71
67
  <hr>
@@ -89,6 +85,6 @@ Creates an instance of an <a class="link" href="AtkObjectFactory.html" title="At
89
85
  </div>
90
86
  <div class="footer">
91
87
  <hr>
92
- Generated by GTK-Doc V1.18.1</div>
88
+ Generated by GTK-Doc V1.19.1</div>
93
89
  </body>
94
90
  </html>
@@ -8,20 +8,13 @@
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">
10
10
  <link rel="next" href="AtkObjectFactory.html" title="AtkObjectFactory">
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="AtkNoOpObjectFactory.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="AtkObjectFactory.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="#AtkObject.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="#AtkObject.description" class="shortcut">Description</a>
27
20
   | 
@@ -32,8 +25,12 @@
32
25
  <a href="#AtkObject.properties" class="shortcut">Properties</a>
33
26
   | 
34
27
  <a href="#AtkObject.signals" class="shortcut">Signals</a>
35
- </td></tr>
36
- </table>
28
+ </td>
29
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
30
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
31
+ <td><a accesskey="p" href="AtkNoOpObjectFactory.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
32
+ <td><a accesskey="n" href="AtkObjectFactory.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
33
+ </tr></table>
37
34
  <div class="refentry">
38
35
  <a name="AtkObject"></a><div class="titlepage"></div>
39
36
  <div class="refnamediv"><table width="100%"><tr>
@@ -94,6 +91,7 @@ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkOb
94
91
  <em class="parameter"><code><a class="link" href="AtkRelation.html#AtkRelationType" title="enum AtkRelationType"><span class="type">AtkRelationType</span></a> relationship</code></em>,
95
92
  <em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *target</code></em>);
96
93
  <a class="link" href="AtkText.html#AtkAttributeSet" title="AtkAttributeSet"><span class="returnvalue">AtkAttributeSet</span></a> * <a class="link" href="AtkObject.html#atk-object-get-attributes" title="atk_object_get_attributes ()">atk_object_get_attributes</a> (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);
94
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkObject.html#atk-object-get-object-locale" title="atk_object_get_object_locale ()">atk_object_get_object_locale</a> (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);
97
95
  const <span class="returnvalue">gchar</span> * <a class="link" href="AtkObject.html#atk-role-get-name" title="atk_role_get_name ()">atk_role_get_name</a> (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> role</code></em>);
98
96
  const <span class="returnvalue">gchar</span> * <a class="link" href="AtkObject.html#atk-role-get-localized-name" title="atk_role_get_localized_name ()">atk_role_get_localized_name</a> (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> role</code></em>);
99
97
  <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="returnvalue">AtkRole</span></a> <a class="link" href="AtkObject.html#atk-role-for-name" title="atk_role_for_name ()">atk_role_for_name</a> (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
@@ -148,22 +146,28 @@ AtkObject is required by
148
146
  <div class="refsect1">
149
147
  <a name="AtkObject.description"></a><h2>Description</h2>
150
148
  <p>
151
- This class is the primary class for accessibility support via
152
- the Accessibility ToolKit (ATK). Objects which are instances
153
- of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> (or instances of AtkObject-derived types) are
154
- queried for properties which relate basic (and generic) properties of a
155
- UI component such as name and description. Instances of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
156
- may also be queried as to whether they implement other ATK interfaces
157
- (e.g. <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a>, <a class="link" href="AtkComponent.html" title="AtkComponent"><span class="type">AtkComponent</span></a>, etc.), as appropriate to the role
158
- which a given UI component plays in a user interface.
149
+ This class is the primary class for accessibility support via the
150
+ Accessibility ToolKit (ATK). Objects which are instances of
151
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> (or instances of AtkObject-derived types) are queried
152
+ for properties which relate basic (and generic) properties of a UI
153
+ component such as name and description. Instances of <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
154
+ may also be queried as to whether they implement other ATK
155
+ interfaces (e.g. <a class="link" href="AtkAction.html" title="AtkAction"><span class="type">AtkAction</span></a>, <a class="link" href="AtkComponent.html" title="AtkComponent"><span class="type">AtkComponent</span></a>, etc.), as appropriate
156
+ to the role which a given UI component plays in a user interface.
159
157
  </p>
160
- <p>All UI components in an application which provide useful
158
+ <p>
159
+ All UI components in an application which provide useful
161
160
  information or services to the user must provide corresponding
162
- <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> instances on request (in GTK+, for instance, usually
163
- on a call to #<code class="function">gtk_widget_get_accessible()</code>), either via ATK support
164
- built into the toolkit for the widget class or ancestor class, or in
165
- the case of custom widgets, if the inherited <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> implementation
166
- is insufficient, via instances of a new <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> subclass.
161
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> instances on request (in GTK+, for instance, usually on
162
+ a call to #<code class="function">gtk_widget_get_accessible()</code>), either via ATK support
163
+ built into the toolkit for the widget class or ancestor class, or
164
+ in the case of custom widgets, if the inherited <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
165
+ implementation is insufficient, via instances of a new <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
166
+ subclass.
167
+ </p>
168
+ <p>
169
+ See also: <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>, <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>. (GTK+ users see also
170
+ <span class="type">GtkAccessible</span>).
167
171
  </p>
168
172
  </div>
169
173
  <div class="refsect1">
@@ -172,15 +176,14 @@ is insufficient, via instances of a new <a class="link" href="AtkObject.html" ti
172
176
  <a name="AtkObject-struct"></a><h3>struct AtkObject</h3>
173
177
  <pre class="programlisting">struct AtkObject;</pre>
174
178
  <p>
175
- The AtkObject structure should not be accessed directly.
176
179
  </p>
177
180
  </div>
178
181
  <hr>
179
182
  <div class="refsect2">
180
183
  <a name="AtkRole"></a><h3>enum AtkRole</h3>
181
184
  <pre class="programlisting">typedef enum {
182
- ATK_ROLE_INVALID = 0,
183
- ATK_ROLE_ACCEL_LABEL,
185
+ ATK_ROLE_INVALID = 0,
186
+ ATK_ROLE_ACCEL_LABEL, /*&lt;nick=accelerator-label&gt;*/
184
187
  ATK_ROLE_ALERT,
185
188
  ATK_ROLE_ANIMATION,
186
189
  ATK_ROLE_ARROW,
@@ -916,7 +919,6 @@ determinations of when components occlude one another.
916
919
  <a name="AtkImplementor"></a><h3>AtkImplementor</h3>
917
920
  <pre class="programlisting">typedef struct _AtkImplementor AtkImplementor;</pre>
918
921
  <p>
919
- The AtkImplementor interface is implemented by objects for which AtkObject peers may be obtained via calls to iface-&gt;(ref_accessible)(implementor);
920
922
  </p>
921
923
  </div>
922
924
  <hr>
@@ -941,16 +943,6 @@ and the property change handler will be called for the object which
941
943
  received the focus with the new_value containing an <a class="link" href="atk-AtkState.html#AtkState" title="AtkState"><span class="type">AtkState</span></a> value
942
944
  corresponding to focused.
943
945
  </p>
944
- <p>
945
- The Atk PropertyValue structure is used when notifying a change in property.
946
- Currently, the only property for which old_value is used is
947
- accessible-state; for instance if there is a focus change the
948
- property change handler will be called for the object which lost the focus
949
- with the old_value containing the AtkState value corresponding to focused
950
- and the property change handler will be called for the object which
951
- received the focus with the new_value containing the AtkState value
952
- corresponding to focused.
953
- </p>
954
946
  <div class="variablelist"><table border="0">
955
947
  <col align="left" valign="top">
956
948
  <tbody>
@@ -974,15 +966,22 @@ corresponding to focused.
974
966
  <a name="AtkFunction"></a><h3>AtkFunction ()</h3>
975
967
  <pre class="programlisting"><span class="returnvalue">gboolean</span> (*AtkFunction) (<em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
976
968
  <p>
977
- An AtkFunction is a function definition used for padding which has been added
978
- to class and interface structures to allow for expansion in the future.
969
+ An AtkFunction is a function definition used for padding which has
970
+ been added to class and interface structures to allow for expansion
971
+ in the future.
979
972
  </p>
980
973
  <div class="variablelist"><table border="0">
981
974
  <col align="left" valign="top">
982
- <tbody><tr>
975
+ <tbody>
976
+ <tr>
977
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
978
+ <td>custom data defined by the user</td>
979
+ </tr>
980
+ <tr>
983
981
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
984
- <td>Nothing useful, this is only a dummy prototype.</td>
985
- </tr></tbody>
982
+ <td>not used</td>
983
+ </tr>
984
+ </tbody>
986
985
  </table></div>
987
986
  </div>
988
987
  <hr>
@@ -991,9 +990,23 @@ to class and interface structures to allow for expansion in the future.
991
990
  <pre class="programlisting"><span class="returnvalue">void</span> (*AtkPropertyChangeHandler) (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *obj</code></em>,
992
991
  <em class="parameter"><code><a class="link" href="AtkObject.html#AtkPropertyValues" title="AtkPropertyValues"><span class="type">AtkPropertyValues</span></a> *vals</code></em>);</pre>
993
992
  <p>
994
- An AtkPropertyChangeHandler is a function which is executed when an AtkObject's property changes value. It is specified in a call to
993
+ An AtkPropertyChangeHandler is a function which is executed when an
994
+ AtkObject's property changes value. It is specified in a call to
995
995
  <a class="link" href="AtkObject.html#atk-object-connect-property-change-handler" title="atk_object_connect_property_change_handler ()"><code class="function">atk_object_connect_property_change_handler()</code></a>.
996
996
  </p>
997
+ <div class="variablelist"><table border="0">
998
+ <col align="left" valign="top">
999
+ <tbody>
1000
+ <tr>
1001
+ <td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
1002
+ <td>atkobject which property changes</td>
1003
+ </tr>
1004
+ <tr>
1005
+ <td><p><span class="term"><em class="parameter"><code>vals</code></em> :</span></p></td>
1006
+ <td>values changed</td>
1007
+ </tr>
1008
+ </tbody>
1009
+ </table></div>
997
1010
  </div>
998
1011
  <hr>
999
1012
  <div class="refsect2">
@@ -1172,7 +1185,7 @@ of the object. <span class="annotation">[<a href="http://foldoc.org/transfer%20f
1172
1185
  <div class="refsect2">
1173
1186
  <a name="atk-object-get-layer"></a><h3>atk_object_get_layer ()</h3>
1174
1187
  <pre class="programlisting"><a class="link" href="AtkObject.html#AtkLayer" title="enum AtkLayer"><span class="returnvalue">AtkLayer</span></a> atk_object_get_layer (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
1175
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1188
+ <div class="warning">
1176
1189
  <h3 class="title">Warning</h3>
1177
1190
  <p><code class="literal">atk_object_get_layer</code> is deprecated and should not be used in newly-written code. Use atk_component_get_layer instead.</p>
1178
1191
  </div>
@@ -1198,7 +1211,7 @@ Gets the layer of the accessible.
1198
1211
  <div class="refsect2">
1199
1212
  <a name="atk-object-get-mdi-zorder"></a><h3>atk_object_get_mdi_zorder ()</h3>
1200
1213
  <pre class="programlisting"><span class="returnvalue">gint</span> atk_object_get_mdi_zorder (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
1201
- <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
1214
+ <div class="warning">
1202
1215
  <h3 class="title">Warning</h3>
1203
1216
  <p><code class="literal">atk_object_get_mdi_zorder</code> is deprecated and should not be used in newly-written code. Use atk_component_get_mdi_zorder instead.</p>
1204
1217
  </div>
@@ -1580,9 +1593,11 @@ Not all objects have explicit "name-value pair" <a class="link" href="AtkText.ht
1580
1593
  </tr>
1581
1594
  <tr>
1582
1595
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1583
- <td>an <a class="link" href="AtkText.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> consisting of all explicit
1584
- properties/annotations applied to the object, or an empty set if the object
1585
- has no name-value pair attributes assigned to it. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
1596
+ <td>an <a class="link" href="AtkText.html#AtkAttributeSet" title="AtkAttributeSet"><span class="type">AtkAttributeSet</span></a> consisting of all
1597
+ explicit properties/annotations applied to the object, or an empty
1598
+ set if the object has no name-value pair attributes assigned to
1599
+ it. This <span class="type">atkattributeset</span> should be freed by a call to
1600
+ <a class="link" href="AtkText.html#atk-attribute-set-free" title="atk_attribute_set_free ()"><code class="function">atk_attribute_set_free()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
1586
1601
  </td>
1587
1602
  </tr>
1588
1603
  </tbody>
@@ -1591,6 +1606,31 @@ has no name-value pair attributes assigned to it. <span class="annotation">[<a h
1591
1606
  </div>
1592
1607
  <hr>
1593
1608
  <div class="refsect2">
1609
+ <a name="atk-object-get-object-locale"></a><h3>atk_object_get_object_locale ()</h3>
1610
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_object_get_object_locale (<em class="parameter"><code><a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *accessible</code></em>);</pre>
1611
+ <p>
1612
+ Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
1613
+ of <em class="parameter"><code>accessible</code></em>.
1614
+ </p>
1615
+ <div class="variablelist"><table border="0">
1616
+ <col align="left" valign="top">
1617
+ <tbody>
1618
+ <tr>
1619
+ <td><p><span class="term"><em class="parameter"><code>accessible</code></em> :</span></p></td>
1620
+ <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
1621
+ </td>
1622
+ </tr>
1623
+ <tr>
1624
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1625
+ <td>a UTF-8 string indicating the POSIX-style LC_MESSAGES
1626
+ locale of <em class="parameter"><code>accessible</code></em>.</td>
1627
+ </tr>
1628
+ </tbody>
1629
+ </table></div>
1630
+ <p class="since">Since 2.7.90</p>
1631
+ </div>
1632
+ <hr>
1633
+ <div class="refsect2">
1594
1634
  <a name="atk-role-get-name"></a><h3>atk_role_get_name ()</h3>
1595
1635
  <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_role_get_name (<em class="parameter"><code><a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> role</code></em>);</pre>
1596
1636
  <p>
@@ -1647,8 +1687,7 @@ Get the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span
1647
1687
  </tr>
1648
1688
  <tr>
1649
1689
  <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1650
- <td>the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> enumerated type corresponding to the specified
1651
- name,
1690
+ <td>the <a class="link" href="AtkObject.html#AtkRole" title="enum AtkRole"><span class="type">AtkRole</span></a> enumerated type corresponding to the specified name,
1652
1691
  or <a class="link" href="AtkObject.html#ATK-ROLE-INVALID:CAPS"><span class="type">ATK_ROLE_INVALID</span></a> if no matching role is found.</td>
1653
1692
  </tr>
1654
1693
  </tbody>
@@ -1769,10 +1808,10 @@ or <a class="link" href="AtkObject.html#ATK-ROLE-INVALID:CAPS"><span class="type
1769
1808
  <span class="type">gpointer</span> arg1,
1770
1809
  <span class="type">gpointer</span> user_data) : <code class="literal">Has Details</code></pre>
1771
1810
  <p>
1772
- The "active-descendant-changed" signal is emitted by an object which has
1773
- the state ATK_STATE_MANAGES_DESCENDANTS when the focus object in the
1774
- object changes. For instance, a table will emit the signal when the cell
1775
- in the table which has focus changes.
1811
+ The "active-descendant-changed" signal is emitted by an object
1812
+ which has the state ATK_STATE_MANAGES_DESCENDANTS when the focus
1813
+ object in the object changes. For instance, a table will emit the
1814
+ signal when the cell in the table which has focus changes.
1776
1815
  </p>
1777
1816
  <div class="variablelist"><table border="0">
1778
1817
  <col align="left" valign="top">
@@ -1801,7 +1840,8 @@ in the table which has focus changes.
1801
1840
  <span class="type">gpointer</span> user_data) : <code class="literal">Has Details</code></pre>
1802
1841
  <p>
1803
1842
  The signal "children-changed" is emitted when a child is added or
1804
- removed form an object. It supports two details: "add" and "remove"
1843
+ removed form an object. It supports two details: "add" and
1844
+ "remove"
1805
1845
  </p>
1806
1846
  <div class="variablelist"><table border="0">
1807
1847
  <col align="left" valign="top">
@@ -1812,7 +1852,9 @@ removed form an object. It supports two details: "add" and "remove"
1812
1852
  </tr>
1813
1853
  <tr>
1814
1854
  <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
1815
- <td>The index of the added or removed child</td>
1855
+ <td>The index of the added or removed child. The value can be
1856
+ -1. This is used if the value is not known by the implementor
1857
+ when the child is added or irrelevant.</td>
1816
1858
  </tr>
1817
1859
  <tr>
1818
1860
  <td><p><span class="term"><em class="parameter"><code>arg2</code></em> :</span></p></td>
@@ -1831,19 +1873,25 @@ removed form an object. It supports two details: "add" and "remove"
1831
1873
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
1832
1874
  <span class="type">gboolean</span> arg1,
1833
1875
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1876
+ <div class="warning">
1877
+ <h3 class="title">Warning</h3>
1878
+ <p><code class="literal">AtkObject::focus-event</code> is deprecated and should not be used in newly-written code. Since 2.9.4. Use <a class="link" href="AtkObject.html#AtkObject-state-change" title='The "state-change" signal'><span class="type">"state-change"</span></a> signal instead.</p>
1879
+ </div>
1834
1880
  <p>
1835
- The signal "focus-event" is emitted when an object gains or loses focus.
1881
+ The signal "focus-event" is emitted when an object gained or lost
1882
+ focus.
1836
1883
  </p>
1837
1884
  <div class="variablelist"><table border="0">
1838
1885
  <col align="left" valign="top">
1839
1886
  <tbody>
1840
1887
  <tr>
1841
1888
  <td><p><span class="term"><em class="parameter"><code>atkobject</code></em> :</span></p></td>
1842
- <td>the object which received the signal.</td>
1889
+ <td>the object which received the signal</td>
1843
1890
  </tr>
1844
1891
  <tr>
1845
1892
  <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
1846
- <td>A boolean value which indicates whether the object gained or lost focus.</td>
1893
+ <td>a boolean value which indicates whether the object gained
1894
+ or lost focus.</td>
1847
1895
  </tr>
1848
1896
  <tr>
1849
1897
  <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -1860,8 +1908,8 @@ The signal "focus-event" is emitted when an object gains or loses focus.
1860
1908
  <span class="type">gpointer</span> user_data) : <code class="literal">Has Details</code></pre>
1861
1909
  <p>
1862
1910
  The signal "property-change" is emitted when an object's property
1863
- value changes. The detail identifies the name of the property whose
1864
- value has changed.
1911
+ value changes. The detail identifies the name of the property
1912
+ whose value has changed.
1865
1913
  </p>
1866
1914
  <div class="variablelist"><table border="0">
1867
1915
  <col align="left" valign="top">
@@ -1889,8 +1937,9 @@ value has changed.
1889
1937
  <span class="type">gboolean</span> arg2,
1890
1938
  <span class="type">gpointer</span> user_data) : <code class="literal">Has Details</code></pre>
1891
1939
  <p>
1892
- The "state-change" signal is emitted when an object's state changes.
1893
- The detail value identifies the state type which has changed.
1940
+ The "state-change" signal is emitted when an object's state
1941
+ changes. The detail value identifies the state type which has
1942
+ changed.
1894
1943
  </p>
1895
1944
  <div class="variablelist"><table border="0">
1896
1945
  <col align="left" valign="top">
@@ -1920,8 +1969,8 @@ The detail value identifies the state type which has changed.
1920
1969
  <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> *atkobject,
1921
1970
  <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
1922
1971
  <p>
1923
- The "visible-data-changed" signal is emitted when the visual appearance of
1924
- the object changed.
1972
+ The "visible-data-changed" signal is emitted when the visual
1973
+ appearance of the object changed.
1925
1974
  </p>
1926
1975
  <div class="variablelist"><table border="0">
1927
1976
  <col align="left" valign="top">
@@ -1938,16 +1987,9 @@ the object changed.
1938
1987
  </table></div>
1939
1988
  </div>
1940
1989
  </div>
1941
- <div class="refsect1">
1942
- <a name="AtkObject.see-also"></a><h2>See Also</h2>
1943
- <p>
1944
- See also: <a class="link" href="AtkObjectFactory.html" title="AtkObjectFactory"><span class="type">AtkObjectFactory</span></a>, <a class="link" href="AtkRegistry.html" title="AtkRegistry"><span class="type">AtkRegistry</span></a>.
1945
- ( GTK+ users see also <span class="type">GtkAccessible</span>).
1946
- </p>
1947
- </div>
1948
1990
  </div>
1949
1991
  <div class="footer">
1950
1992
  <hr>
1951
- Generated by GTK-Doc V1.18.1</div>
1993
+ Generated by GTK-Doc V1.19.1</div>
1952
1994
  </body>
1953
1995
  </html>