atk 2.2.0-x86-mingw32 → 2.2.1-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 (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,26 +2,25 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Versioning macros</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: Versioning macros</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="utilities.html" title="Utilities">
9
- <link rel="prev" href="utilities.html" title="Utilities">
10
- <link rel="next" href="api-index-full.html" title="Index of all symbols">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
9
+ <link rel="prev" href="AtkRegistry.html" title="AtkRegistry">
10
+ <link rel="next" href="deprecated.html" title="Deprecated Interfaces">
11
+ <meta name="generator" content="GTK-Doc V1.21.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="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#atk-Versioning-Utilities.description" class="shortcut">Description</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#atk-Versioning-Utilities.description" class="shortcut">Description</a></span>
20
19
  </td>
21
20
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
21
  <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>
22
+ <td><a accesskey="p" href="AtkRegistry.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23
+ <td><a accesskey="n" href="deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
24
  </tr></table>
26
25
  <div class="refentry">
27
26
  <a name="atk-Versioning-Utilities"></a><div class="titlepage"></div>
@@ -30,156 +29,211 @@
30
29
  <h2><span class="refentrytitle"><a name="atk-Versioning-Utilities.top_of_page"></a>Versioning macros</span></h2>
31
30
  <p>Versioning macros — Variables and functions to check the ATK version</p>
32
31
  </td>
33
- <td valign="top" align="right"></td>
32
+ <td class="gallery_image" valign="top" align="right"></td>
34
33
  </tr></table></div>
35
- <div class="refsynopsisdiv">
36
- <a name="atk-Versioning-Utilities.synopsis"></a><h2>Synopsis</h2>
37
- <pre class="synopsis"><span class="returnvalue">guint</span> <a class="link" href="atk-Versioning-Utilities.html#atk-get-major-version" title="atk_get_major_version ()">atk_get_major_version</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
38
- <span class="returnvalue">guint</span> <a class="link" href="atk-Versioning-Utilities.html#atk-get-minor-version" title="atk_get_minor_version ()">atk_get_minor_version</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
39
- <span class="returnvalue">guint</span> <a class="link" href="atk-Versioning-Utilities.html#atk-get-micro-version" title="atk_get_micro_version ()">atk_get_micro_version</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
40
- <span class="returnvalue">guint</span> <a class="link" href="atk-Versioning-Utilities.html#atk-get-binary-age" title="atk_get_binary_age ()">atk_get_binary_age</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
41
- <span class="returnvalue">guint</span> <a class="link" href="atk-Versioning-Utilities.html#atk-get-interface-age" title="atk_get_interface_age ()">atk_get_interface_age</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
42
- #define <a class="link" href="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS" title="ATK_MAJOR_VERSION">ATK_MAJOR_VERSION</a>
43
- #define <a class="link" href="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS" title="ATK_MINOR_VERSION">ATK_MINOR_VERSION</a>
44
- #define <a class="link" href="atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS" title="ATK_MICRO_VERSION">ATK_MICRO_VERSION</a>
45
- #define <a class="link" href="atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS" title="ATK_CHECK_VERSION()">ATK_CHECK_VERSION</a> (major,
46
- minor,
47
- micro)
48
- </pre>
34
+ <div class="refsect1">
35
+ <a name="atk-Versioning-Utilities.functions"></a><h2>Functions</h2>
36
+ <div class="informaltable"><table width="100%" border="0">
37
+ <colgroup>
38
+ <col width="150px" class="functions_return">
39
+ <col class="functions_name">
40
+ </colgroup>
41
+ <tbody>
42
+ <tr>
43
+ <td class="define_keyword">#define</td>
44
+ <td class="function_name"><a class="link" href="atk-Versioning-Utilities.html#ATK-BINARY-AGE:CAPS" title="ATK_BINARY_AGE">ATK_BINARY_AGE</a></td>
45
+ </tr>
46
+ <tr>
47
+ <td class="define_keyword">#define</td>
48
+ <td class="function_name"><a class="link" href="atk-Versioning-Utilities.html#ATK-INTERFACE-AGE:CAPS" title="ATK_INTERFACE_AGE">ATK_INTERFACE_AGE</a></td>
49
+ </tr>
50
+ <tr>
51
+ <td class="function_type">
52
+ <span class="returnvalue">guint</span>
53
+ </td>
54
+ <td class="function_name">
55
+ <a class="link" href="atk-Versioning-Utilities.html#atk-get-major-version" title="atk_get_major_version ()">atk_get_major_version</a> <span class="c_punctuation">()</span>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td class="function_type">
60
+ <span class="returnvalue">guint</span>
61
+ </td>
62
+ <td class="function_name">
63
+ <a class="link" href="atk-Versioning-Utilities.html#atk-get-minor-version" title="atk_get_minor_version ()">atk_get_minor_version</a> <span class="c_punctuation">()</span>
64
+ </td>
65
+ </tr>
66
+ <tr>
67
+ <td class="function_type">
68
+ <span class="returnvalue">guint</span>
69
+ </td>
70
+ <td class="function_name">
71
+ <a class="link" href="atk-Versioning-Utilities.html#atk-get-micro-version" title="atk_get_micro_version ()">atk_get_micro_version</a> <span class="c_punctuation">()</span>
72
+ </td>
73
+ </tr>
74
+ <tr>
75
+ <td class="function_type">
76
+ <span class="returnvalue">guint</span>
77
+ </td>
78
+ <td class="function_name">
79
+ <a class="link" href="atk-Versioning-Utilities.html#atk-get-binary-age" title="atk_get_binary_age ()">atk_get_binary_age</a> <span class="c_punctuation">()</span>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td class="function_type">
84
+ <span class="returnvalue">guint</span>
85
+ </td>
86
+ <td class="function_name">
87
+ <a class="link" href="atk-Versioning-Utilities.html#atk-get-interface-age" title="atk_get_interface_age ()">atk_get_interface_age</a> <span class="c_punctuation">()</span>
88
+ </td>
89
+ </tr>
90
+ <tr>
91
+ <td class="define_keyword">#define</td>
92
+ <td class="function_name"><a class="link" href="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS" title="ATK_MAJOR_VERSION">ATK_MAJOR_VERSION</a></td>
93
+ </tr>
94
+ <tr>
95
+ <td class="define_keyword">#define</td>
96
+ <td class="function_name"><a class="link" href="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS" title="ATK_MINOR_VERSION">ATK_MINOR_VERSION</a></td>
97
+ </tr>
98
+ <tr>
99
+ <td class="define_keyword">#define</td>
100
+ <td class="function_name"><a class="link" href="atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS" title="ATK_MICRO_VERSION">ATK_MICRO_VERSION</a></td>
101
+ </tr>
102
+ <tr>
103
+ <td class="define_keyword">#define</td>
104
+ <td class="function_name">
105
+ <a class="link" href="atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS" title="ATK_CHECK_VERSION()">ATK_CHECK_VERSION</a><span class="c_punctuation">()</span>
106
+ </td>
107
+ </tr>
108
+ </tbody>
109
+ </table></div>
49
110
  </div>
50
111
  <div class="refsect1">
51
112
  <a name="atk-Versioning-Utilities.description"></a><h2>Description</h2>
52
- <p>
53
- ATK provides a set of macros and methods for checking the version
54
- of the library at compile and run time.
55
- </p>
113
+ <p>ATK provides a set of macros and methods for checking the version
114
+ of the library at compile and run time.</p>
56
115
  </div>
57
116
  <div class="refsect1">
58
- <a name="atk-Versioning-Utilities.details"></a><h2>Details</h2>
117
+ <a name="atk-Versioning-Utilities.functions_details"></a><h2>Functions</h2>
118
+ <div class="refsect2">
119
+ <a name="ATK-BINARY-AGE:CAPS"></a><h3>ATK_BINARY_AGE</h3>
120
+ <pre class="programlisting">#define ATK_BINARY_AGE (21410)
121
+ </pre>
122
+ <p>Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-binary-age" title="atk_get_binary_age ()"><code class="function">atk_get_binary_age()</code></a>, but from the headers used at
123
+ application compile time, rather than from the library linked
124
+ against at application run time.</p>
125
+ <p class="since">Since 2.7.4</p>
126
+ </div>
127
+ <hr>
59
128
  <div class="refsect2">
60
- <a name="atk-get-major-version"></a><h3>atk_get_major_version ()</h3>
61
- <pre class="programlisting"><span class="returnvalue">guint</span> atk_get_major_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
62
- <p>
63
- Returns the major version number of the ATK library. (e.g. in ATK
64
- version 2.7.4 this is 2.)
65
- </p>
66
- <p>
67
- This function is in the library, so it represents the ATK library
129
+ <a name="ATK-INTERFACE-AGE:CAPS"></a><h3>ATK_INTERFACE_AGE</h3>
130
+ <pre class="programlisting">#define ATK_INTERFACE_AGE (1)
131
+ </pre>
132
+ <p>Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-interface-age" title="atk_get_interface_age ()"><code class="function">atk_get_interface_age()</code></a>, but from the headers used at
133
+ application compile time, rather than from the library linked
134
+ against at application run time.</p>
135
+ <p class="since">Since 2.7.4</p>
136
+ </div>
137
+ <hr>
138
+ <div class="refsect2">
139
+ <a name="atk-get-major-version"></a><h3>atk_get_major_version ()</h3>
140
+ <pre class="programlisting"><span class="returnvalue">guint</span>
141
+ atk_get_major_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
142
+ <p>Returns the major version number of the ATK library. (e.g. in ATK
143
+ version 2.7.4 this is 2.)</p>
144
+ <p>This function is in the library, so it represents the ATK library
68
145
  your code is running against. In contrast, the <a class="link" href="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS" title="ATK_MAJOR_VERSION"><span class="type">ATK_MAJOR_VERSION</span></a>
69
146
  macro represents the major version of the ATK headers you have
70
- included when compiling your code.
71
- </p>
72
- <div class="variablelist"><table border="0">
73
- <col align="left" valign="top">
74
- <tbody><tr>
75
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
76
- <td>the major version number of the ATK library</td>
77
- </tr></tbody>
78
- </table></div>
79
- <p class="since">Since 2.7.4</p>
147
+ included when compiling your code.</p>
148
+ <div class="refsect3">
149
+ <a name="id-1.8.5.5.4.6"></a><h4>Returns</h4>
150
+ <p> the major version number of the ATK library</p>
151
+ <p></p>
152
+ </div>
153
+ <p class="since">Since 2.8</p>
80
154
  </div>
81
155
  <hr>
82
156
  <div class="refsect2">
83
- <a name="atk-get-minor-version"></a><h3>atk_get_minor_version ()</h3>
84
- <pre class="programlisting"><span class="returnvalue">guint</span> atk_get_minor_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
85
- <p>
86
- Returns the minor version number of the ATK library. (e.g. in ATK
87
- version 2.7.4 this is 7.)
88
- </p>
89
- <p>
90
- This function is in the library, so it represents the ATK library
157
+ <a name="atk-get-minor-version"></a><h3>atk_get_minor_version ()</h3>
158
+ <pre class="programlisting"><span class="returnvalue">guint</span>
159
+ atk_get_minor_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
160
+ <p>Returns the minor version number of the ATK library. (e.g. in ATK
161
+ version 2.7.4 this is 7.)</p>
162
+ <p>This function is in the library, so it represents the ATK library
91
163
  your code is are running against. In contrast, the
92
164
  <a class="link" href="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS" title="ATK_MINOR_VERSION"><span class="type">ATK_MINOR_VERSION</span></a> macro represents the minor version of the ATK
93
- headers you have included when compiling your code.
94
- </p>
95
- <div class="variablelist"><table border="0">
96
- <col align="left" valign="top">
97
- <tbody><tr>
98
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
99
- <td>the minor version number of the ATK library</td>
100
- </tr></tbody>
101
- </table></div>
102
- <p class="since">Since 2.7.4</p>
165
+ headers you have included when compiling your code.</p>
166
+ <div class="refsect3">
167
+ <a name="id-1.8.5.5.5.6"></a><h4>Returns</h4>
168
+ <p> the minor version number of the ATK library</p>
169
+ <p></p>
170
+ </div>
171
+ <p class="since">Since 2.8</p>
103
172
  </div>
104
173
  <hr>
105
174
  <div class="refsect2">
106
- <a name="atk-get-micro-version"></a><h3>atk_get_micro_version ()</h3>
107
- <pre class="programlisting"><span class="returnvalue">guint</span> atk_get_micro_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
108
- <p>
109
- Returns the micro version number of the ATK library. (e.g. in ATK
110
- version 2.7.4 this is 4.)
111
- </p>
112
- <p>
113
- This function is in the library, so it represents the ATK library
175
+ <a name="atk-get-micro-version"></a><h3>atk_get_micro_version ()</h3>
176
+ <pre class="programlisting"><span class="returnvalue">guint</span>
177
+ atk_get_micro_version (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
178
+ <p>Returns the micro version number of the ATK library. (e.g. in ATK
179
+ version 2.7.4 this is 4.)</p>
180
+ <p>This function is in the library, so it represents the ATK library
114
181
  your code is are running against. In contrast, the
115
182
  <a class="link" href="atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS" title="ATK_MICRO_VERSION"><span class="type">ATK_MICRO_VERSION</span></a> macro represents the micro version of the ATK
116
- headers you have included when compiling your code.
117
- </p>
118
- <div class="variablelist"><table border="0">
119
- <col align="left" valign="top">
120
- <tbody><tr>
121
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
122
- <td>the micro version number of the ATK library</td>
123
- </tr></tbody>
124
- </table></div>
125
- <p class="since">Since 2.7.4</p>
183
+ headers you have included when compiling your code.</p>
184
+ <div class="refsect3">
185
+ <a name="id-1.8.5.5.6.6"></a><h4>Returns</h4>
186
+ <p> the micro version number of the ATK library</p>
187
+ <p></p>
188
+ </div>
189
+ <p class="since">Since 2.8</p>
126
190
  </div>
127
191
  <hr>
128
192
  <div class="refsect2">
129
- <a name="atk-get-binary-age"></a><h3>atk_get_binary_age ()</h3>
130
- <pre class="programlisting"><span class="returnvalue">guint</span> atk_get_binary_age (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
131
- <p>
132
- Returns the binary age as passed to libtool when building the ATK
133
- library the process is running against.
134
- </p>
135
- <div class="variablelist"><table border="0">
136
- <col align="left" valign="top">
137
- <tbody><tr>
138
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
139
- <td>the binary age of the ATK library</td>
140
- </tr></tbody>
141
- </table></div>
142
- <p class="since">Since 2.7.4</p>
193
+ <a name="atk-get-binary-age"></a><h3>atk_get_binary_age ()</h3>
194
+ <pre class="programlisting"><span class="returnvalue">guint</span>
195
+ atk_get_binary_age (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
196
+ <p>Returns the binary age as passed to libtool when building the ATK
197
+ library the process is running against.</p>
198
+ <div class="refsect3">
199
+ <a name="id-1.8.5.5.7.5"></a><h4>Returns</h4>
200
+ <p> the binary age of the ATK library</p>
201
+ <p></p>
202
+ </div>
203
+ <p class="since">Since 2.8</p>
143
204
  </div>
144
205
  <hr>
145
206
  <div class="refsect2">
146
- <a name="atk-get-interface-age"></a><h3>atk_get_interface_age ()</h3>
147
- <pre class="programlisting"><span class="returnvalue">guint</span> atk_get_interface_age (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
148
- <p>
149
- Returns the interface age as passed to libtool when building the
150
- ATK library the process is running against.
151
- </p>
152
- <div class="variablelist"><table border="0">
153
- <col align="left" valign="top">
154
- <tbody><tr>
155
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
156
- <td>the interface age of the ATK library</td>
157
- </tr></tbody>
158
- </table></div>
159
- <p class="since">Since 2.7.4</p>
207
+ <a name="atk-get-interface-age"></a><h3>atk_get_interface_age ()</h3>
208
+ <pre class="programlisting"><span class="returnvalue">guint</span>
209
+ atk_get_interface_age (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
210
+ <p>Returns the interface age as passed to libtool when building the
211
+ ATK library the process is running against.</p>
212
+ <div class="refsect3">
213
+ <a name="id-1.8.5.5.8.5"></a><h4>Returns</h4>
214
+ <p> the interface age of the ATK library</p>
215
+ <p></p>
216
+ </div>
217
+ <p class="since">Since 2.8</p>
160
218
  </div>
161
219
  <hr>
162
220
  <div class="refsect2">
163
221
  <a name="ATK-MAJOR-VERSION:CAPS"></a><h3>ATK_MAJOR_VERSION</h3>
164
222
  <pre class="programlisting">#define ATK_MAJOR_VERSION (2)
165
223
  </pre>
166
- <p>
167
- Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-major-version" title="atk_get_major_version ()"><code class="function">atk_get_major_version()</code></a>, but from the headers used at
224
+ <p>Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-major-version" title="atk_get_major_version ()"><code class="function">atk_get_major_version()</code></a>, but from the headers used at
168
225
  application compile time, rather than from the library linked
169
- against at application run time.
170
- </p>
226
+ against at application run time.</p>
171
227
  <p class="since">Since 2.7.4</p>
172
228
  </div>
173
229
  <hr>
174
230
  <div class="refsect2">
175
231
  <a name="ATK-MINOR-VERSION:CAPS"></a><h3>ATK_MINOR_VERSION</h3>
176
- <pre class="programlisting">#define ATK_MINOR_VERSION (10)
232
+ <pre class="programlisting">#define ATK_MINOR_VERSION (14)
177
233
  </pre>
178
- <p>
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
234
+ <p>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
180
235
  application compile time, rather than from the library linked
181
- against at application run time.
182
- </p>
236
+ against at application run time.</p>
183
237
  <p class="since">Since 2.7.4</p>
184
238
  </div>
185
239
  <hr>
@@ -187,46 +241,53 @@ against at application run time.
187
241
  <a name="ATK-MICRO-VERSION:CAPS"></a><h3>ATK_MICRO_VERSION</h3>
188
242
  <pre class="programlisting">#define ATK_MICRO_VERSION (0)
189
243
  </pre>
190
- <p>
191
- Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-micro-version" title="atk_get_micro_version ()"><code class="function">atk_get_micro_version()</code></a>, but from the headers used at
244
+ <p>Like <a class="link" href="atk-Versioning-Utilities.html#atk-get-micro-version" title="atk_get_micro_version ()"><code class="function">atk_get_micro_version()</code></a>, but from the headers used at
192
245
  application compile time, rather than from the library linked
193
- against at application run time.
194
- </p>
246
+ against at application run time.</p>
195
247
  <p class="since">Since 2.7.4</p>
196
248
  </div>
197
249
  <hr>
198
250
  <div class="refsect2">
199
251
  <a name="ATK-CHECK-VERSION:CAPS"></a><h3>ATK_CHECK_VERSION()</h3>
200
252
  <pre class="programlisting">#define ATK_CHECK_VERSION(major,minor,micro)</pre>
201
- <div class="variablelist"><table border="0">
202
- <col align="left" valign="top">
253
+ <p>Returns <code class="literal">TRUE</code> if the version of the ATK header files is the same as
254
+ or newer than the passed-in version.</p>
255
+ <div class="refsect3">
256
+ <a name="id-1.8.5.5.12.5"></a><h4>Parameters</h4>
257
+ <div class="informaltable"><table width="100%" border="0">
258
+ <colgroup>
259
+ <col width="150px" class="parameters_name">
260
+ <col class="parameters_description">
261
+ <col width="200px" class="parameters_annotations">
262
+ </colgroup>
203
263
  <tbody>
204
264
  <tr>
205
- <td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
206
- <td>major version (e.g. 1 for version 1.2.5)</td>
207
- </tr>
208
- <tr>
209
- <td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
210
- <td>minor version (e.g. 2 for version 1.2.5)</td>
265
+ <td class="parameter_name"><p>major</p></td>
266
+ <td class="parameter_description"><p>major version (e.g. 1 for version 1.2.5)</p></td>
267
+ <td class="parameter_annotations"> </td>
211
268
  </tr>
212
269
  <tr>
213
- <td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
214
- <td>micro version (e.g. 5 for version 1.2.5)</td>
270
+ <td class="parameter_name"><p>minor</p></td>
271
+ <td class="parameter_description"><p>minor version (e.g. 2 for version 1.2.5)</p></td>
272
+ <td class="parameter_annotations"> </td>
215
273
  </tr>
216
274
  <tr>
217
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
218
- <td>
219
- <code class="literal">TRUE</code> if the version of the ATK header files is the same as
220
- or newer than the passed-in version.</td>
275
+ <td class="parameter_name"><p>micro</p></td>
276
+ <td class="parameter_description"><p>micro version (e.g. 5 for version 1.2.5)</p></td>
277
+ <td class="parameter_annotations"> </td>
221
278
  </tr>
222
279
  </tbody>
223
280
  </table></div>
281
+ </div>
224
282
  <p class="since">Since 2.7.4</p>
225
283
  </div>
226
284
  </div>
285
+ <div class="refsect1">
286
+ <a name="atk-Versioning-Utilities.other_details"></a><h2>Types and Values</h2>
287
+ </div>
227
288
  </div>
228
289
  <div class="footer">
229
290
  <hr>
230
- Generated by GTK-Doc V1.19.1</div>
291
+ Generated by GTK-Doc V1.21.1</div>
231
292
  </body>
232
293
  </html>
@@ -2,298 +2,303 @@
2
2
  <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
3
  <book xmlns="http://www.devhelp.net/book" title="ATK - Accessibility Toolkit" link="index.html" author="" name="atk" version="2" language="c">
4
4
  <chapters>
5
- <sub name="ATK Library" link="atk.html">
5
+ <sub name="Overview" link="overview.html"/>
6
+ <sub name="Base accessibility object" link="atkobject.html">
7
+ <sub name="AtkObject" link="AtkObject.html"/>
8
+ </sub>
9
+ <sub name="Event and toolkit support" link="toolkit.html">
10
+ <sub name="AtkUtil" link="AtkUtil.html"/>
11
+ </sub>
12
+ <sub name="ATK Interfaces" link="interfaces.html">
6
13
  <sub name="AtkAction" link="AtkAction.html"/>
7
14
  <sub name="AtkComponent" link="AtkComponent.html"/>
8
15
  <sub name="AtkDocument" link="AtkDocument.html"/>
9
16
  <sub name="AtkEditableText" link="AtkEditableText.html"/>
10
- <sub name="AtkGObjectAccessible" link="AtkGObjectAccessible.html"/>
11
- <sub name="AtkHyperlink" link="AtkHyperlink.html"/>
12
17
  <sub name="AtkHyperlinImpl" link="atk-AtkHyperlinkImpl.html"/>
13
18
  <sub name="AtkHypertext" link="AtkHypertext.html"/>
14
19
  <sub name="AtkImage" link="AtkImage.html"/>
15
- <sub name="AtkNoOpObject" link="AtkNoOpObject.html"/>
16
- <sub name="AtkNoOpObjectFactory" link="AtkNoOpObjectFactory.html"/>
17
- <sub name="AtkObject" link="AtkObject.html"/>
18
- <sub name="AtkObjectFactory" link="AtkObjectFactory.html"/>
19
- <sub name="AtkPlug" link="atk-AtkPlug.html"/>
20
- <sub name="AtkRegistry" link="AtkRegistry.html"/>
21
- <sub name="AtkRelation" link="AtkRelation.html"/>
22
- <sub name="AtkRelationSet" link="AtkRelationSet.html"/>
23
20
  <sub name="AtkSelection" link="AtkSelection.html"/>
24
- <sub name="AtkSocket" link="atk-AtkSocket.html"/>
25
- <sub name="AtkState" link="atk-AtkState.html"/>
26
- <sub name="AtkStateSet" link="AtkStateSet.html"/>
27
21
  <sub name="AtkStreamableContent" link="AtkStreamableContent.html"/>
28
22
  <sub name="AtkTable" link="AtkTable.html"/>
23
+ <sub name="AtkTableCell" link="AtkTableCell.html"/>
29
24
  <sub name="AtkText" link="AtkText.html"/>
30
- <sub name="AtkUtil" link="AtkUtil.html"/>
31
25
  <sub name="AtkValue" link="AtkValue.html"/>
32
26
  <sub name="AtkWindow" link="AtkWindow.html"/>
33
27
  </sub>
28
+ <sub name="Basic accessible data types" link="data.html">
29
+ <sub name="AtkRange" link="atk-AtkRange.html"/>
30
+ <sub name="AtkRelation" link="AtkRelation.html"/>
31
+ <sub name="AtkRelationSet" link="AtkRelationSet.html"/>
32
+ <sub name="AtkState" link="atk-AtkState.html"/>
33
+ <sub name="AtkStateSet" link="AtkStateSet.html"/>
34
+ </sub>
35
+ <sub name="Custom accessible objects" link="accessibles.html">
36
+ <sub name="AtkGObjectAccessible" link="AtkGObjectAccessible.html"/>
37
+ <sub name="AtkHyperlink" link="AtkHyperlink.html"/>
38
+ <sub name="AtkNoOpObject" link="AtkNoOpObject.html"/>
39
+ <sub name="AtkPlug" link="atk-AtkPlug.html"/>
40
+ <sub name="AtkSocket" link="atk-AtkSocket.html"/>
41
+ </sub>
34
42
  <sub name="Utilities" link="utilities.html">
43
+ <sub name="AtkNoOpObjectFactory" link="AtkNoOpObjectFactory.html"/>
44
+ <sub name="AtkObjectFactory" link="AtkObjectFactory.html"/>
45
+ <sub name="AtkRegistry" link="AtkRegistry.html"/>
35
46
  <sub name="Versioning macros" link="atk-Versioning-Utilities.html"/>
36
47
  </sub>
48
+ <sub name="Deprecated Interfaces" link="deprecated.html">
49
+ <sub name="AtkMisc" link="AtkMisc.html"/>
50
+ </sub>
37
51
  <sub name="Index of all symbols" link="api-index-full.html"/>
38
52
  <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
39
53
  <sub name="Index of new symbols in 1.3" link="api-index-1-3.html"/>
40
54
  <sub name="Index of new symbols in 1.4" link="api-index-1-4.html"/>
41
55
  <sub name="Index of new symbols in 1.6" link="api-index-1-6.html"/>
56
+ <sub name="Index of new symbols in 1.9" link="api-index-1-9.html"/>
42
57
  <sub name="Index of new symbols in 1.12" link="api-index-1-12.html"/>
43
58
  <sub name="Index of new symbols in 1.13" link="api-index-1-13.html"/>
44
- <sub name="Index of new symbols in 1.18" link="api-index-1-18.html"/>
45
59
  <sub name="Index of new symbols in 1.20" link="api-index-1-20.html"/>
46
60
  <sub name="Index of new symbols in 1.22" link="api-index-1-22.html"/>
47
- <sub name="Index of new symbols in 1.24" link="api-index-1-24.html"/>
48
- <sub name="Index of new symbols in 1.26" link="api-index-1-26.html"/>
49
- <sub name="Index of new symbols in 1.28" link="api-index-1-28.html"/>
50
61
  <sub name="Index of new symbols in 1.30" link="api-index-1-30.html"/>
51
- <sub name="Index of new symbols in 1.32" link="api-index-1-32.html"/>
62
+ <sub name="Index of new symbols in 2.2" link="api-index-2-2.html"/>
63
+ <sub name="Index of new symbols in 2.8" link="api-index-2-8.html"/>
64
+ <sub name="Index of new symbols in 2.10" link="api-index-2-10.html"/>
65
+ <sub name="Index of new symbols in 2.12" link="api-index-2-12.html"/>
52
66
  </chapters>
53
67
  <functions>
68
+ <keyword type="function" name="atk_role_register ()" link="AtkObject.html#atk-role-register" deprecated=""/>
69
+ <keyword type="function" name="AtkFunction ()" link="AtkObject.html#AtkFunction"/>
70
+ <keyword type="function" name="AtkPropertyChangeHandler ()" link="AtkObject.html#AtkPropertyChangeHandler" deprecated="Since 2.12."/>
71
+ <keyword type="function" name="atk_implementor_ref_accessible ()" link="AtkObject.html#atk-implementor-ref-accessible"/>
72
+ <keyword type="function" name="atk_object_get_name ()" link="AtkObject.html#atk-object-get-name"/>
73
+ <keyword type="function" name="atk_object_get_description ()" link="AtkObject.html#atk-object-get-description"/>
74
+ <keyword type="function" name="atk_object_get_parent ()" link="AtkObject.html#atk-object-get-parent"/>
75
+ <keyword type="function" name="atk_object_peek_parent ()" link="AtkObject.html#atk-object-peek-parent"/>
76
+ <keyword type="function" name="atk_object_get_n_accessible_children ()" link="AtkObject.html#atk-object-get-n-accessible-children"/>
77
+ <keyword type="function" name="atk_object_ref_accessible_child ()" link="AtkObject.html#atk-object-ref-accessible-child"/>
78
+ <keyword type="function" name="atk_object_ref_relation_set ()" link="AtkObject.html#atk-object-ref-relation-set"/>
79
+ <keyword type="function" name="atk_object_get_layer ()" link="AtkObject.html#atk-object-get-layer" deprecated="Use atk_component_get_layer instead."/>
80
+ <keyword type="function" name="atk_object_get_mdi_zorder ()" link="AtkObject.html#atk-object-get-mdi-zorder" deprecated="Use atk_component_get_mdi_zorder instead."/>
81
+ <keyword type="function" name="atk_object_get_role ()" link="AtkObject.html#atk-object-get-role"/>
82
+ <keyword type="function" name="atk_object_ref_state_set ()" link="AtkObject.html#atk-object-ref-state-set"/>
83
+ <keyword type="function" name="atk_object_get_index_in_parent ()" link="AtkObject.html#atk-object-get-index-in-parent"/>
84
+ <keyword type="function" name="atk_object_set_name ()" link="AtkObject.html#atk-object-set-name"/>
85
+ <keyword type="function" name="atk_object_set_description ()" link="AtkObject.html#atk-object-set-description"/>
86
+ <keyword type="function" name="atk_object_set_parent ()" link="AtkObject.html#atk-object-set-parent"/>
87
+ <keyword type="function" name="atk_object_set_role ()" link="AtkObject.html#atk-object-set-role"/>
88
+ <keyword type="function" name="atk_object_connect_property_change_handler ()" link="AtkObject.html#atk-object-connect-property-change-handler" deprecated=""/>
89
+ <keyword type="function" name="atk_object_remove_property_change_handler ()" link="AtkObject.html#atk-object-remove-property-change-handler" deprecated=""/>
90
+ <keyword type="function" name="atk_object_notify_state_change ()" link="AtkObject.html#atk-object-notify-state-change"/>
91
+ <keyword type="function" name="atk_object_initialize ()" link="AtkObject.html#atk-object-initialize"/>
92
+ <keyword type="function" name="atk_object_add_relationship ()" link="AtkObject.html#atk-object-add-relationship"/>
93
+ <keyword type="function" name="atk_object_remove_relationship ()" link="AtkObject.html#atk-object-remove-relationship"/>
94
+ <keyword type="function" name="atk_object_get_attributes ()" link="AtkObject.html#atk-object-get-attributes" since="1.12"/>
95
+ <keyword type="function" name="atk_object_get_object_locale ()" link="AtkObject.html#atk-object-get-object-locale" since="2.8"/>
96
+ <keyword type="function" name="atk_role_get_name ()" link="AtkObject.html#atk-role-get-name"/>
97
+ <keyword type="function" name="atk_role_get_localized_name ()" link="AtkObject.html#atk-role-get-localized-name"/>
98
+ <keyword type="function" name="atk_role_for_name ()" link="AtkObject.html#atk-role-for-name"/>
99
+ <keyword type="struct" name="struct AtkObject" link="AtkObject.html#AtkObject-struct"/>
100
+ <keyword type="enum" name="enum AtkRole" link="AtkObject.html#AtkRole"/>
101
+ <keyword type="enum" name="enum AtkLayer" link="AtkObject.html#AtkLayer"/>
102
+ <keyword type="struct" name="AtkImplementor" link="AtkObject.html#AtkImplementor"/>
103
+ <keyword type="struct" name="struct AtkAttribute" link="AtkObject.html#AtkAttribute"/>
104
+ <keyword type="typedef" name="AtkAttributeSet" link="AtkObject.html#AtkAttributeSet"/>
105
+ <keyword type="struct" name="AtkPropertyValues" link="AtkObject.html#AtkPropertyValues"/>
106
+ <keyword type="property" name="The “accessible-component-layer” property" link="AtkObject.html#AtkObject--accessible-component-layer"/>
107
+ <keyword type="property" name="The “accessible-component-mdi-zorder” property" link="AtkObject.html#AtkObject--accessible-component-mdi-zorder"/>
108
+ <keyword type="property" name="The “accessible-description” property" link="AtkObject.html#AtkObject--accessible-description"/>
109
+ <keyword type="property" name="The “accessible-hypertext-nlinks” property" link="AtkObject.html#AtkObject--accessible-hypertext-nlinks"/>
110
+ <keyword type="property" name="The “accessible-name” property" link="AtkObject.html#AtkObject--accessible-name"/>
111
+ <keyword type="property" name="The “accessible-parent” property" link="AtkObject.html#AtkObject--accessible-parent"/>
112
+ <keyword type="property" name="The “accessible-role” property" link="AtkObject.html#AtkObject--accessible-role"/>
113
+ <keyword type="property" name="The “accessible-table-caption” property" link="AtkObject.html#AtkObject--accessible-table-caption"/>
114
+ <keyword type="property" name="The “accessible-table-caption-object” property" link="AtkObject.html#AtkObject--accessible-table-caption-object"/>
115
+ <keyword type="property" name="The “accessible-table-column-description” property" link="AtkObject.html#AtkObject--accessible-table-column-description"/>
116
+ <keyword type="property" name="The “accessible-table-column-header” property" link="AtkObject.html#AtkObject--accessible-table-column-header"/>
117
+ <keyword type="property" name="The “accessible-table-row-description” property" link="AtkObject.html#AtkObject--accessible-table-row-description"/>
118
+ <keyword type="property" name="The “accessible-table-row-header” property" link="AtkObject.html#AtkObject--accessible-table-row-header"/>
119
+ <keyword type="property" name="The “accessible-table-summary” property" link="AtkObject.html#AtkObject--accessible-table-summary"/>
120
+ <keyword type="property" name="The “accessible-value” property" link="AtkObject.html#AtkObject--accessible-value"/>
121
+ <keyword type="signal" name="The “active-descendant-changed” signal" link="AtkObject.html#AtkObject-active-descendant-changed"/>
122
+ <keyword type="signal" name="The “children-changed” signal" link="AtkObject.html#AtkObject-children-changed"/>
123
+ <keyword type="signal" name="The “focus-event” signal" link="AtkObject.html#AtkObject-focus-event"/>
124
+ <keyword type="signal" name="The “property-change” signal" link="AtkObject.html#AtkObject-property-change"/>
125
+ <keyword type="signal" name="The “state-change” signal" link="AtkObject.html#AtkObject-state-change"/>
126
+ <keyword type="signal" name="The “visible-data-changed” signal" link="AtkObject.html#AtkObject-visible-data-changed"/>
127
+ <keyword type="function" name="atk_add_focus_tracker ()" link="AtkUtil.html#atk-add-focus-tracker" deprecated=""/>
128
+ <keyword type="function" name="atk_remove_focus_tracker ()" link="AtkUtil.html#atk-remove-focus-tracker" deprecated=""/>
129
+ <keyword type="function" name="atk_focus_tracker_init ()" link="AtkUtil.html#atk-focus-tracker-init" deprecated=""/>
130
+ <keyword type="function" name="atk_focus_tracker_notify ()" link="AtkUtil.html#atk-focus-tracker-notify" deprecated=""/>
131
+ <keyword type="function" name="AtkEventListener ()" link="AtkUtil.html#AtkEventListener"/>
132
+ <keyword type="function" name="AtkEventListenerInit ()" link="AtkUtil.html#AtkEventListenerInit"/>
133
+ <keyword type="function" name="atk_add_global_event_listener ()" link="AtkUtil.html#atk-add-global-event-listener"/>
134
+ <keyword type="function" name="atk_remove_global_event_listener ()" link="AtkUtil.html#atk-remove-global-event-listener"/>
135
+ <keyword type="function" name="AtkKeySnoopFunc ()" link="AtkUtil.html#AtkKeySnoopFunc"/>
136
+ <keyword type="function" name="atk_add_key_event_listener ()" link="AtkUtil.html#atk-add-key-event-listener"/>
137
+ <keyword type="function" name="atk_remove_key_event_listener ()" link="AtkUtil.html#atk-remove-key-event-listener"/>
138
+ <keyword type="function" name="atk_get_root ()" link="AtkUtil.html#atk-get-root"/>
139
+ <keyword type="function" name="atk_get_focus_object ()" link="AtkUtil.html#atk-get-focus-object" since="1.6"/>
140
+ <keyword type="function" name="atk_get_toolkit_name ()" link="AtkUtil.html#atk-get-toolkit-name"/>
141
+ <keyword type="function" name="atk_get_toolkit_version ()" link="AtkUtil.html#atk-get-toolkit-version"/>
142
+ <keyword type="function" name="atk_get_version ()" link="AtkUtil.html#atk-get-version" since="1.20"/>
143
+ <keyword type="macro" name="ATK_DEFINE_TYPE()" link="AtkUtil.html#ATK-DEFINE-TYPE:CAPS" since="1.22"/>
144
+ <keyword type="macro" name="ATK_DEFINE_TYPE_EXTENDED()" link="AtkUtil.html#ATK-DEFINE-TYPE-EXTENDED:CAPS" since="1.22"/>
145
+ <keyword type="macro" name="ATK_DEFINE_TYPE_WITH_CODE()" link="AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS" since="1.22"/>
146
+ <keyword type="macro" name="ATK_DEFINE_ABSTRACT_TYPE()" link="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE:CAPS" since="1.22"/>
147
+ <keyword type="macro" name="ATK_DEFINE_ABSTRACT_TYPE_WITH_CODE()" link="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS" since="1.22"/>
148
+ <keyword type="struct" name="struct AtkUtil" link="AtkUtil.html#AtkUtil-struct"/>
149
+ <keyword type="struct" name="struct AtkUtilClass" link="AtkUtil.html#AtkUtilClass"/>
150
+ <keyword type="enum" name="enum AtkCoordType" link="AtkUtil.html#AtkCoordType"/>
151
+ <keyword type="struct" name="struct AtkKeyEventStruct" link="AtkUtil.html#AtkKeyEventStruct"/>
152
+ <keyword type="enum" name="enum AtkKeyEventType" link="AtkUtil.html#AtkKeyEventType"/>
153
+ <keyword type="function" name="atk_action_do_action ()" link="AtkAction.html#atk-action-do-action"/>
154
+ <keyword type="function" name="atk_action_get_n_actions ()" link="AtkAction.html#atk-action-get-n-actions"/>
155
+ <keyword type="function" name="atk_action_get_description ()" link="AtkAction.html#atk-action-get-description"/>
156
+ <keyword type="function" name="atk_action_get_name ()" link="AtkAction.html#atk-action-get-name"/>
157
+ <keyword type="function" name="atk_action_get_localized_name ()" link="AtkAction.html#atk-action-get-localized-name"/>
158
+ <keyword type="function" name="atk_action_get_keybinding ()" link="AtkAction.html#atk-action-get-keybinding"/>
159
+ <keyword type="function" name="atk_action_set_description ()" link="AtkAction.html#atk-action-set-description"/>
54
160
  <keyword type="struct" name="AtkAction" link="AtkAction.html#AtkAction-struct"/>
55
161
  <keyword type="struct" name="struct AtkActionIface" link="AtkAction.html#AtkActionIface"/>
56
- <keyword type="function" name="atk_action_do_action ()" link="AtkAction.html#atk-action-do-action"/>
57
- <keyword type="function" name="atk_action_get_n_actions ()" link="AtkAction.html#atk-action-get-n-actions"/>
58
- <keyword type="function" name="atk_action_get_description ()" link="AtkAction.html#atk-action-get-description"/>
59
- <keyword type="function" name="atk_action_get_name ()" link="AtkAction.html#atk-action-get-name"/>
60
- <keyword type="function" name="atk_action_get_localized_name ()" link="AtkAction.html#atk-action-get-localized-name"/>
61
- <keyword type="function" name="atk_action_get_keybinding ()" link="AtkAction.html#atk-action-get-keybinding"/>
62
- <keyword type="function" name="atk_action_set_description ()" link="AtkAction.html#atk-action-set-description"/>
162
+ <keyword type="function" name="AtkFocusHandler ()" link="AtkComponent.html#AtkFocusHandler" deprecated=""/>
163
+ <keyword type="function" name="atk_component_add_focus_handler ()" link="AtkComponent.html#atk-component-add-focus-handler" deprecated=""/>
164
+ <keyword type="function" name="atk_component_contains ()" link="AtkComponent.html#atk-component-contains"/>
165
+ <keyword type="function" name="atk_component_get_extents ()" link="AtkComponent.html#atk-component-get-extents"/>
166
+ <keyword type="function" name="atk_component_get_layer ()" link="AtkComponent.html#atk-component-get-layer"/>
167
+ <keyword type="function" name="atk_component_get_mdi_zorder ()" link="AtkComponent.html#atk-component-get-mdi-zorder"/>
168
+ <keyword type="function" name="atk_component_get_position ()" link="AtkComponent.html#atk-component-get-position" deprecated="Since 2.12. Use atk_component_get_extents() instead."/>
169
+ <keyword type="function" name="atk_component_get_size ()" link="AtkComponent.html#atk-component-get-size" deprecated="Since 2.12. Use atk_component_get_extents() instead."/>
170
+ <keyword type="function" name="atk_component_grab_focus ()" link="AtkComponent.html#atk-component-grab-focus"/>
171
+ <keyword type="function" name="atk_component_ref_accessible_at_point ()" link="AtkComponent.html#atk-component-ref-accessible-at-point"/>
172
+ <keyword type="function" name="atk_component_remove_focus_handler ()" link="AtkComponent.html#atk-component-remove-focus-handler" deprecated=""/>
173
+ <keyword type="function" name="atk_component_set_extents ()" link="AtkComponent.html#atk-component-set-extents"/>
174
+ <keyword type="function" name="atk_component_set_position ()" link="AtkComponent.html#atk-component-set-position"/>
175
+ <keyword type="function" name="atk_component_set_size ()" link="AtkComponent.html#atk-component-set-size"/>
176
+ <keyword type="function" name="atk_component_get_alpha ()" link="AtkComponent.html#atk-component-get-alpha" since="1.12"/>
63
177
  <keyword type="struct" name="AtkComponent" link="AtkComponent.html#AtkComponent-struct"/>
64
178
  <keyword type="struct" name="struct AtkComponentIface" link="AtkComponent.html#AtkComponentIface"/>
65
- <keyword type="function" name="AtkFocusHandler ()" link="AtkComponent.html#AtkFocusHandler" deprecated=""/>
66
179
  <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=""/>
68
- <keyword type="function" name="atk_component_contains ()" link="AtkComponent.html#atk-component-contains"/>
69
- <keyword type="function" name="atk_component_get_extents ()" link="AtkComponent.html#atk-component-get-extents"/>
70
- <keyword type="function" name="atk_component_get_layer ()" link="AtkComponent.html#atk-component-get-layer"/>
71
- <keyword type="function" name="atk_component_get_mdi_zorder ()" link="AtkComponent.html#atk-component-get-mdi-zorder"/>
72
- <keyword type="function" name="atk_component_get_position ()" link="AtkComponent.html#atk-component-get-position"/>
73
- <keyword type="function" name="atk_component_get_size ()" link="AtkComponent.html#atk-component-get-size"/>
74
- <keyword type="function" name="atk_component_grab_focus ()" link="AtkComponent.html#atk-component-grab-focus"/>
75
- <keyword type="function" name="atk_component_ref_accessible_at_point ()" link="AtkComponent.html#atk-component-ref-accessible-at-point"/>
76
- <keyword type="function" name="atk_component_remove_focus_handler ()" link="AtkComponent.html#atk-component-remove-focus-handler" deprecated=""/>
77
- <keyword type="function" name="atk_component_set_extents ()" link="AtkComponent.html#atk-component-set-extents"/>
78
- <keyword type="function" name="atk_component_set_position ()" link="AtkComponent.html#atk-component-set-position"/>
79
- <keyword type="function" name="atk_component_set_size ()" link="AtkComponent.html#atk-component-set-size"/>
80
- <keyword type="function" name="atk_component_get_alpha ()" link="AtkComponent.html#atk-component-get-alpha" since="1.12"/>
81
- <keyword type="signal" name="The &quot;bounds-changed&quot; signal" link="AtkComponent.html#AtkComponent-bounds-changed"/>
180
+ <keyword type="signal" name="The “bounds-changed” signal" link="AtkComponent.html#AtkComponent-bounds-changed"/>
181
+ <keyword type="function" name="atk_document_get_document_type ()" link="AtkDocument.html#atk-document-get-document-type" deprecated=""/>
182
+ <keyword type="function" name="atk_document_get_document ()" link="AtkDocument.html#atk-document-get-document" deprecated=""/>
183
+ <keyword type="function" name="atk_document_get_attribute_value ()" link="AtkDocument.html#atk-document-get-attribute-value" since="1.12"/>
184
+ <keyword type="function" name="atk_document_set_attribute_value ()" link="AtkDocument.html#atk-document-set-attribute-value" since="1.12"/>
185
+ <keyword type="function" name="atk_document_get_attributes ()" link="AtkDocument.html#atk-document-get-attributes" since="1.12"/>
186
+ <keyword type="function" name="atk_document_get_locale ()" link="AtkDocument.html#atk-document-get-locale" deprecated=""/>
187
+ <keyword type="function" name="atk_document_get_current_page_number ()" link="AtkDocument.html#atk-document-get-current-page-number" since="2.12"/>
188
+ <keyword type="function" name="atk_document_get_page_count ()" link="AtkDocument.html#atk-document-get-page-count" since="2.12"/>
82
189
  <keyword type="struct" name="AtkDocument" link="AtkDocument.html#AtkDocument-struct"/>
83
190
  <keyword type="struct" name="struct AtkDocumentIface" link="AtkDocument.html#AtkDocumentIface"/>
84
- <keyword type="function" name="atk_document_get_document_type ()" link="AtkDocument.html#atk-document-get-document-type"/>
85
- <keyword type="function" name="atk_document_get_document ()" link="AtkDocument.html#atk-document-get-document"/>
86
- <keyword type="function" name="atk_document_get_attribute_value ()" link="AtkDocument.html#atk-document-get-attribute-value" since="1.12"/>
87
- <keyword type="function" name="atk_document_set_attribute_value ()" link="AtkDocument.html#atk-document-set-attribute-value" since="1.12"/>
88
- <keyword type="function" name="atk_document_get_attributes ()" link="AtkDocument.html#atk-document-get-attributes" since="1.12"/>
89
- <keyword type="function" name="atk_document_get_locale ()" link="AtkDocument.html#atk-document-get-locale" deprecated=""/>
90
- <keyword type="signal" name="The &quot;load-complete&quot; signal" link="AtkDocument.html#AtkDocument-load-complete"/>
91
- <keyword type="signal" name="The &quot;load-stopped&quot; signal" link="AtkDocument.html#AtkDocument-load-stopped"/>
92
- <keyword type="signal" name="The &quot;reload&quot; signal" link="AtkDocument.html#AtkDocument-reload"/>
191
+ <keyword type="signal" name="The “load-complete” signal" link="AtkDocument.html#AtkDocument-load-complete"/>
192
+ <keyword type="signal" name="The “load-stopped” signal" link="AtkDocument.html#AtkDocument-load-stopped"/>
193
+ <keyword type="signal" name="The “page-changed” signal" link="AtkDocument.html#AtkDocument-page-changed"/>
194
+ <keyword type="signal" name="The “reload” signal" link="AtkDocument.html#AtkDocument-reload"/>
195
+ <keyword type="function" name="atk_editable_text_set_run_attributes ()" link="AtkEditableText.html#atk-editable-text-set-run-attributes"/>
196
+ <keyword type="function" name="atk_editable_text_set_text_contents ()" link="AtkEditableText.html#atk-editable-text-set-text-contents"/>
197
+ <keyword type="function" name="atk_editable_text_insert_text ()" link="AtkEditableText.html#atk-editable-text-insert-text"/>
198
+ <keyword type="function" name="atk_editable_text_copy_text ()" link="AtkEditableText.html#atk-editable-text-copy-text"/>
199
+ <keyword type="function" name="atk_editable_text_cut_text ()" link="AtkEditableText.html#atk-editable-text-cut-text"/>
200
+ <keyword type="function" name="atk_editable_text_delete_text ()" link="AtkEditableText.html#atk-editable-text-delete-text"/>
201
+ <keyword type="function" name="atk_editable_text_paste_text ()" link="AtkEditableText.html#atk-editable-text-paste-text"/>
93
202
  <keyword type="struct" name="AtkEditableText" link="AtkEditableText.html#AtkEditableText-struct"/>
94
- <keyword type="function" name="atk_editable_text_set_run_attributes ()" link="AtkEditableText.html#atk-editable-text-set-run-attributes"/>
95
- <keyword type="function" name="atk_editable_text_set_text_contents ()" link="AtkEditableText.html#atk-editable-text-set-text-contents"/>
96
- <keyword type="function" name="atk_editable_text_insert_text ()" link="AtkEditableText.html#atk-editable-text-insert-text"/>
97
- <keyword type="function" name="atk_editable_text_copy_text ()" link="AtkEditableText.html#atk-editable-text-copy-text"/>
98
- <keyword type="function" name="atk_editable_text_cut_text ()" link="AtkEditableText.html#atk-editable-text-cut-text"/>
99
- <keyword type="function" name="atk_editable_text_delete_text ()" link="AtkEditableText.html#atk-editable-text-delete-text"/>
100
- <keyword type="function" name="atk_editable_text_paste_text ()" link="AtkEditableText.html#atk-editable-text-paste-text"/>
101
- <keyword type="struct" name="struct AtkGObjectAccessible" link="AtkGObjectAccessible.html#AtkGObjectAccessible-struct"/>
102
- <keyword type="function" name="atk_gobject_accessible_for_object ()" link="AtkGObjectAccessible.html#atk-gobject-accessible-for-object"/>
103
- <keyword type="function" name="atk_gobject_accessible_get_object ()" link="AtkGObjectAccessible.html#atk-gobject-accessible-get-object"/>
104
- <keyword type="struct" name="struct AtkHyperlink" link="AtkHyperlink.html#AtkHyperlink-struct"/>
105
- <keyword type="enum" name="enum AtkHyperlinkStateFlags" link="AtkHyperlink.html#AtkHyperlinkStateFlags"/>
106
- <keyword type="function" name="atk_hyperlink_get_uri ()" link="AtkHyperlink.html#atk-hyperlink-get-uri"/>
107
- <keyword type="function" name="atk_hyperlink_get_object ()" link="AtkHyperlink.html#atk-hyperlink-get-object"/>
108
- <keyword type="function" name="atk_hyperlink_get_end_index ()" link="AtkHyperlink.html#atk-hyperlink-get-end-index"/>
109
- <keyword type="function" name="atk_hyperlink_get_start_index ()" link="AtkHyperlink.html#atk-hyperlink-get-start-index"/>
110
- <keyword type="function" name="atk_hyperlink_is_valid ()" link="AtkHyperlink.html#atk-hyperlink-is-valid"/>
111
- <keyword type="function" name="atk_hyperlink_is_inline ()" link="AtkHyperlink.html#atk-hyperlink-is-inline"/>
112
- <keyword type="function" name="atk_hyperlink_get_n_anchors ()" link="AtkHyperlink.html#atk-hyperlink-get-n-anchors"/>
113
- <keyword type="function" name="atk_hyperlink_is_selected_link ()" link="AtkHyperlink.html#atk-hyperlink-is-selected-link" deprecated="" since="1.4"/>
114
- <keyword type="property" name="The &quot;end-index&quot; property" link="AtkHyperlink.html#AtkHyperlink--end-index"/>
115
- <keyword type="property" name="The &quot;number-of-anchors&quot; property" link="AtkHyperlink.html#AtkHyperlink--number-of-anchors"/>
116
- <keyword type="property" name="The &quot;selected-link&quot; property" link="AtkHyperlink.html#AtkHyperlink--selected-link"/>
117
- <keyword type="property" name="The &quot;start-index&quot; property" link="AtkHyperlink.html#AtkHyperlink--start-index"/>
118
- <keyword type="signal" name="The &quot;link-activated&quot; signal" link="AtkHyperlink.html#AtkHyperlink-link-activated"/>
203
+ <keyword type="function" name="atk_hyperlink_impl_get_hyperlink ()" link="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink" since="1.12"/>
119
204
  <keyword type="struct" name="AtkHyperlinkImpl" link="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl"/>
120
- <keyword type="function" name="atk_hyperlink_impl_get_hyperlink ()" link="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink" since="1.12"/>
205
+ <keyword type="function" name="atk_hypertext_get_link ()" link="AtkHypertext.html#atk-hypertext-get-link"/>
206
+ <keyword type="function" name="atk_hypertext_get_n_links ()" link="AtkHypertext.html#atk-hypertext-get-n-links"/>
207
+ <keyword type="function" name="atk_hypertext_get_link_index ()" link="AtkHypertext.html#atk-hypertext-get-link-index"/>
121
208
  <keyword type="struct" name="AtkHypertext" link="AtkHypertext.html#AtkHypertext-struct"/>
122
- <keyword type="function" name="atk_hypertext_get_link ()" link="AtkHypertext.html#atk-hypertext-get-link"/>
123
- <keyword type="function" name="atk_hypertext_get_n_links ()" link="AtkHypertext.html#atk-hypertext-get-n-links"/>
124
- <keyword type="function" name="atk_hypertext_get_link_index ()" link="AtkHypertext.html#atk-hypertext-get-link-index"/>
125
- <keyword type="signal" name="The &quot;link-selected&quot; signal" link="AtkHypertext.html#AtkHypertext-link-selected"/>
209
+ <keyword type="signal" name="The “link-selected” signal" link="AtkHypertext.html#AtkHypertext-link-selected"/>
210
+ <keyword type="function" name="atk_image_get_image_position ()" link="AtkImage.html#atk-image-get-image-position"/>
211
+ <keyword type="function" name="atk_image_get_image_description ()" link="AtkImage.html#atk-image-get-image-description"/>
212
+ <keyword type="function" name="atk_image_set_image_description ()" link="AtkImage.html#atk-image-set-image-description"/>
213
+ <keyword type="function" name="atk_image_get_image_size ()" link="AtkImage.html#atk-image-get-image-size"/>
214
+ <keyword type="function" name="atk_image_get_image_locale ()" link="AtkImage.html#atk-image-get-image-locale"/>
126
215
  <keyword type="struct" name="AtkImage" link="AtkImage.html#AtkImage-struct"/>
127
- <keyword type="function" name="atk_image_get_image_position ()" link="AtkImage.html#atk-image-get-image-position"/>
128
- <keyword type="function" name="atk_image_get_image_description ()" link="AtkImage.html#atk-image-get-image-description"/>
129
- <keyword type="function" name="atk_image_set_image_description ()" link="AtkImage.html#atk-image-set-image-description"/>
130
- <keyword type="function" name="atk_image_get_image_size ()" link="AtkImage.html#atk-image-get-image-size"/>
131
- <keyword type="function" name="atk_image_get_image_locale ()" link="AtkImage.html#atk-image-get-image-locale"/>
132
- <keyword type="struct" name="struct AtkNoOpObject" link="AtkNoOpObject.html#AtkNoOpObject-struct"/>
133
- <keyword type="function" name="atk_no_op_object_new ()" link="AtkNoOpObject.html#atk-no-op-object-new"/>
134
- <keyword type="struct" name="struct AtkNoOpObjectFactory" link="AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct"/>
135
- <keyword type="function" name="atk_no_op_object_factory_new ()" link="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new"/>
136
- <keyword type="struct" name="struct AtkObject" link="AtkObject.html#AtkObject-struct"/>
137
- <keyword type="enum" name="enum AtkRole" link="AtkObject.html#AtkRole"/>
138
- <keyword type="function" name="atk_role_register ()" link="AtkObject.html#atk-role-register"/>
139
- <keyword type="enum" name="enum AtkLayer" link="AtkObject.html#AtkLayer"/>
140
- <keyword type="struct" name="AtkImplementor" link="AtkObject.html#AtkImplementor"/>
141
- <keyword type="struct" name="AtkPropertyValues" link="AtkObject.html#AtkPropertyValues"/>
142
- <keyword type="function" name="AtkFunction ()" link="AtkObject.html#AtkFunction"/>
143
- <keyword type="function" name="AtkPropertyChangeHandler ()" link="AtkObject.html#AtkPropertyChangeHandler"/>
144
- <keyword type="function" name="atk_implementor_ref_accessible ()" link="AtkObject.html#atk-implementor-ref-accessible"/>
145
- <keyword type="function" name="atk_object_get_name ()" link="AtkObject.html#atk-object-get-name"/>
146
- <keyword type="function" name="atk_object_get_description ()" link="AtkObject.html#atk-object-get-description"/>
147
- <keyword type="function" name="atk_object_get_parent ()" link="AtkObject.html#atk-object-get-parent"/>
148
- <keyword type="function" name="atk_object_get_n_accessible_children ()" link="AtkObject.html#atk-object-get-n-accessible-children"/>
149
- <keyword type="function" name="atk_object_ref_accessible_child ()" link="AtkObject.html#atk-object-ref-accessible-child"/>
150
- <keyword type="function" name="atk_object_ref_relation_set ()" link="AtkObject.html#atk-object-ref-relation-set"/>
151
- <keyword type="function" name="atk_object_get_layer ()" link="AtkObject.html#atk-object-get-layer" deprecated="Use atk_component_get_layer instead."/>
152
- <keyword type="function" name="atk_object_get_mdi_zorder ()" link="AtkObject.html#atk-object-get-mdi-zorder" deprecated="Use atk_component_get_mdi_zorder instead."/>
153
- <keyword type="function" name="atk_object_get_role ()" link="AtkObject.html#atk-object-get-role"/>
154
- <keyword type="function" name="atk_object_ref_state_set ()" link="AtkObject.html#atk-object-ref-state-set"/>
155
- <keyword type="function" name="atk_object_get_index_in_parent ()" link="AtkObject.html#atk-object-get-index-in-parent"/>
156
- <keyword type="function" name="atk_object_set_name ()" link="AtkObject.html#atk-object-set-name"/>
157
- <keyword type="function" name="atk_object_set_description ()" link="AtkObject.html#atk-object-set-description"/>
158
- <keyword type="function" name="atk_object_set_parent ()" link="AtkObject.html#atk-object-set-parent"/>
159
- <keyword type="function" name="atk_object_set_role ()" link="AtkObject.html#atk-object-set-role"/>
160
- <keyword type="function" name="atk_object_connect_property_change_handler ()" link="AtkObject.html#atk-object-connect-property-change-handler"/>
161
- <keyword type="function" name="atk_object_remove_property_change_handler ()" link="AtkObject.html#atk-object-remove-property-change-handler"/>
162
- <keyword type="function" name="atk_object_notify_state_change ()" link="AtkObject.html#atk-object-notify-state-change"/>
163
- <keyword type="function" name="atk_object_initialize ()" link="AtkObject.html#atk-object-initialize"/>
164
- <keyword type="function" name="atk_object_add_relationship ()" link="AtkObject.html#atk-object-add-relationship"/>
165
- <keyword type="function" name="atk_object_remove_relationship ()" link="AtkObject.html#atk-object-remove-relationship"/>
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"/>
168
- <keyword type="function" name="atk_role_get_name ()" link="AtkObject.html#atk-role-get-name"/>
169
- <keyword type="function" name="atk_role_get_localized_name ()" link="AtkObject.html#atk-role-get-localized-name"/>
170
- <keyword type="function" name="atk_role_for_name ()" link="AtkObject.html#atk-role-for-name"/>
171
- <keyword type="property" name="The &quot;accessible-component-layer&quot; property" link="AtkObject.html#AtkObject--accessible-component-layer"/>
172
- <keyword type="property" name="The &quot;accessible-component-mdi-zorder&quot; property" link="AtkObject.html#AtkObject--accessible-component-mdi-zorder"/>
173
- <keyword type="property" name="The &quot;accessible-description&quot; property" link="AtkObject.html#AtkObject--accessible-description"/>
174
- <keyword type="property" name="The &quot;accessible-hypertext-nlinks&quot; property" link="AtkObject.html#AtkObject--accessible-hypertext-nlinks"/>
175
- <keyword type="property" name="The &quot;accessible-name&quot; property" link="AtkObject.html#AtkObject--accessible-name"/>
176
- <keyword type="property" name="The &quot;accessible-parent&quot; property" link="AtkObject.html#AtkObject--accessible-parent"/>
177
- <keyword type="property" name="The &quot;accessible-role&quot; property" link="AtkObject.html#AtkObject--accessible-role"/>
178
- <keyword type="property" name="The &quot;accessible-table-caption&quot; property" link="AtkObject.html#AtkObject--accessible-table-caption"/>
179
- <keyword type="property" name="The &quot;accessible-table-caption-object&quot; property" link="AtkObject.html#AtkObject--accessible-table-caption-object"/>
180
- <keyword type="property" name="The &quot;accessible-table-column-description&quot; property" link="AtkObject.html#AtkObject--accessible-table-column-description"/>
181
- <keyword type="property" name="The &quot;accessible-table-column-header&quot; property" link="AtkObject.html#AtkObject--accessible-table-column-header"/>
182
- <keyword type="property" name="The &quot;accessible-table-row-description&quot; property" link="AtkObject.html#AtkObject--accessible-table-row-description"/>
183
- <keyword type="property" name="The &quot;accessible-table-row-header&quot; property" link="AtkObject.html#AtkObject--accessible-table-row-header"/>
184
- <keyword type="property" name="The &quot;accessible-table-summary&quot; property" link="AtkObject.html#AtkObject--accessible-table-summary"/>
185
- <keyword type="property" name="The &quot;accessible-value&quot; property" link="AtkObject.html#AtkObject--accessible-value"/>
186
- <keyword type="signal" name="The &quot;active-descendant-changed&quot; signal" link="AtkObject.html#AtkObject-active-descendant-changed"/>
187
- <keyword type="signal" name="The &quot;children-changed&quot; signal" link="AtkObject.html#AtkObject-children-changed"/>
188
- <keyword type="signal" name="The &quot;focus-event&quot; signal" link="AtkObject.html#AtkObject-focus-event"/>
189
- <keyword type="signal" name="The &quot;property-change&quot; signal" link="AtkObject.html#AtkObject-property-change"/>
190
- <keyword type="signal" name="The &quot;state-change&quot; signal" link="AtkObject.html#AtkObject-state-change"/>
191
- <keyword type="signal" name="The &quot;visible-data-changed&quot; signal" link="AtkObject.html#AtkObject-visible-data-changed"/>
192
- <keyword type="struct" name="struct AtkObjectFactory" link="AtkObjectFactory.html#AtkObjectFactory-struct"/>
193
- <keyword type="function" name="atk_object_factory_create_accessible ()" link="AtkObjectFactory.html#atk-object-factory-create-accessible"/>
194
- <keyword type="function" name="atk_object_factory_get_accessible_type ()" link="AtkObjectFactory.html#atk-object-factory-get-accessible-type"/>
195
- <keyword type="function" name="atk_object_factory_invalidate ()" link="AtkObjectFactory.html#atk-object-factory-invalidate"/>
196
- <keyword type="struct" name="struct AtkPlug" link="atk-AtkPlug.html#AtkPlug"/>
197
- <keyword type="function" name="atk_plug_new ()" link="atk-AtkPlug.html#atk-plug-new"/>
198
- <keyword type="function" name="atk_plug_get_id ()" link="atk-AtkPlug.html#atk-plug-get-id" since="1.30"/>
199
- <keyword type="struct" name="AtkRegistry" link="AtkRegistry.html#AtkRegistry-struct"/>
200
- <keyword type="function" name="atk_registry_set_factory_type ()" link="AtkRegistry.html#atk-registry-set-factory-type"/>
201
- <keyword type="function" name="atk_registry_get_factory_type ()" link="AtkRegistry.html#atk-registry-get-factory-type"/>
202
- <keyword type="function" name="atk_registry_get_factory ()" link="AtkRegistry.html#atk-registry-get-factory"/>
203
- <keyword type="function" name="atk_get_default_registry ()" link="AtkRegistry.html#atk-get-default-registry"/>
204
- <keyword type="struct" name="struct AtkRelation" link="AtkRelation.html#AtkRelation-struct"/>
205
- <keyword type="enum" name="enum AtkRelationType" link="AtkRelation.html#AtkRelationType"/>
206
- <keyword type="function" name="atk_relation_type_register ()" link="AtkRelation.html#atk-relation-type-register"/>
207
- <keyword type="function" name="atk_relation_type_get_name ()" link="AtkRelation.html#atk-relation-type-get-name"/>
208
- <keyword type="function" name="atk_relation_type_for_name ()" link="AtkRelation.html#atk-relation-type-for-name"/>
209
- <keyword type="function" name="atk_relation_new ()" link="AtkRelation.html#atk-relation-new"/>
210
- <keyword type="function" name="atk_relation_get_relation_type ()" link="AtkRelation.html#atk-relation-get-relation-type"/>
211
- <keyword type="function" name="atk_relation_get_target ()" link="AtkRelation.html#atk-relation-get-target"/>
212
- <keyword type="function" name="atk_relation_add_target ()" link="AtkRelation.html#atk-relation-add-target" since="1.9"/>
213
- <keyword type="function" name="atk_relation_remove_target ()" link="AtkRelation.html#atk-relation-remove-target"/>
214
- <keyword type="property" name="The &quot;relation-type&quot; property" link="AtkRelation.html#AtkRelation--relation-type"/>
215
- <keyword type="property" name="The &quot;target&quot; property" link="AtkRelation.html#AtkRelation--target"/>
216
- <keyword type="struct" name="AtkRelationSet" link="AtkRelationSet.html#AtkRelationSet-struct"/>
217
- <keyword type="function" name="atk_relation_set_new ()" link="AtkRelationSet.html#atk-relation-set-new"/>
218
- <keyword type="function" name="atk_relation_set_contains ()" link="AtkRelationSet.html#atk-relation-set-contains"/>
219
- <keyword type="function" name="atk_relation_set_remove ()" link="AtkRelationSet.html#atk-relation-set-remove"/>
220
- <keyword type="function" name="atk_relation_set_add ()" link="AtkRelationSet.html#atk-relation-set-add"/>
221
- <keyword type="function" name="atk_relation_set_get_n_relations ()" link="AtkRelationSet.html#atk-relation-set-get-n-relations"/>
222
- <keyword type="function" name="atk_relation_set_get_relation ()" link="AtkRelationSet.html#atk-relation-set-get-relation"/>
223
- <keyword type="function" name="atk_relation_set_get_relation_by_type ()" link="AtkRelationSet.html#atk-relation-set-get-relation-by-type"/>
224
- <keyword type="function" name="atk_relation_set_add_relation_by_type ()" link="AtkRelationSet.html#atk-relation-set-add-relation-by-type" since="1.9"/>
216
+ <keyword type="function" name="atk_selection_add_selection ()" link="AtkSelection.html#atk-selection-add-selection"/>
217
+ <keyword type="function" name="atk_selection_clear_selection ()" link="AtkSelection.html#atk-selection-clear-selection"/>
218
+ <keyword type="function" name="atk_selection_ref_selection ()" link="AtkSelection.html#atk-selection-ref-selection"/>
219
+ <keyword type="function" name="atk_selection_get_selection_count ()" link="AtkSelection.html#atk-selection-get-selection-count"/>
220
+ <keyword type="function" name="atk_selection_is_child_selected ()" link="AtkSelection.html#atk-selection-is-child-selected"/>
221
+ <keyword type="function" name="atk_selection_remove_selection ()" link="AtkSelection.html#atk-selection-remove-selection"/>
222
+ <keyword type="function" name="atk_selection_select_all_selection ()" link="AtkSelection.html#atk-selection-select-all-selection"/>
225
223
  <keyword type="struct" name="AtkSelection" link="AtkSelection.html#AtkSelection-struct"/>
226
- <keyword type="function" name="atk_selection_add_selection ()" link="AtkSelection.html#atk-selection-add-selection"/>
227
- <keyword type="function" name="atk_selection_clear_selection ()" link="AtkSelection.html#atk-selection-clear-selection"/>
228
- <keyword type="function" name="atk_selection_ref_selection ()" link="AtkSelection.html#atk-selection-ref-selection"/>
229
- <keyword type="function" name="atk_selection_get_selection_count ()" link="AtkSelection.html#atk-selection-get-selection-count"/>
230
- <keyword type="function" name="atk_selection_is_child_selected ()" link="AtkSelection.html#atk-selection-is-child-selected"/>
231
- <keyword type="function" name="atk_selection_remove_selection ()" link="AtkSelection.html#atk-selection-remove-selection"/>
232
- <keyword type="function" name="atk_selection_select_all_selection ()" link="AtkSelection.html#atk-selection-select-all-selection"/>
233
- <keyword type="signal" name="The &quot;selection-changed&quot; signal" link="AtkSelection.html#AtkSelection-selection-changed"/>
234
- <keyword type="struct" name="struct AtkSocket" link="atk-AtkSocket.html#AtkSocket"/>
235
- <keyword type="function" name="atk_socket_new ()" link="atk-AtkSocket.html#atk-socket-new"/>
236
- <keyword type="function" name="atk_socket_embed ()" link="atk-AtkSocket.html#atk-socket-embed" since="1.30"/>
237
- <keyword type="function" name="atk_socket_is_occupied ()" link="atk-AtkSocket.html#atk-socket-is-occupied" since="1.30"/>
238
- <keyword type="enum" name="enum AtkStateType" link="atk-AtkState.html#AtkStateType"/>
239
- <keyword type="typedef" name="AtkState" link="atk-AtkState.html#AtkState"/>
240
- <keyword type="function" name="atk_state_type_register ()" link="atk-AtkState.html#atk-state-type-register"/>
241
- <keyword type="function" name="atk_state_type_get_name ()" link="atk-AtkState.html#atk-state-type-get-name"/>
242
- <keyword type="function" name="atk_state_type_for_name ()" link="atk-AtkState.html#atk-state-type-for-name"/>
243
- <keyword type="struct" name="AtkStateSet" link="AtkStateSet.html#AtkStateSet-struct"/>
244
- <keyword type="function" name="atk_state_set_new ()" link="AtkStateSet.html#atk-state-set-new"/>
245
- <keyword type="function" name="atk_state_set_is_empty ()" link="AtkStateSet.html#atk-state-set-is-empty"/>
246
- <keyword type="function" name="atk_state_set_add_state ()" link="AtkStateSet.html#atk-state-set-add-state"/>
247
- <keyword type="function" name="atk_state_set_add_states ()" link="AtkStateSet.html#atk-state-set-add-states"/>
248
- <keyword type="function" name="atk_state_set_clear_states ()" link="AtkStateSet.html#atk-state-set-clear-states"/>
249
- <keyword type="function" name="atk_state_set_contains_state ()" link="AtkStateSet.html#atk-state-set-contains-state"/>
250
- <keyword type="function" name="atk_state_set_contains_states ()" link="AtkStateSet.html#atk-state-set-contains-states"/>
251
- <keyword type="function" name="atk_state_set_remove_state ()" link="AtkStateSet.html#atk-state-set-remove-state"/>
252
- <keyword type="function" name="atk_state_set_and_sets ()" link="AtkStateSet.html#atk-state-set-and-sets"/>
253
- <keyword type="function" name="atk_state_set_or_sets ()" link="AtkStateSet.html#atk-state-set-or-sets"/>
254
- <keyword type="function" name="atk_state_set_xor_sets ()" link="AtkStateSet.html#atk-state-set-xor-sets"/>
224
+ <keyword type="signal" name="The “selection-changed” signal" link="AtkSelection.html#AtkSelection-selection-changed"/>
225
+ <keyword type="function" name="atk_streamable_content_get_n_mime_types ()" link="AtkStreamableContent.html#atk-streamable-content-get-n-mime-types"/>
226
+ <keyword type="function" name="atk_streamable_content_get_mime_type ()" link="AtkStreamableContent.html#atk-streamable-content-get-mime-type"/>
227
+ <keyword type="function" name="atk_streamable_content_get_stream ()" link="AtkStreamableContent.html#atk-streamable-content-get-stream"/>
228
+ <keyword type="function" name="atk_streamable_content_get_uri ()" link="AtkStreamableContent.html#atk-streamable-content-get-uri" since="1.12"/>
255
229
  <keyword type="struct" name="AtkStreamableContent" link="AtkStreamableContent.html#AtkStreamableContent-struct"/>
256
- <keyword type="function" name="atk_streamable_content_get_n_mime_types ()" link="AtkStreamableContent.html#atk-streamable-content-get-n-mime-types"/>
257
- <keyword type="function" name="atk_streamable_content_get_mime_type ()" link="AtkStreamableContent.html#atk-streamable-content-get-mime-type"/>
258
- <keyword type="function" name="atk_streamable_content_get_stream ()" link="AtkStreamableContent.html#atk-streamable-content-get-stream"/>
259
- <keyword type="function" name="atk_streamable_content_get_uri ()" link="AtkStreamableContent.html#atk-streamable-content-get-uri" since="1.12"/>
230
+ <keyword type="function" name="atk_table_ref_at ()" link="AtkTable.html#atk-table-ref-at"/>
231
+ <keyword type="function" name="atk_table_get_index_at ()" link="AtkTable.html#atk-table-get-index-at" deprecated=""/>
232
+ <keyword type="function" name="atk_table_get_column_at_index ()" link="AtkTable.html#atk-table-get-column-at-index" deprecated="Since 2.12."/>
233
+ <keyword type="function" name="atk_table_get_row_at_index ()" link="AtkTable.html#atk-table-get-row-at-index" deprecated="since 2.12."/>
234
+ <keyword type="function" name="atk_table_get_n_columns ()" link="AtkTable.html#atk-table-get-n-columns"/>
235
+ <keyword type="function" name="atk_table_get_n_rows ()" link="AtkTable.html#atk-table-get-n-rows"/>
236
+ <keyword type="function" name="atk_table_get_column_extent_at ()" link="AtkTable.html#atk-table-get-column-extent-at"/>
237
+ <keyword type="function" name="atk_table_get_row_extent_at ()" link="AtkTable.html#atk-table-get-row-extent-at"/>
238
+ <keyword type="function" name="atk_table_get_caption ()" link="AtkTable.html#atk-table-get-caption"/>
239
+ <keyword type="function" name="atk_table_get_column_description ()" link="AtkTable.html#atk-table-get-column-description"/>
240
+ <keyword type="function" name="atk_table_get_row_description ()" link="AtkTable.html#atk-table-get-row-description"/>
241
+ <keyword type="function" name="atk_table_get_column_header ()" link="AtkTable.html#atk-table-get-column-header"/>
242
+ <keyword type="function" name="atk_table_get_row_header ()" link="AtkTable.html#atk-table-get-row-header"/>
243
+ <keyword type="function" name="atk_table_get_summary ()" link="AtkTable.html#atk-table-get-summary"/>
244
+ <keyword type="function" name="atk_table_set_caption ()" link="AtkTable.html#atk-table-set-caption"/>
245
+ <keyword type="function" name="atk_table_set_row_description ()" link="AtkTable.html#atk-table-set-row-description"/>
246
+ <keyword type="function" name="atk_table_set_column_description ()" link="AtkTable.html#atk-table-set-column-description"/>
247
+ <keyword type="function" name="atk_table_set_row_header ()" link="AtkTable.html#atk-table-set-row-header"/>
248
+ <keyword type="function" name="atk_table_set_column_header ()" link="AtkTable.html#atk-table-set-column-header"/>
249
+ <keyword type="function" name="atk_table_set_summary ()" link="AtkTable.html#atk-table-set-summary"/>
250
+ <keyword type="function" name="atk_table_get_selected_columns ()" link="AtkTable.html#atk-table-get-selected-columns"/>
251
+ <keyword type="function" name="atk_table_get_selected_rows ()" link="AtkTable.html#atk-table-get-selected-rows"/>
252
+ <keyword type="function" name="atk_table_is_column_selected ()" link="AtkTable.html#atk-table-is-column-selected"/>
253
+ <keyword type="function" name="atk_table_is_row_selected ()" link="AtkTable.html#atk-table-is-row-selected"/>
254
+ <keyword type="function" name="atk_table_is_selected ()" link="AtkTable.html#atk-table-is-selected"/>
255
+ <keyword type="function" name="atk_table_add_column_selection ()" link="AtkTable.html#atk-table-add-column-selection"/>
256
+ <keyword type="function" name="atk_table_add_row_selection ()" link="AtkTable.html#atk-table-add-row-selection"/>
257
+ <keyword type="function" name="atk_table_remove_column_selection ()" link="AtkTable.html#atk-table-remove-column-selection"/>
258
+ <keyword type="function" name="atk_table_remove_row_selection ()" link="AtkTable.html#atk-table-remove-row-selection"/>
260
259
  <keyword type="struct" name="AtkTable" link="AtkTable.html#AtkTable-struct"/>
261
- <keyword type="function" name="atk_table_ref_at ()" link="AtkTable.html#atk-table-ref-at"/>
262
- <keyword type="function" name="atk_table_get_index_at ()" link="AtkTable.html#atk-table-get-index-at"/>
263
- <keyword type="function" name="atk_table_get_column_at_index ()" link="AtkTable.html#atk-table-get-column-at-index"/>
264
- <keyword type="function" name="atk_table_get_row_at_index ()" link="AtkTable.html#atk-table-get-row-at-index"/>
265
- <keyword type="function" name="atk_table_get_n_columns ()" link="AtkTable.html#atk-table-get-n-columns"/>
266
- <keyword type="function" name="atk_table_get_n_rows ()" link="AtkTable.html#atk-table-get-n-rows"/>
267
- <keyword type="function" name="atk_table_get_column_extent_at ()" link="AtkTable.html#atk-table-get-column-extent-at"/>
268
- <keyword type="function" name="atk_table_get_row_extent_at ()" link="AtkTable.html#atk-table-get-row-extent-at"/>
269
- <keyword type="function" name="atk_table_get_caption ()" link="AtkTable.html#atk-table-get-caption"/>
270
- <keyword type="function" name="atk_table_get_column_description ()" link="AtkTable.html#atk-table-get-column-description"/>
271
- <keyword type="function" name="atk_table_get_row_description ()" link="AtkTable.html#atk-table-get-row-description"/>
272
- <keyword type="function" name="atk_table_get_column_header ()" link="AtkTable.html#atk-table-get-column-header"/>
273
- <keyword type="function" name="atk_table_get_row_header ()" link="AtkTable.html#atk-table-get-row-header"/>
274
- <keyword type="function" name="atk_table_get_summary ()" link="AtkTable.html#atk-table-get-summary"/>
275
- <keyword type="function" name="atk_table_set_caption ()" link="AtkTable.html#atk-table-set-caption"/>
276
- <keyword type="function" name="atk_table_set_row_description ()" link="AtkTable.html#atk-table-set-row-description"/>
277
- <keyword type="function" name="atk_table_set_column_description ()" link="AtkTable.html#atk-table-set-column-description"/>
278
- <keyword type="function" name="atk_table_set_row_header ()" link="AtkTable.html#atk-table-set-row-header"/>
279
- <keyword type="function" name="atk_table_set_column_header ()" link="AtkTable.html#atk-table-set-column-header"/>
280
- <keyword type="function" name="atk_table_set_summary ()" link="AtkTable.html#atk-table-set-summary"/>
281
- <keyword type="function" name="atk_table_get_selected_columns ()" link="AtkTable.html#atk-table-get-selected-columns"/>
282
- <keyword type="function" name="atk_table_get_selected_rows ()" link="AtkTable.html#atk-table-get-selected-rows"/>
283
- <keyword type="function" name="atk_table_is_column_selected ()" link="AtkTable.html#atk-table-is-column-selected"/>
284
- <keyword type="function" name="atk_table_is_row_selected ()" link="AtkTable.html#atk-table-is-row-selected"/>
285
- <keyword type="function" name="atk_table_is_selected ()" link="AtkTable.html#atk-table-is-selected"/>
286
- <keyword type="function" name="atk_table_add_column_selection ()" link="AtkTable.html#atk-table-add-column-selection"/>
287
- <keyword type="function" name="atk_table_add_row_selection ()" link="AtkTable.html#atk-table-add-row-selection"/>
288
- <keyword type="function" name="atk_table_remove_column_selection ()" link="AtkTable.html#atk-table-remove-column-selection"/>
289
- <keyword type="function" name="atk_table_remove_row_selection ()" link="AtkTable.html#atk-table-remove-row-selection"/>
290
- <keyword type="signal" name="The &quot;column-deleted&quot; signal" link="AtkTable.html#AtkTable-column-deleted"/>
291
- <keyword type="signal" name="The &quot;column-inserted&quot; signal" link="AtkTable.html#AtkTable-column-inserted"/>
292
- <keyword type="signal" name="The &quot;column-reordered&quot; signal" link="AtkTable.html#AtkTable-column-reordered"/>
293
- <keyword type="signal" name="The &quot;model-changed&quot; signal" link="AtkTable.html#AtkTable-model-changed"/>
294
- <keyword type="signal" name="The &quot;row-deleted&quot; signal" link="AtkTable.html#AtkTable-row-deleted"/>
295
- <keyword type="signal" name="The &quot;row-inserted&quot; signal" link="AtkTable.html#AtkTable-row-inserted"/>
296
- <keyword type="signal" name="The &quot;row-reordered&quot; signal" link="AtkTable.html#AtkTable-row-reordered"/>
260
+ <keyword type="signal" name="The “column-deleted” signal" link="AtkTable.html#AtkTable-column-deleted"/>
261
+ <keyword type="signal" name="The “column-inserted” signal" link="AtkTable.html#AtkTable-column-inserted"/>
262
+ <keyword type="signal" name="The “column-reordered” signal" link="AtkTable.html#AtkTable-column-reordered"/>
263
+ <keyword type="signal" name="The “model-changed” signal" link="AtkTable.html#AtkTable-model-changed"/>
264
+ <keyword type="signal" name="The “row-deleted” signal" link="AtkTable.html#AtkTable-row-deleted"/>
265
+ <keyword type="signal" name="The “row-inserted” signal" link="AtkTable.html#AtkTable-row-inserted"/>
266
+ <keyword type="signal" name="The “row-reordered” signal" link="AtkTable.html#AtkTable-row-reordered"/>
267
+ <keyword type="function" name="atk_table_cell_get_column_span ()" link="AtkTableCell.html#atk-table-cell-get-column-span" since="2.12"/>
268
+ <keyword type="function" name="atk_table_cell_get_column_header_cells ()" link="AtkTableCell.html#atk-table-cell-get-column-header-cells" since="2.12"/>
269
+ <keyword type="function" name="atk_table_cell_get_position ()" link="AtkTableCell.html#atk-table-cell-get-position" since="2.12"/>
270
+ <keyword type="function" name="atk_table_cell_get_row_span ()" link="AtkTableCell.html#atk-table-cell-get-row-span" since="2.12"/>
271
+ <keyword type="function" name="atk_table_cell_get_row_header_cells ()" link="AtkTableCell.html#atk-table-cell-get-row-header-cells" since="2.12"/>
272
+ <keyword type="function" name="atk_table_cell_get_row_column_span ()" link="AtkTableCell.html#atk-table-cell-get-row-column-span" since="2.12"/>
273
+ <keyword type="function" name="atk_table_cell_get_table ()" link="AtkTableCell.html#atk-table-cell-get-table" since="2.12"/>
274
+ <keyword type="struct" name="AtkTableCell" link="AtkTableCell.html#AtkTableCell-struct"/>
275
+ <keyword type="struct" name="struct AtkTableCellIface" link="AtkTableCell.html#AtkTableCellIface"/>
276
+ <keyword type="function" name="atk_text_get_text ()" link="AtkText.html#atk-text-get-text"/>
277
+ <keyword type="function" name="atk_text_get_character_at_offset ()" link="AtkText.html#atk-text-get-character-at-offset"/>
278
+ <keyword type="function" name="atk_text_get_text_after_offset ()" link="AtkText.html#atk-text-get-text-after-offset" deprecated=""/>
279
+ <keyword type="function" name="atk_text_get_text_at_offset ()" link="AtkText.html#atk-text-get-text-at-offset" deprecated=""/>
280
+ <keyword type="function" name="atk_text_get_text_before_offset ()" link="AtkText.html#atk-text-get-text-before-offset" deprecated=""/>
281
+ <keyword type="function" name="atk_text_get_string_at_offset ()" link="AtkText.html#atk-text-get-string-at-offset" since="2.10"/>
282
+ <keyword type="function" name="atk_text_get_caret_offset ()" link="AtkText.html#atk-text-get-caret-offset"/>
283
+ <keyword type="function" name="atk_text_get_character_extents ()" link="AtkText.html#atk-text-get-character-extents"/>
284
+ <keyword type="function" name="atk_text_get_run_attributes ()" link="AtkText.html#atk-text-get-run-attributes"/>
285
+ <keyword type="function" name="atk_text_get_default_attributes ()" link="AtkText.html#atk-text-get-default-attributes"/>
286
+ <keyword type="function" name="atk_text_get_character_count ()" link="AtkText.html#atk-text-get-character-count"/>
287
+ <keyword type="function" name="atk_text_get_offset_at_point ()" link="AtkText.html#atk-text-get-offset-at-point"/>
288
+ <keyword type="function" name="atk_text_get_bounded_ranges ()" link="AtkText.html#atk-text-get-bounded-ranges" since="1.3"/>
289
+ <keyword type="function" name="atk_text_get_range_extents ()" link="AtkText.html#atk-text-get-range-extents" since="1.3"/>
290
+ <keyword type="function" name="atk_text_free_ranges ()" link="AtkText.html#atk-text-free-ranges" since="1.3"/>
291
+ <keyword type="function" name="atk_text_get_n_selections ()" link="AtkText.html#atk-text-get-n-selections"/>
292
+ <keyword type="function" name="atk_text_get_selection ()" link="AtkText.html#atk-text-get-selection"/>
293
+ <keyword type="function" name="atk_text_add_selection ()" link="AtkText.html#atk-text-add-selection"/>
294
+ <keyword type="function" name="atk_text_remove_selection ()" link="AtkText.html#atk-text-remove-selection"/>
295
+ <keyword type="function" name="atk_text_set_selection ()" link="AtkText.html#atk-text-set-selection"/>
296
+ <keyword type="function" name="atk_text_set_caret_offset ()" link="AtkText.html#atk-text-set-caret-offset"/>
297
+ <keyword type="function" name="atk_attribute_set_free ()" link="AtkText.html#atk-attribute-set-free"/>
298
+ <keyword type="function" name="atk_text_attribute_register ()" link="AtkText.html#atk-text-attribute-register"/>
299
+ <keyword type="function" name="atk_text_attribute_get_name ()" link="AtkText.html#atk-text-attribute-get-name"/>
300
+ <keyword type="function" name="atk_text_attribute_for_name ()" link="AtkText.html#atk-text-attribute-for-name"/>
301
+ <keyword type="function" name="atk_text_attribute_get_value ()" link="AtkText.html#atk-text-attribute-get-value"/>
297
302
  <keyword type="struct" name="AtkText" link="AtkText.html#AtkText-struct"/>
298
303
  <keyword type="struct" name="struct AtkTextIface" link="AtkText.html#AtkTextIface"/>
299
304
  <keyword type="enum" name="enum AtkTextBoundary" link="AtkText.html#AtkTextBoundary"/>
@@ -301,310 +306,136 @@
301
306
  <keyword type="enum" name="enum AtkTextClipType" link="AtkText.html#AtkTextClipType"/>
302
307
  <keyword type="struct" name="struct AtkTextRange" link="AtkText.html#AtkTextRange"/>
303
308
  <keyword type="struct" name="struct AtkTextRectangle" link="AtkText.html#AtkTextRectangle"/>
304
- <keyword type="struct" name="struct AtkAttribute" link="AtkText.html#AtkAttribute"/>
305
- <keyword type="typedef" name="AtkAttributeSet" link="AtkText.html#AtkAttributeSet"/>
306
309
  <keyword type="enum" name="enum AtkTextAttribute" link="AtkText.html#AtkTextAttribute"/>
307
- <keyword type="function" name="atk_text_get_text ()" link="AtkText.html#atk-text-get-text"/>
308
- <keyword type="function" name="atk_text_get_character_at_offset ()" link="AtkText.html#atk-text-get-character-at-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"/>
313
- <keyword type="function" name="atk_text_get_caret_offset ()" link="AtkText.html#atk-text-get-caret-offset"/>
314
- <keyword type="function" name="atk_text_get_character_extents ()" link="AtkText.html#atk-text-get-character-extents"/>
315
- <keyword type="function" name="atk_text_get_run_attributes ()" link="AtkText.html#atk-text-get-run-attributes"/>
316
- <keyword type="function" name="atk_text_get_default_attributes ()" link="AtkText.html#atk-text-get-default-attributes"/>
317
- <keyword type="function" name="atk_text_get_character_count ()" link="AtkText.html#atk-text-get-character-count"/>
318
- <keyword type="function" name="atk_text_get_offset_at_point ()" link="AtkText.html#atk-text-get-offset-at-point"/>
319
- <keyword type="function" name="atk_text_get_bounded_ranges ()" link="AtkText.html#atk-text-get-bounded-ranges" since="1.3"/>
320
- <keyword type="function" name="atk_text_get_range_extents ()" link="AtkText.html#atk-text-get-range-extents" since="1.3"/>
321
- <keyword type="function" name="atk_text_free_ranges ()" link="AtkText.html#atk-text-free-ranges" since="1.3"/>
322
- <keyword type="function" name="atk_text_get_n_selections ()" link="AtkText.html#atk-text-get-n-selections"/>
323
- <keyword type="function" name="atk_text_get_selection ()" link="AtkText.html#atk-text-get-selection"/>
324
- <keyword type="function" name="atk_text_add_selection ()" link="AtkText.html#atk-text-add-selection"/>
325
- <keyword type="function" name="atk_text_remove_selection ()" link="AtkText.html#atk-text-remove-selection"/>
326
- <keyword type="function" name="atk_text_set_selection ()" link="AtkText.html#atk-text-set-selection"/>
327
- <keyword type="function" name="atk_text_set_caret_offset ()" link="AtkText.html#atk-text-set-caret-offset"/>
328
- <keyword type="function" name="atk_attribute_set_free ()" link="AtkText.html#atk-attribute-set-free"/>
329
- <keyword type="function" name="atk_text_attribute_register ()" link="AtkText.html#atk-text-attribute-register"/>
330
- <keyword type="function" name="atk_text_attribute_get_name ()" link="AtkText.html#atk-text-attribute-get-name"/>
331
- <keyword type="function" name="atk_text_attribute_for_name ()" link="AtkText.html#atk-text-attribute-for-name"/>
332
- <keyword type="function" name="atk_text_attribute_get_value ()" link="AtkText.html#atk-text-attribute-get-value"/>
333
- <keyword type="signal" name="The &quot;text-attributes-changed&quot; signal" link="AtkText.html#AtkText-text-attributes-changed"/>
334
- <keyword type="signal" name="The &quot;text-caret-moved&quot; signal" link="AtkText.html#AtkText-text-caret-moved"/>
335
- <keyword type="signal" name="The &quot;text-changed&quot; signal" link="AtkText.html#AtkText-text-changed"/>
336
- <keyword type="signal" name="The &quot;text-insert&quot; signal" link="AtkText.html#AtkText-text-insert"/>
337
- <keyword type="signal" name="The &quot;text-remove&quot; signal" link="AtkText.html#AtkText-text-remove"/>
338
- <keyword type="signal" name="The &quot;text-selection-changed&quot; signal" link="AtkText.html#AtkText-text-selection-changed"/>
339
- <keyword type="struct" name="struct AtkUtil" link="AtkUtil.html#AtkUtil-struct"/>
340
- <keyword type="enum" name="enum AtkCoordType" link="AtkUtil.html#AtkCoordType"/>
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=""/>
345
- <keyword type="function" name="AtkEventListener ()" link="AtkUtil.html#AtkEventListener"/>
346
- <keyword type="function" name="AtkEventListenerInit ()" link="AtkUtil.html#AtkEventListenerInit"/>
347
- <keyword type="function" name="atk_add_global_event_listener ()" link="AtkUtil.html#atk-add-global-event-listener"/>
348
- <keyword type="function" name="atk_remove_global_event_listener ()" link="AtkUtil.html#atk-remove-global-event-listener"/>
349
- <keyword type="struct" name="struct AtkKeyEventStruct" link="AtkUtil.html#AtkKeyEventStruct"/>
350
- <keyword type="enum" name="enum AtkKeyEventType" link="AtkUtil.html#AtkKeyEventType"/>
351
- <keyword type="function" name="AtkKeySnoopFunc ()" link="AtkUtil.html#AtkKeySnoopFunc"/>
352
- <keyword type="function" name="atk_add_key_event_listener ()" link="AtkUtil.html#atk-add-key-event-listener"/>
353
- <keyword type="function" name="atk_remove_key_event_listener ()" link="AtkUtil.html#atk-remove-key-event-listener"/>
354
- <keyword type="function" name="atk_get_root ()" link="AtkUtil.html#atk-get-root"/>
355
- <keyword type="function" name="atk_get_focus_object ()" link="AtkUtil.html#atk-get-focus-object" since="1.6"/>
356
- <keyword type="function" name="atk_get_toolkit_name ()" link="AtkUtil.html#atk-get-toolkit-name"/>
357
- <keyword type="function" name="atk_get_toolkit_version ()" link="AtkUtil.html#atk-get-toolkit-version"/>
358
- <keyword type="function" name="atk_get_version ()" link="AtkUtil.html#atk-get-version" since="1.20"/>
359
- <keyword type="macro" name="ATK_DEFINE_TYPE()" link="AtkUtil.html#ATK-DEFINE-TYPE:CAPS" since="1.22"/>
360
- <keyword type="macro" name="ATK_DEFINE_TYPE_EXTENDED()" link="AtkUtil.html#ATK-DEFINE-TYPE-EXTENDED:CAPS" since="1.22"/>
361
- <keyword type="macro" name="ATK_DEFINE_TYPE_WITH_CODE()" link="AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS" since="1.22"/>
362
- <keyword type="macro" name="ATK_DEFINE_ABSTRACT_TYPE()" link="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE:CAPS" since="1.22"/>
363
- <keyword type="macro" name="ATK_DEFINE_ABSTRACT_TYPE_WITH_CODE()" link="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS" since="1.22"/>
310
+ <keyword type="signal" name="The “text-attributes-changed” signal" link="AtkText.html#AtkText-text-attributes-changed"/>
311
+ <keyword type="signal" name="The “text-caret-moved” signal" link="AtkText.html#AtkText-text-caret-moved"/>
312
+ <keyword type="signal" name="The “text-changed” signal" link="AtkText.html#AtkText-text-changed"/>
313
+ <keyword type="signal" name="The “text-insert” signal" link="AtkText.html#AtkText-text-insert"/>
314
+ <keyword type="signal" name="The “text-remove” signal" link="AtkText.html#AtkText-text-remove"/>
315
+ <keyword type="signal" name="The “text-selection-changed” signal" link="AtkText.html#AtkText-text-selection-changed"/>
316
+ <keyword type="" name="Implementor Notes" link="AtkValue.html#implementor-notes"/>
317
+ <keyword type="" name="Implementor Notes" link="AtkValue.html#ranges-implementor-notes"/>
318
+ <keyword type="function" name="atk_value_get_current_value ()" link="AtkValue.html#atk-value-get-current-value" deprecated=""/>
319
+ <keyword type="function" name="atk_value_get_maximum_value ()" link="AtkValue.html#atk-value-get-maximum-value" deprecated="Since 2.12. Use atk_value_get_range() instead."/>
320
+ <keyword type="function" name="atk_value_get_minimum_value ()" link="AtkValue.html#atk-value-get-minimum-value" deprecated="Since 2.12. Use atk_value_get_range() instead."/>
321
+ <keyword type="function" name="atk_value_set_current_value ()" link="AtkValue.html#atk-value-set-current-value" deprecated="Since 2.12. Use atk_value_set_value() instead."/>
322
+ <keyword type="function" name="atk_value_get_minimum_increment ()" link="AtkValue.html#atk-value-get-minimum-increment" deprecated="Since 2.12. Use atk_value_get_increment() instead." since="1.12"/>
323
+ <keyword type="function" name="atk_value_get_value_and_text ()" link="AtkValue.html#atk-value-get-value-and-text" since="2.12"/>
324
+ <keyword type="function" name="atk_value_get_range ()" link="AtkValue.html#atk-value-get-range" since="2.12"/>
325
+ <keyword type="function" name="atk_value_get_increment ()" link="AtkValue.html#atk-value-get-increment" since="2.12"/>
326
+ <keyword type="function" name="atk_value_get_sub_ranges ()" link="AtkValue.html#atk-value-get-sub-ranges" since="2.12"/>
327
+ <keyword type="function" name="atk_value_set_value ()" link="AtkValue.html#atk-value-set-value" since="2.12"/>
364
328
  <keyword type="struct" name="AtkValue" link="AtkValue.html#AtkValue-struct"/>
365
- <keyword type="function" name="atk_value_get_current_value ()" link="AtkValue.html#atk-value-get-current-value"/>
366
- <keyword type="function" name="atk_value_get_maximum_value ()" link="AtkValue.html#atk-value-get-maximum-value"/>
367
- <keyword type="function" name="atk_value_get_minimum_value ()" link="AtkValue.html#atk-value-get-minimum-value"/>
368
- <keyword type="function" name="atk_value_set_current_value ()" link="AtkValue.html#atk-value-set-current-value"/>
369
- <keyword type="function" name="atk_value_get_minimum_increment ()" link="AtkValue.html#atk-value-get-minimum-increment" since="1.12"/>
329
+ <keyword type="signal" name="The “value-changed” signal" link="AtkValue.html#AtkValue-value-changed"/>
370
330
  <keyword type="struct" name="AtkWindow" link="AtkWindow.html#AtkWindow-struct"/>
371
- <keyword type="signal" name="The &quot;activate&quot; signal" link="AtkWindow.html#AtkWindow-activate"/>
372
- <keyword type="signal" name="The &quot;create&quot; signal" link="AtkWindow.html#AtkWindow-create"/>
373
- <keyword type="signal" name="The &quot;deactivate&quot; signal" link="AtkWindow.html#AtkWindow-deactivate"/>
374
- <keyword type="signal" name="The &quot;destroy&quot; signal" link="AtkWindow.html#AtkWindow-destroy"/>
375
- <keyword type="signal" name="The &quot;maximize&quot; signal" link="AtkWindow.html#AtkWindow-maximize"/>
376
- <keyword type="signal" name="The &quot;minimize&quot; signal" link="AtkWindow.html#AtkWindow-minimize"/>
377
- <keyword type="signal" name="The &quot;move&quot; signal" link="AtkWindow.html#AtkWindow-move"/>
378
- <keyword type="signal" name="The &quot;resize&quot; signal" link="AtkWindow.html#AtkWindow-resize"/>
379
- <keyword type="signal" name="The &quot;restore&quot; signal" link="AtkWindow.html#AtkWindow-restore"/>
380
- <keyword type="function" name="atk_get_major_version ()" link="atk-Versioning-Utilities.html#atk-get-major-version" since="2.7.4"/>
381
- <keyword type="function" name="atk_get_minor_version ()" link="atk-Versioning-Utilities.html#atk-get-minor-version" since="2.7.4"/>
382
- <keyword type="function" name="atk_get_micro_version ()" link="atk-Versioning-Utilities.html#atk-get-micro-version" since="2.7.4"/>
383
- <keyword type="function" name="atk_get_binary_age ()" link="atk-Versioning-Utilities.html#atk-get-binary-age" since="2.7.4"/>
384
- <keyword type="function" name="atk_get_interface_age ()" link="atk-Versioning-Utilities.html#atk-get-interface-age" since="2.7.4"/>
331
+ <keyword type="signal" name="The activate signal" link="AtkWindow.html#AtkWindow-activate"/>
332
+ <keyword type="signal" name="The create signal" link="AtkWindow.html#AtkWindow-create"/>
333
+ <keyword type="signal" name="The deactivate signal" link="AtkWindow.html#AtkWindow-deactivate"/>
334
+ <keyword type="signal" name="The destroy signal" link="AtkWindow.html#AtkWindow-destroy"/>
335
+ <keyword type="signal" name="The maximize signal" link="AtkWindow.html#AtkWindow-maximize"/>
336
+ <keyword type="signal" name="The minimize signal" link="AtkWindow.html#AtkWindow-minimize"/>
337
+ <keyword type="signal" name="The move signal" link="AtkWindow.html#AtkWindow-move"/>
338
+ <keyword type="signal" name="The resize signal" link="AtkWindow.html#AtkWindow-resize"/>
339
+ <keyword type="signal" name="The restore signal" link="AtkWindow.html#AtkWindow-restore"/>
340
+ <keyword type="macro" name="ATK_TYPE_RANGE" link="atk-AtkRange.html#ATK-TYPE-RANGE:CAPS"/>
341
+ <keyword type="function" name="atk_range_copy ()" link="atk-AtkRange.html#atk-range-copy" since="2.12"/>
342
+ <keyword type="function" name="atk_range_free ()" link="atk-AtkRange.html#atk-range-free" since="2.12"/>
343
+ <keyword type="function" name="atk_range_get_lower_limit ()" link="atk-AtkRange.html#atk-range-get-lower-limit" since="2.12"/>
344
+ <keyword type="function" name="atk_range_get_upper_limit ()" link="atk-AtkRange.html#atk-range-get-upper-limit" since="2.12"/>
345
+ <keyword type="function" name="atk_range_get_description ()" link="atk-AtkRange.html#atk-range-get-description" since="2.12"/>
346
+ <keyword type="function" name="atk_range_new ()" link="atk-AtkRange.html#atk-range-new" since="2.12"/>
347
+ <keyword type="function" name="atk_range_get_type ()" link="atk-AtkRange.html#atk-range-get-type"/>
348
+ <keyword type="function" name="atk_relation_type_register ()" link="AtkRelation.html#atk-relation-type-register"/>
349
+ <keyword type="function" name="atk_relation_type_get_name ()" link="AtkRelation.html#atk-relation-type-get-name"/>
350
+ <keyword type="function" name="atk_relation_type_for_name ()" link="AtkRelation.html#atk-relation-type-for-name"/>
351
+ <keyword type="function" name="atk_relation_new ()" link="AtkRelation.html#atk-relation-new"/>
352
+ <keyword type="function" name="atk_relation_get_relation_type ()" link="AtkRelation.html#atk-relation-get-relation-type"/>
353
+ <keyword type="function" name="atk_relation_get_target ()" link="AtkRelation.html#atk-relation-get-target"/>
354
+ <keyword type="function" name="atk_relation_add_target ()" link="AtkRelation.html#atk-relation-add-target" since="1.9"/>
355
+ <keyword type="function" name="atk_relation_remove_target ()" link="AtkRelation.html#atk-relation-remove-target"/>
356
+ <keyword type="function" name="atk_relation_set_contains_target ()" link="AtkRelation.html#atk-relation-set-contains-target"/>
357
+ <keyword type="struct" name="struct AtkRelation" link="AtkRelation.html#AtkRelation-struct"/>
358
+ <keyword type="enum" name="enum AtkRelationType" link="AtkRelation.html#AtkRelationType"/>
359
+ <keyword type="property" name="The “relation-type” property" link="AtkRelation.html#AtkRelation--relation-type"/>
360
+ <keyword type="property" name="The “target” property" link="AtkRelation.html#AtkRelation--target"/>
361
+ <keyword type="function" name="atk_relation_set_new ()" link="AtkRelationSet.html#atk-relation-set-new"/>
362
+ <keyword type="function" name="atk_relation_set_contains ()" link="AtkRelationSet.html#atk-relation-set-contains"/>
363
+ <keyword type="function" name="atk_relation_set_remove ()" link="AtkRelationSet.html#atk-relation-set-remove"/>
364
+ <keyword type="function" name="atk_relation_set_add ()" link="AtkRelationSet.html#atk-relation-set-add"/>
365
+ <keyword type="function" name="atk_relation_set_get_n_relations ()" link="AtkRelationSet.html#atk-relation-set-get-n-relations"/>
366
+ <keyword type="function" name="atk_relation_set_get_relation ()" link="AtkRelationSet.html#atk-relation-set-get-relation"/>
367
+ <keyword type="function" name="atk_relation_set_get_relation_by_type ()" link="AtkRelationSet.html#atk-relation-set-get-relation-by-type"/>
368
+ <keyword type="function" name="atk_relation_set_add_relation_by_type ()" link="AtkRelationSet.html#atk-relation-set-add-relation-by-type" since="1.9"/>
369
+ <keyword type="struct" name="AtkRelationSet" link="AtkRelationSet.html#AtkRelationSet-struct"/>
370
+ <keyword type="function" name="atk_state_type_register ()" link="atk-AtkState.html#atk-state-type-register"/>
371
+ <keyword type="function" name="atk_state_type_get_name ()" link="atk-AtkState.html#atk-state-type-get-name"/>
372
+ <keyword type="function" name="atk_state_type_for_name ()" link="atk-AtkState.html#atk-state-type-for-name"/>
373
+ <keyword type="enum" name="enum AtkStateType" link="atk-AtkState.html#AtkStateType"/>
374
+ <keyword type="typedef" name="AtkState" link="atk-AtkState.html#AtkState"/>
375
+ <keyword type="function" name="atk_state_set_new ()" link="AtkStateSet.html#atk-state-set-new"/>
376
+ <keyword type="function" name="atk_state_set_is_empty ()" link="AtkStateSet.html#atk-state-set-is-empty"/>
377
+ <keyword type="function" name="atk_state_set_add_state ()" link="AtkStateSet.html#atk-state-set-add-state"/>
378
+ <keyword type="function" name="atk_state_set_add_states ()" link="AtkStateSet.html#atk-state-set-add-states"/>
379
+ <keyword type="function" name="atk_state_set_clear_states ()" link="AtkStateSet.html#atk-state-set-clear-states"/>
380
+ <keyword type="function" name="atk_state_set_contains_state ()" link="AtkStateSet.html#atk-state-set-contains-state"/>
381
+ <keyword type="function" name="atk_state_set_contains_states ()" link="AtkStateSet.html#atk-state-set-contains-states"/>
382
+ <keyword type="function" name="atk_state_set_remove_state ()" link="AtkStateSet.html#atk-state-set-remove-state"/>
383
+ <keyword type="function" name="atk_state_set_and_sets ()" link="AtkStateSet.html#atk-state-set-and-sets"/>
384
+ <keyword type="function" name="atk_state_set_or_sets ()" link="AtkStateSet.html#atk-state-set-or-sets"/>
385
+ <keyword type="function" name="atk_state_set_xor_sets ()" link="AtkStateSet.html#atk-state-set-xor-sets"/>
386
+ <keyword type="struct" name="AtkStateSet" link="AtkStateSet.html#AtkStateSet-struct"/>
387
+ <keyword type="function" name="atk_gobject_accessible_for_object ()" link="AtkGObjectAccessible.html#atk-gobject-accessible-for-object"/>
388
+ <keyword type="function" name="atk_gobject_accessible_get_object ()" link="AtkGObjectAccessible.html#atk-gobject-accessible-get-object"/>
389
+ <keyword type="struct" name="struct AtkGObjectAccessible" link="AtkGObjectAccessible.html#AtkGObjectAccessible-struct"/>
390
+ <keyword type="function" name="atk_hyperlink_get_uri ()" link="AtkHyperlink.html#atk-hyperlink-get-uri"/>
391
+ <keyword type="function" name="atk_hyperlink_get_object ()" link="AtkHyperlink.html#atk-hyperlink-get-object"/>
392
+ <keyword type="function" name="atk_hyperlink_get_end_index ()" link="AtkHyperlink.html#atk-hyperlink-get-end-index"/>
393
+ <keyword type="function" name="atk_hyperlink_get_start_index ()" link="AtkHyperlink.html#atk-hyperlink-get-start-index"/>
394
+ <keyword type="function" name="atk_hyperlink_is_valid ()" link="AtkHyperlink.html#atk-hyperlink-is-valid"/>
395
+ <keyword type="function" name="atk_hyperlink_is_inline ()" link="AtkHyperlink.html#atk-hyperlink-is-inline"/>
396
+ <keyword type="function" name="atk_hyperlink_get_n_anchors ()" link="AtkHyperlink.html#atk-hyperlink-get-n-anchors"/>
397
+ <keyword type="function" name="atk_hyperlink_is_selected_link ()" link="AtkHyperlink.html#atk-hyperlink-is-selected-link" deprecated="" since="1.4"/>
398
+ <keyword type="struct" name="struct AtkHyperlink" link="AtkHyperlink.html#AtkHyperlink-struct"/>
399
+ <keyword type="enum" name="enum AtkHyperlinkStateFlags" link="AtkHyperlink.html#AtkHyperlinkStateFlags"/>
400
+ <keyword type="property" name="The “end-index” property" link="AtkHyperlink.html#AtkHyperlink--end-index"/>
401
+ <keyword type="property" name="The “number-of-anchors” property" link="AtkHyperlink.html#AtkHyperlink--number-of-anchors"/>
402
+ <keyword type="property" name="The “selected-link” property" link="AtkHyperlink.html#AtkHyperlink--selected-link"/>
403
+ <keyword type="property" name="The “start-index” property" link="AtkHyperlink.html#AtkHyperlink--start-index"/>
404
+ <keyword type="signal" name="The “link-activated” signal" link="AtkHyperlink.html#AtkHyperlink-link-activated"/>
405
+ <keyword type="function" name="atk_no_op_object_new ()" link="AtkNoOpObject.html#atk-no-op-object-new"/>
406
+ <keyword type="struct" name="struct AtkNoOpObject" link="AtkNoOpObject.html#AtkNoOpObject-struct"/>
407
+ <keyword type="function" name="atk_plug_new ()" link="atk-AtkPlug.html#atk-plug-new"/>
408
+ <keyword type="function" name="atk_plug_get_id ()" link="atk-AtkPlug.html#atk-plug-get-id" since="1.30"/>
409
+ <keyword type="struct" name="struct AtkPlug" link="atk-AtkPlug.html#AtkPlug"/>
410
+ <keyword type="function" name="atk_socket_new ()" link="atk-AtkSocket.html#atk-socket-new"/>
411
+ <keyword type="function" name="atk_socket_embed ()" link="atk-AtkSocket.html#atk-socket-embed" since="1.30"/>
412
+ <keyword type="function" name="atk_socket_is_occupied ()" link="atk-AtkSocket.html#atk-socket-is-occupied" since="1.30"/>
413
+ <keyword type="struct" name="struct AtkSocket" link="atk-AtkSocket.html#AtkSocket"/>
414
+ <keyword type="function" name="atk_no_op_object_factory_new ()" link="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new"/>
415
+ <keyword type="struct" name="struct AtkNoOpObjectFactory" link="AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct"/>
416
+ <keyword type="function" name="atk_object_factory_create_accessible ()" link="AtkObjectFactory.html#atk-object-factory-create-accessible"/>
417
+ <keyword type="function" name="atk_object_factory_get_accessible_type ()" link="AtkObjectFactory.html#atk-object-factory-get-accessible-type"/>
418
+ <keyword type="function" name="atk_object_factory_invalidate ()" link="AtkObjectFactory.html#atk-object-factory-invalidate"/>
419
+ <keyword type="struct" name="struct AtkObjectFactory" link="AtkObjectFactory.html#AtkObjectFactory-struct"/>
420
+ <keyword type="function" name="atk_registry_set_factory_type ()" link="AtkRegistry.html#atk-registry-set-factory-type"/>
421
+ <keyword type="function" name="atk_registry_get_factory_type ()" link="AtkRegistry.html#atk-registry-get-factory-type"/>
422
+ <keyword type="function" name="atk_registry_get_factory ()" link="AtkRegistry.html#atk-registry-get-factory"/>
423
+ <keyword type="function" name="atk_get_default_registry ()" link="AtkRegistry.html#atk-get-default-registry"/>
424
+ <keyword type="struct" name="AtkRegistry" link="AtkRegistry.html#AtkRegistry-struct"/>
425
+ <keyword type="macro" name="ATK_BINARY_AGE" link="atk-Versioning-Utilities.html#ATK-BINARY-AGE:CAPS" since="2.7.4"/>
426
+ <keyword type="macro" name="ATK_INTERFACE_AGE" link="atk-Versioning-Utilities.html#ATK-INTERFACE-AGE:CAPS" since="2.7.4"/>
427
+ <keyword type="function" name="atk_get_major_version ()" link="atk-Versioning-Utilities.html#atk-get-major-version" since="2.8"/>
428
+ <keyword type="function" name="atk_get_minor_version ()" link="atk-Versioning-Utilities.html#atk-get-minor-version" since="2.8"/>
429
+ <keyword type="function" name="atk_get_micro_version ()" link="atk-Versioning-Utilities.html#atk-get-micro-version" since="2.8"/>
430
+ <keyword type="function" name="atk_get_binary_age ()" link="atk-Versioning-Utilities.html#atk-get-binary-age" since="2.8"/>
431
+ <keyword type="function" name="atk_get_interface_age ()" link="atk-Versioning-Utilities.html#atk-get-interface-age" since="2.8"/>
385
432
  <keyword type="macro" name="ATK_MAJOR_VERSION" link="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS" since="2.7.4"/>
386
433
  <keyword type="macro" name="ATK_MINOR_VERSION" link="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS" since="2.7.4"/>
387
434
  <keyword type="macro" name="ATK_MICRO_VERSION" link="atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS" since="2.7.4"/>
388
435
  <keyword type="macro" name="ATK_CHECK_VERSION()" link="atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS" since="2.7.4"/>
389
- <keyword type="constant" name="ATK_HYPERLINK_IS_INLINE" link="AtkHyperlink.html#ATK-HYPERLINK-IS-INLINE:CAPS"/>
390
- <keyword type="constant" name="ATK_ROLE_INVALID" link="AtkObject.html#ATK-ROLE-INVALID:CAPS"/>
391
- <keyword type="constant" name="ATK_ROLE_ACCEL_LABEL" link="AtkObject.html#ATK-ROLE-ACCEL-LABEL:CAPS"/>
392
- <keyword type="constant" name="ATK_ROLE_ALERT" link="AtkObject.html#ATK-ROLE-ALERT:CAPS"/>
393
- <keyword type="constant" name="ATK_ROLE_ANIMATION" link="AtkObject.html#ATK-ROLE-ANIMATION:CAPS"/>
394
- <keyword type="constant" name="ATK_ROLE_ARROW" link="AtkObject.html#ATK-ROLE-ARROW:CAPS"/>
395
- <keyword type="constant" name="ATK_ROLE_CALENDAR" link="AtkObject.html#ATK-ROLE-CALENDAR:CAPS"/>
396
- <keyword type="constant" name="ATK_ROLE_CANVAS" link="AtkObject.html#ATK-ROLE-CANVAS:CAPS"/>
397
- <keyword type="constant" name="ATK_ROLE_CHECK_BOX" link="AtkObject.html#ATK-ROLE-CHECK-BOX:CAPS"/>
398
- <keyword type="constant" name="ATK_ROLE_CHECK_MENU_ITEM" link="AtkObject.html#ATK-ROLE-CHECK-MENU-ITEM:CAPS"/>
399
- <keyword type="constant" name="ATK_ROLE_COLOR_CHOOSER" link="AtkObject.html#ATK-ROLE-COLOR-CHOOSER:CAPS"/>
400
- <keyword type="constant" name="ATK_ROLE_COLUMN_HEADER" link="AtkObject.html#ATK-ROLE-COLUMN-HEADER:CAPS"/>
401
- <keyword type="constant" name="ATK_ROLE_COMBO_BOX" link="AtkObject.html#ATK-ROLE-COMBO-BOX:CAPS"/>
402
- <keyword type="constant" name="ATK_ROLE_DATE_EDITOR" link="AtkObject.html#ATK-ROLE-DATE-EDITOR:CAPS"/>
403
- <keyword type="constant" name="ATK_ROLE_DESKTOP_ICON" link="AtkObject.html#ATK-ROLE-DESKTOP-ICON:CAPS"/>
404
- <keyword type="constant" name="ATK_ROLE_DESKTOP_FRAME" link="AtkObject.html#ATK-ROLE-DESKTOP-FRAME:CAPS"/>
405
- <keyword type="constant" name="ATK_ROLE_DIAL" link="AtkObject.html#ATK-ROLE-DIAL:CAPS"/>
406
- <keyword type="constant" name="ATK_ROLE_DIALOG" link="AtkObject.html#ATK-ROLE-DIALOG:CAPS"/>
407
- <keyword type="constant" name="ATK_ROLE_DIRECTORY_PANE" link="AtkObject.html#ATK-ROLE-DIRECTORY-PANE:CAPS"/>
408
- <keyword type="constant" name="ATK_ROLE_DRAWING_AREA" link="AtkObject.html#ATK-ROLE-DRAWING-AREA:CAPS"/>
409
- <keyword type="constant" name="ATK_ROLE_FILE_CHOOSER" link="AtkObject.html#ATK-ROLE-FILE-CHOOSER:CAPS"/>
410
- <keyword type="constant" name="ATK_ROLE_FILLER" link="AtkObject.html#ATK-ROLE-FILLER:CAPS"/>
411
- <keyword type="constant" name="ATK_ROLE_FONT_CHOOSER" link="AtkObject.html#ATK-ROLE-FONT-CHOOSER:CAPS"/>
412
- <keyword type="constant" name="ATK_ROLE_FRAME" link="AtkObject.html#ATK-ROLE-FRAME:CAPS"/>
413
- <keyword type="constant" name="ATK_ROLE_GLASS_PANE" link="AtkObject.html#ATK-ROLE-GLASS-PANE:CAPS"/>
414
- <keyword type="constant" name="ATK_ROLE_HTML_CONTAINER" link="AtkObject.html#ATK-ROLE-HTML-CONTAINER:CAPS"/>
415
- <keyword type="constant" name="ATK_ROLE_ICON" link="AtkObject.html#ATK-ROLE-ICON:CAPS"/>
416
- <keyword type="constant" name="ATK_ROLE_IMAGE" link="AtkObject.html#ATK-ROLE-IMAGE:CAPS"/>
417
- <keyword type="constant" name="ATK_ROLE_INTERNAL_FRAME" link="AtkObject.html#ATK-ROLE-INTERNAL-FRAME:CAPS"/>
418
- <keyword type="constant" name="ATK_ROLE_LABEL" link="AtkObject.html#ATK-ROLE-LABEL:CAPS"/>
419
- <keyword type="constant" name="ATK_ROLE_LAYERED_PANE" link="AtkObject.html#ATK-ROLE-LAYERED-PANE:CAPS"/>
420
- <keyword type="constant" name="ATK_ROLE_LIST" link="AtkObject.html#ATK-ROLE-LIST:CAPS"/>
421
- <keyword type="constant" name="ATK_ROLE_LIST_ITEM" link="AtkObject.html#ATK-ROLE-LIST-ITEM:CAPS"/>
422
- <keyword type="constant" name="ATK_ROLE_MENU" link="AtkObject.html#ATK-ROLE-MENU:CAPS"/>
423
- <keyword type="constant" name="ATK_ROLE_MENU_BAR" link="AtkObject.html#ATK-ROLE-MENU-BAR:CAPS"/>
424
- <keyword type="constant" name="ATK_ROLE_MENU_ITEM" link="AtkObject.html#ATK-ROLE-MENU-ITEM:CAPS"/>
425
- <keyword type="constant" name="ATK_ROLE_OPTION_PANE" link="AtkObject.html#ATK-ROLE-OPTION-PANE:CAPS"/>
426
- <keyword type="constant" name="ATK_ROLE_PAGE_TAB" link="AtkObject.html#ATK-ROLE-PAGE-TAB:CAPS"/>
427
- <keyword type="constant" name="ATK_ROLE_PAGE_TAB_LIST" link="AtkObject.html#ATK-ROLE-PAGE-TAB-LIST:CAPS"/>
428
- <keyword type="constant" name="ATK_ROLE_PANEL" link="AtkObject.html#ATK-ROLE-PANEL:CAPS"/>
429
- <keyword type="constant" name="ATK_ROLE_PASSWORD_TEXT" link="AtkObject.html#ATK-ROLE-PASSWORD-TEXT:CAPS"/>
430
- <keyword type="constant" name="ATK_ROLE_POPUP_MENU" link="AtkObject.html#ATK-ROLE-POPUP-MENU:CAPS"/>
431
- <keyword type="constant" name="ATK_ROLE_PROGRESS_BAR" link="AtkObject.html#ATK-ROLE-PROGRESS-BAR:CAPS"/>
432
- <keyword type="constant" name="ATK_ROLE_PUSH_BUTTON" link="AtkObject.html#ATK-ROLE-PUSH-BUTTON:CAPS"/>
433
- <keyword type="constant" name="ATK_ROLE_RADIO_BUTTON" link="AtkObject.html#ATK-ROLE-RADIO-BUTTON:CAPS"/>
434
- <keyword type="constant" name="ATK_ROLE_RADIO_MENU_ITEM" link="AtkObject.html#ATK-ROLE-RADIO-MENU-ITEM:CAPS"/>
435
- <keyword type="constant" name="ATK_ROLE_ROOT_PANE" link="AtkObject.html#ATK-ROLE-ROOT-PANE:CAPS"/>
436
- <keyword type="constant" name="ATK_ROLE_ROW_HEADER" link="AtkObject.html#ATK-ROLE-ROW-HEADER:CAPS"/>
437
- <keyword type="constant" name="ATK_ROLE_SCROLL_BAR" link="AtkObject.html#ATK-ROLE-SCROLL-BAR:CAPS"/>
438
- <keyword type="constant" name="ATK_ROLE_SCROLL_PANE" link="AtkObject.html#ATK-ROLE-SCROLL-PANE:CAPS"/>
439
- <keyword type="constant" name="ATK_ROLE_SEPARATOR" link="AtkObject.html#ATK-ROLE-SEPARATOR:CAPS"/>
440
- <keyword type="constant" name="ATK_ROLE_SLIDER" link="AtkObject.html#ATK-ROLE-SLIDER:CAPS"/>
441
- <keyword type="constant" name="ATK_ROLE_SPLIT_PANE" link="AtkObject.html#ATK-ROLE-SPLIT-PANE:CAPS"/>
442
- <keyword type="constant" name="ATK_ROLE_SPIN_BUTTON" link="AtkObject.html#ATK-ROLE-SPIN-BUTTON:CAPS"/>
443
- <keyword type="constant" name="ATK_ROLE_STATUSBAR" link="AtkObject.html#ATK-ROLE-STATUSBAR:CAPS"/>
444
- <keyword type="constant" name="ATK_ROLE_TABLE" link="AtkObject.html#ATK-ROLE-TABLE:CAPS"/>
445
- <keyword type="constant" name="ATK_ROLE_TABLE_CELL" link="AtkObject.html#ATK-ROLE-TABLE-CELL:CAPS"/>
446
- <keyword type="constant" name="ATK_ROLE_TABLE_COLUMN_HEADER" link="AtkObject.html#ATK-ROLE-TABLE-COLUMN-HEADER:CAPS"/>
447
- <keyword type="constant" name="ATK_ROLE_TABLE_ROW_HEADER" link="AtkObject.html#ATK-ROLE-TABLE-ROW-HEADER:CAPS"/>
448
- <keyword type="constant" name="ATK_ROLE_TEAR_OFF_MENU_ITEM" link="AtkObject.html#ATK-ROLE-TEAR-OFF-MENU-ITEM:CAPS"/>
449
- <keyword type="constant" name="ATK_ROLE_TERMINAL" link="AtkObject.html#ATK-ROLE-TERMINAL:CAPS"/>
450
- <keyword type="constant" name="ATK_ROLE_TEXT" link="AtkObject.html#ATK-ROLE-TEXT:CAPS"/>
451
- <keyword type="constant" name="ATK_ROLE_TOGGLE_BUTTON" link="AtkObject.html#ATK-ROLE-TOGGLE-BUTTON:CAPS"/>
452
- <keyword type="constant" name="ATK_ROLE_TOOL_BAR" link="AtkObject.html#ATK-ROLE-TOOL-BAR:CAPS"/>
453
- <keyword type="constant" name="ATK_ROLE_TOOL_TIP" link="AtkObject.html#ATK-ROLE-TOOL-TIP:CAPS"/>
454
- <keyword type="constant" name="ATK_ROLE_TREE" link="AtkObject.html#ATK-ROLE-TREE:CAPS"/>
455
- <keyword type="constant" name="ATK_ROLE_TREE_TABLE" link="AtkObject.html#ATK-ROLE-TREE-TABLE:CAPS"/>
456
- <keyword type="constant" name="ATK_ROLE_UNKNOWN" link="AtkObject.html#ATK-ROLE-UNKNOWN:CAPS"/>
457
- <keyword type="constant" name="ATK_ROLE_VIEWPORT" link="AtkObject.html#ATK-ROLE-VIEWPORT:CAPS"/>
458
- <keyword type="constant" name="ATK_ROLE_WINDOW" link="AtkObject.html#ATK-ROLE-WINDOW:CAPS"/>
459
- <keyword type="constant" name="ATK_ROLE_HEADER" link="AtkObject.html#ATK-ROLE-HEADER:CAPS"/>
460
- <keyword type="constant" name="ATK_ROLE_FOOTER" link="AtkObject.html#ATK-ROLE-FOOTER:CAPS"/>
461
- <keyword type="constant" name="ATK_ROLE_PARAGRAPH" link="AtkObject.html#ATK-ROLE-PARAGRAPH:CAPS"/>
462
- <keyword type="constant" name="ATK_ROLE_RULER" link="AtkObject.html#ATK-ROLE-RULER:CAPS"/>
463
- <keyword type="constant" name="ATK_ROLE_APPLICATION" link="AtkObject.html#ATK-ROLE-APPLICATION:CAPS"/>
464
- <keyword type="constant" name="ATK_ROLE_AUTOCOMPLETE" link="AtkObject.html#ATK-ROLE-AUTOCOMPLETE:CAPS"/>
465
- <keyword type="constant" name="ATK_ROLE_EDITBAR" link="AtkObject.html#ATK-ROLE-EDITBAR:CAPS"/>
466
- <keyword type="constant" name="ATK_ROLE_EMBEDDED" link="AtkObject.html#ATK-ROLE-EMBEDDED:CAPS"/>
467
- <keyword type="constant" name="ATK_ROLE_ENTRY" link="AtkObject.html#ATK-ROLE-ENTRY:CAPS"/>
468
- <keyword type="constant" name="ATK_ROLE_CHART" link="AtkObject.html#ATK-ROLE-CHART:CAPS"/>
469
- <keyword type="constant" name="ATK_ROLE_CAPTION" link="AtkObject.html#ATK-ROLE-CAPTION:CAPS"/>
470
- <keyword type="constant" name="ATK_ROLE_DOCUMENT_FRAME" link="AtkObject.html#ATK-ROLE-DOCUMENT-FRAME:CAPS"/>
471
- <keyword type="constant" name="ATK_ROLE_HEADING" link="AtkObject.html#ATK-ROLE-HEADING:CAPS"/>
472
- <keyword type="constant" name="ATK_ROLE_PAGE" link="AtkObject.html#ATK-ROLE-PAGE:CAPS"/>
473
- <keyword type="constant" name="ATK_ROLE_SECTION" link="AtkObject.html#ATK-ROLE-SECTION:CAPS"/>
474
- <keyword type="constant" name="ATK_ROLE_REDUNDANT_OBJECT" link="AtkObject.html#ATK-ROLE-REDUNDANT-OBJECT:CAPS"/>
475
- <keyword type="constant" name="ATK_ROLE_FORM" link="AtkObject.html#ATK-ROLE-FORM:CAPS"/>
476
- <keyword type="constant" name="ATK_ROLE_LINK" link="AtkObject.html#ATK-ROLE-LINK:CAPS"/>
477
- <keyword type="constant" name="ATK_ROLE_INPUT_METHOD_WINDOW" link="AtkObject.html#ATK-ROLE-INPUT-METHOD-WINDOW:CAPS"/>
478
- <keyword type="constant" name="ATK_ROLE_TABLE_ROW" link="AtkObject.html#ATK-ROLE-TABLE-ROW:CAPS"/>
479
- <keyword type="constant" name="ATK_ROLE_TREE_ITEM" link="AtkObject.html#ATK-ROLE-TREE-ITEM:CAPS"/>
480
- <keyword type="constant" name="ATK_ROLE_DOCUMENT_SPREADSHEET" link="AtkObject.html#ATK-ROLE-DOCUMENT-SPREADSHEET:CAPS"/>
481
- <keyword type="constant" name="ATK_ROLE_DOCUMENT_PRESENTATION" link="AtkObject.html#ATK-ROLE-DOCUMENT-PRESENTATION:CAPS"/>
482
- <keyword type="constant" name="ATK_ROLE_DOCUMENT_TEXT" link="AtkObject.html#ATK-ROLE-DOCUMENT-TEXT:CAPS"/>
483
- <keyword type="constant" name="ATK_ROLE_DOCUMENT_WEB" link="AtkObject.html#ATK-ROLE-DOCUMENT-WEB:CAPS"/>
484
- <keyword type="constant" name="ATK_ROLE_DOCUMENT_EMAIL" link="AtkObject.html#ATK-ROLE-DOCUMENT-EMAIL:CAPS"/>
485
- <keyword type="constant" name="ATK_ROLE_COMMENT" link="AtkObject.html#ATK-ROLE-COMMENT:CAPS"/>
486
- <keyword type="constant" name="ATK_ROLE_LIST_BOX" link="AtkObject.html#ATK-ROLE-LIST-BOX:CAPS"/>
487
- <keyword type="constant" name="ATK_ROLE_GROUPING" link="AtkObject.html#ATK-ROLE-GROUPING:CAPS"/>
488
- <keyword type="constant" name="ATK_ROLE_IMAGE_MAP" link="AtkObject.html#ATK-ROLE-IMAGE-MAP:CAPS"/>
489
- <keyword type="constant" name="ATK_ROLE_NOTIFICATION" link="AtkObject.html#ATK-ROLE-NOTIFICATION:CAPS"/>
490
- <keyword type="constant" name="ATK_ROLE_INFO_BAR" link="AtkObject.html#ATK-ROLE-INFO-BAR:CAPS"/>
491
- <keyword type="constant" name="ATK_ROLE_LEVEL_BAR" link="AtkObject.html#ATK-ROLE-LEVEL-BAR:CAPS"/>
492
- <keyword type="constant" name="ATK_ROLE_LAST_DEFINED" link="AtkObject.html#ATK-ROLE-LAST-DEFINED:CAPS"/>
493
- <keyword type="constant" name="ATK_LAYER_INVALID" link="AtkObject.html#ATK-LAYER-INVALID:CAPS"/>
494
- <keyword type="constant" name="ATK_LAYER_BACKGROUND" link="AtkObject.html#ATK-LAYER-BACKGROUND:CAPS"/>
495
- <keyword type="constant" name="ATK_LAYER_CANVAS" link="AtkObject.html#ATK-LAYER-CANVAS:CAPS"/>
496
- <keyword type="constant" name="ATK_LAYER_WIDGET" link="AtkObject.html#ATK-LAYER-WIDGET:CAPS"/>
497
- <keyword type="constant" name="ATK_LAYER_MDI" link="AtkObject.html#ATK-LAYER-MDI:CAPS"/>
498
- <keyword type="constant" name="ATK_LAYER_POPUP" link="AtkObject.html#ATK-LAYER-POPUP:CAPS"/>
499
- <keyword type="constant" name="ATK_LAYER_OVERLAY" link="AtkObject.html#ATK-LAYER-OVERLAY:CAPS"/>
500
- <keyword type="constant" name="ATK_LAYER_WINDOW" link="AtkObject.html#ATK-LAYER-WINDOW:CAPS"/>
501
- <keyword type="constant" name="ATK_RELATION_NULL" link="AtkRelation.html#ATK-RELATION-NULL:CAPS"/>
502
- <keyword type="constant" name="ATK_RELATION_CONTROLLED_BY" link="AtkRelation.html#ATK-RELATION-CONTROLLED-BY:CAPS"/>
503
- <keyword type="constant" name="ATK_RELATION_CONTROLLER_FOR" link="AtkRelation.html#ATK-RELATION-CONTROLLER-FOR:CAPS"/>
504
- <keyword type="constant" name="ATK_RELATION_LABEL_FOR" link="AtkRelation.html#ATK-RELATION-LABEL-FOR:CAPS"/>
505
- <keyword type="constant" name="ATK_RELATION_LABELLED_BY" link="AtkRelation.html#ATK-RELATION-LABELLED-BY:CAPS"/>
506
- <keyword type="constant" name="ATK_RELATION_MEMBER_OF" link="AtkRelation.html#ATK-RELATION-MEMBER-OF:CAPS"/>
507
- <keyword type="constant" name="ATK_RELATION_NODE_CHILD_OF" link="AtkRelation.html#ATK-RELATION-NODE-CHILD-OF:CAPS"/>
508
- <keyword type="constant" name="ATK_RELATION_FLOWS_TO" link="AtkRelation.html#ATK-RELATION-FLOWS-TO:CAPS"/>
509
- <keyword type="constant" name="ATK_RELATION_FLOWS_FROM" link="AtkRelation.html#ATK-RELATION-FLOWS-FROM:CAPS"/>
510
- <keyword type="constant" name="ATK_RELATION_SUBWINDOW_OF" link="AtkRelation.html#ATK-RELATION-SUBWINDOW-OF:CAPS"/>
511
- <keyword type="constant" name="ATK_RELATION_EMBEDS" link="AtkRelation.html#ATK-RELATION-EMBEDS:CAPS"/>
512
- <keyword type="constant" name="ATK_RELATION_EMBEDDED_BY" link="AtkRelation.html#ATK-RELATION-EMBEDDED-BY:CAPS"/>
513
- <keyword type="constant" name="ATK_RELATION_POPUP_FOR" link="AtkRelation.html#ATK-RELATION-POPUP-FOR:CAPS"/>
514
- <keyword type="constant" name="ATK_RELATION_PARENT_WINDOW_OF" link="AtkRelation.html#ATK-RELATION-PARENT-WINDOW-OF:CAPS"/>
515
- <keyword type="constant" name="ATK_RELATION_DESCRIBED_BY" link="AtkRelation.html#ATK-RELATION-DESCRIBED-BY:CAPS"/>
516
- <keyword type="constant" name="ATK_RELATION_DESCRIPTION_FOR" link="AtkRelation.html#ATK-RELATION-DESCRIPTION-FOR:CAPS"/>
517
- <keyword type="constant" name="ATK_RELATION_NODE_PARENT_OF" link="AtkRelation.html#ATK-RELATION-NODE-PARENT-OF:CAPS"/>
518
- <keyword type="constant" name="ATK_RELATION_LAST_DEFINED" link="AtkRelation.html#ATK-RELATION-LAST-DEFINED:CAPS"/>
519
- <keyword type="constant" name="ATK_STATE_INVALID" link="atk-AtkState.html#ATK-STATE-INVALID:CAPS"/>
520
- <keyword type="constant" name="ATK_STATE_ACTIVE" link="atk-AtkState.html#ATK-STATE-ACTIVE:CAPS"/>
521
- <keyword type="constant" name="ATK_STATE_ARMED" link="atk-AtkState.html#ATK-STATE-ARMED:CAPS"/>
522
- <keyword type="constant" name="ATK_STATE_BUSY" link="atk-AtkState.html#ATK-STATE-BUSY:CAPS"/>
523
- <keyword type="constant" name="ATK_STATE_CHECKED" link="atk-AtkState.html#ATK-STATE-CHECKED:CAPS"/>
524
- <keyword type="constant" name="ATK_STATE_DEFUNCT" link="atk-AtkState.html#ATK-STATE-DEFUNCT:CAPS"/>
525
- <keyword type="constant" name="ATK_STATE_EDITABLE" link="atk-AtkState.html#ATK-STATE-EDITABLE:CAPS"/>
526
- <keyword type="constant" name="ATK_STATE_ENABLED" link="atk-AtkState.html#ATK-STATE-ENABLED:CAPS"/>
527
- <keyword type="constant" name="ATK_STATE_EXPANDABLE" link="atk-AtkState.html#ATK-STATE-EXPANDABLE:CAPS"/>
528
- <keyword type="constant" name="ATK_STATE_EXPANDED" link="atk-AtkState.html#ATK-STATE-EXPANDED:CAPS"/>
529
- <keyword type="constant" name="ATK_STATE_FOCUSABLE" link="atk-AtkState.html#ATK-STATE-FOCUSABLE:CAPS"/>
530
- <keyword type="constant" name="ATK_STATE_FOCUSED" link="atk-AtkState.html#ATK-STATE-FOCUSED:CAPS"/>
531
- <keyword type="constant" name="ATK_STATE_HORIZONTAL" link="atk-AtkState.html#ATK-STATE-HORIZONTAL:CAPS"/>
532
- <keyword type="constant" name="ATK_STATE_ICONIFIED" link="atk-AtkState.html#ATK-STATE-ICONIFIED:CAPS"/>
533
- <keyword type="constant" name="ATK_STATE_MODAL" link="atk-AtkState.html#ATK-STATE-MODAL:CAPS"/>
534
- <keyword type="constant" name="ATK_STATE_MULTI_LINE" link="atk-AtkState.html#ATK-STATE-MULTI-LINE:CAPS"/>
535
- <keyword type="constant" name="ATK_STATE_MULTISELECTABLE" link="atk-AtkState.html#ATK-STATE-MULTISELECTABLE:CAPS"/>
536
- <keyword type="constant" name="ATK_STATE_OPAQUE" link="atk-AtkState.html#ATK-STATE-OPAQUE:CAPS"/>
537
- <keyword type="constant" name="ATK_STATE_PRESSED" link="atk-AtkState.html#ATK-STATE-PRESSED:CAPS"/>
538
- <keyword type="constant" name="ATK_STATE_RESIZABLE" link="atk-AtkState.html#ATK-STATE-RESIZABLE:CAPS"/>
539
- <keyword type="constant" name="ATK_STATE_SELECTABLE" link="atk-AtkState.html#ATK-STATE-SELECTABLE:CAPS"/>
540
- <keyword type="constant" name="ATK_STATE_SELECTED" link="atk-AtkState.html#ATK-STATE-SELECTED:CAPS"/>
541
- <keyword type="constant" name="ATK_STATE_SENSITIVE" link="atk-AtkState.html#ATK-STATE-SENSITIVE:CAPS"/>
542
- <keyword type="constant" name="ATK_STATE_SHOWING" link="atk-AtkState.html#ATK-STATE-SHOWING:CAPS"/>
543
- <keyword type="constant" name="ATK_STATE_SINGLE_LINE" link="atk-AtkState.html#ATK-STATE-SINGLE-LINE:CAPS"/>
544
- <keyword type="constant" name="ATK_STATE_STALE" link="atk-AtkState.html#ATK-STATE-STALE:CAPS"/>
545
- <keyword type="constant" name="ATK_STATE_TRANSIENT" link="atk-AtkState.html#ATK-STATE-TRANSIENT:CAPS"/>
546
- <keyword type="constant" name="ATK_STATE_VERTICAL" link="atk-AtkState.html#ATK-STATE-VERTICAL:CAPS"/>
547
- <keyword type="constant" name="ATK_STATE_VISIBLE" link="atk-AtkState.html#ATK-STATE-VISIBLE:CAPS"/>
548
- <keyword type="constant" name="ATK_STATE_MANAGES_DESCENDANTS" link="atk-AtkState.html#ATK-STATE-MANAGES-DESCENDANTS:CAPS"/>
549
- <keyword type="constant" name="ATK_STATE_INDETERMINATE" link="atk-AtkState.html#ATK-STATE-INDETERMINATE:CAPS"/>
550
- <keyword type="constant" name="ATK_STATE_TRUNCATED" link="atk-AtkState.html#ATK-STATE-TRUNCATED:CAPS"/>
551
- <keyword type="constant" name="ATK_STATE_REQUIRED" link="atk-AtkState.html#ATK-STATE-REQUIRED:CAPS"/>
552
- <keyword type="constant" name="ATK_STATE_INVALID_ENTRY" link="atk-AtkState.html#ATK-STATE-INVALID-ENTRY:CAPS"/>
553
- <keyword type="constant" name="ATK_STATE_SUPPORTS_AUTOCOMPLETION" link="atk-AtkState.html#ATK-STATE-SUPPORTS-AUTOCOMPLETION:CAPS"/>
554
- <keyword type="constant" name="ATK_STATE_SELECTABLE_TEXT" link="atk-AtkState.html#ATK-STATE-SELECTABLE-TEXT:CAPS"/>
555
- <keyword type="constant" name="ATK_STATE_DEFAULT" link="atk-AtkState.html#ATK-STATE-DEFAULT:CAPS"/>
556
- <keyword type="constant" name="ATK_STATE_ANIMATED" link="atk-AtkState.html#ATK-STATE-ANIMATED:CAPS"/>
557
- <keyword type="constant" name="ATK_STATE_VISITED" link="atk-AtkState.html#ATK-STATE-VISITED:CAPS"/>
558
- <keyword type="constant" name="ATK_STATE_LAST_DEFINED" link="atk-AtkState.html#ATK-STATE-LAST-DEFINED:CAPS"/>
559
- <keyword type="constant" name="ATK_TEXT_BOUNDARY_CHAR" link="AtkText.html#ATK-TEXT-BOUNDARY-CHAR:CAPS"/>
560
- <keyword type="constant" name="ATK_TEXT_BOUNDARY_WORD_START" link="AtkText.html#ATK-TEXT-BOUNDARY-WORD-START:CAPS"/>
561
- <keyword type="constant" name="ATK_TEXT_BOUNDARY_WORD_END" link="AtkText.html#ATK-TEXT-BOUNDARY-WORD-END:CAPS"/>
562
- <keyword type="constant" name="ATK_TEXT_BOUNDARY_SENTENCE_START" link="AtkText.html#ATK-TEXT-BOUNDARY-SENTENCE-START:CAPS"/>
563
- <keyword type="constant" name="ATK_TEXT_BOUNDARY_SENTENCE_END" link="AtkText.html#ATK-TEXT-BOUNDARY-SENTENCE-END:CAPS"/>
564
- <keyword type="constant" name="ATK_TEXT_BOUNDARY_LINE_START" link="AtkText.html#ATK-TEXT-BOUNDARY-LINE-START:CAPS"/>
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"/>
571
- <keyword type="constant" name="ATK_TEXT_CLIP_NONE" link="AtkText.html#ATK-TEXT-CLIP-NONE:CAPS"/>
572
- <keyword type="constant" name="ATK_TEXT_CLIP_MIN" link="AtkText.html#ATK-TEXT-CLIP-MIN:CAPS"/>
573
- <keyword type="constant" name="ATK_TEXT_CLIP_MAX" link="AtkText.html#ATK-TEXT-CLIP-MAX:CAPS"/>
574
- <keyword type="constant" name="ATK_TEXT_CLIP_BOTH" link="AtkText.html#ATK-TEXT-CLIP-BOTH:CAPS"/>
575
- <keyword type="constant" name="ATK_TEXT_ATTR_INVALID" link="AtkText.html#ATK-TEXT-ATTR-INVALID:CAPS"/>
576
- <keyword type="constant" name="ATK_TEXT_ATTR_LEFT_MARGIN" link="AtkText.html#ATK-TEXT-ATTR-LEFT-MARGIN:CAPS"/>
577
- <keyword type="constant" name="ATK_TEXT_ATTR_RIGHT_MARGIN" link="AtkText.html#ATK-TEXT-ATTR-RIGHT-MARGIN:CAPS"/>
578
- <keyword type="constant" name="ATK_TEXT_ATTR_INDENT" link="AtkText.html#ATK-TEXT-ATTR-INDENT:CAPS"/>
579
- <keyword type="constant" name="ATK_TEXT_ATTR_INVISIBLE" link="AtkText.html#ATK-TEXT-ATTR-INVISIBLE:CAPS"/>
580
- <keyword type="constant" name="ATK_TEXT_ATTR_EDITABLE" link="AtkText.html#ATK-TEXT-ATTR-EDITABLE:CAPS"/>
581
- <keyword type="constant" name="ATK_TEXT_ATTR_PIXELS_ABOVE_LINES" link="AtkText.html#ATK-TEXT-ATTR-PIXELS-ABOVE-LINES:CAPS"/>
582
- <keyword type="constant" name="ATK_TEXT_ATTR_PIXELS_BELOW_LINES" link="AtkText.html#ATK-TEXT-ATTR-PIXELS-BELOW-LINES:CAPS"/>
583
- <keyword type="constant" name="ATK_TEXT_ATTR_PIXELS_INSIDE_WRAP" link="AtkText.html#ATK-TEXT-ATTR-PIXELS-INSIDE-WRAP:CAPS"/>
584
- <keyword type="constant" name="ATK_TEXT_ATTR_BG_FULL_HEIGHT" link="AtkText.html#ATK-TEXT-ATTR-BG-FULL-HEIGHT:CAPS"/>
585
- <keyword type="constant" name="ATK_TEXT_ATTR_RISE" link="AtkText.html#ATK-TEXT-ATTR-RISE:CAPS"/>
586
- <keyword type="constant" name="ATK_TEXT_ATTR_UNDERLINE" link="AtkText.html#ATK-TEXT-ATTR-UNDERLINE:CAPS"/>
587
- <keyword type="constant" name="ATK_TEXT_ATTR_STRIKETHROUGH" link="AtkText.html#ATK-TEXT-ATTR-STRIKETHROUGH:CAPS"/>
588
- <keyword type="constant" name="ATK_TEXT_ATTR_SIZE" link="AtkText.html#ATK-TEXT-ATTR-SIZE:CAPS"/>
589
- <keyword type="constant" name="ATK_TEXT_ATTR_SCALE" link="AtkText.html#ATK-TEXT-ATTR-SCALE:CAPS"/>
590
- <keyword type="constant" name="ATK_TEXT_ATTR_WEIGHT" link="AtkText.html#ATK-TEXT-ATTR-WEIGHT:CAPS"/>
591
- <keyword type="constant" name="ATK_TEXT_ATTR_LANGUAGE" link="AtkText.html#ATK-TEXT-ATTR-LANGUAGE:CAPS"/>
592
- <keyword type="constant" name="ATK_TEXT_ATTR_FAMILY_NAME" link="AtkText.html#ATK-TEXT-ATTR-FAMILY-NAME:CAPS"/>
593
- <keyword type="constant" name="ATK_TEXT_ATTR_BG_COLOR" link="AtkText.html#ATK-TEXT-ATTR-BG-COLOR:CAPS"/>
594
- <keyword type="constant" name="ATK_TEXT_ATTR_FG_COLOR" link="AtkText.html#ATK-TEXT-ATTR-FG-COLOR:CAPS"/>
595
- <keyword type="constant" name="ATK_TEXT_ATTR_BG_STIPPLE" link="AtkText.html#ATK-TEXT-ATTR-BG-STIPPLE:CAPS"/>
596
- <keyword type="constant" name="ATK_TEXT_ATTR_FG_STIPPLE" link="AtkText.html#ATK-TEXT-ATTR-FG-STIPPLE:CAPS"/>
597
- <keyword type="constant" name="ATK_TEXT_ATTR_WRAP_MODE" link="AtkText.html#ATK-TEXT-ATTR-WRAP-MODE:CAPS"/>
598
- <keyword type="constant" name="ATK_TEXT_ATTR_DIRECTION" link="AtkText.html#ATK-TEXT-ATTR-DIRECTION:CAPS"/>
599
- <keyword type="constant" name="ATK_TEXT_ATTR_JUSTIFICATION" link="AtkText.html#ATK-TEXT-ATTR-JUSTIFICATION:CAPS"/>
600
- <keyword type="constant" name="ATK_TEXT_ATTR_STRETCH" link="AtkText.html#ATK-TEXT-ATTR-STRETCH:CAPS"/>
601
- <keyword type="constant" name="ATK_TEXT_ATTR_VARIANT" link="AtkText.html#ATK-TEXT-ATTR-VARIANT:CAPS"/>
602
- <keyword type="constant" name="ATK_TEXT_ATTR_STYLE" link="AtkText.html#ATK-TEXT-ATTR-STYLE:CAPS"/>
603
- <keyword type="constant" name="ATK_TEXT_ATTR_LAST_DEFINED" link="AtkText.html#ATK-TEXT-ATTR-LAST-DEFINED:CAPS"/>
604
- <keyword type="constant" name="ATK_XY_SCREEN" link="AtkUtil.html#ATK-XY-SCREEN:CAPS"/>
605
- <keyword type="constant" name="ATK_XY_WINDOW" link="AtkUtil.html#ATK-XY-WINDOW:CAPS"/>
606
- <keyword type="constant" name="ATK_KEY_EVENT_PRESS" link="AtkUtil.html#ATK-KEY-EVENT-PRESS:CAPS"/>
607
- <keyword type="constant" name="ATK_KEY_EVENT_RELEASE" link="AtkUtil.html#ATK-KEY-EVENT-RELEASE:CAPS"/>
608
- <keyword type="constant" name="ATK_KEY_EVENT_LAST_DEFINED" link="AtkUtil.html#ATK-KEY-EVENT-LAST-DEFINED:CAPS"/>
436
+ <keyword type="function" name="atk_misc_threads_enter ()" link="AtkMisc.html#atk-misc-threads-enter" deprecated="Since 2.12." since="1.13"/>
437
+ <keyword type="function" name="atk_misc_threads_leave ()" link="AtkMisc.html#atk-misc-threads-leave" deprecated="Since 2.12." since="1.13"/>
438
+ <keyword type="function" name="atk_misc_get_instance ()" link="AtkMisc.html#atk-misc-get-instance" deprecated="Since 2.12." since="1.13"/>
439
+ <keyword type="struct" name="struct AtkMisc" link="AtkMisc.html#AtkMisc-struct"/>
609
440
  </functions>
610
441
  </book>