atk 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,33 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>ATK - Accessibility Toolkit: Base accessibility object</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="overview.html" title="Overview">
10
+ <link rel="next" href="AtkObject.html" title="AtkObject">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
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="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="overview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="AtkObject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="chapter">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="atkobject"></a>Base accessibility object</h1></div></div></div>
25
+ <div class="toc"><dl class="toc"><dt>
26
+ <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> — The base object class for the Accessibility Toolkit API.</span>
27
+ </dt></dl></div>
28
+ </div>
29
+ <div class="footer">
30
+ <hr>
31
+ Generated by GTK-Doc V1.21.1</div>
32
+ </body>
33
+ </html>
@@ -0,0 +1,49 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>ATK - Accessibility Toolkit: Basic accessible data types</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="AtkWindow.html" title="AtkWindow">
10
+ <link rel="next" href="atk-AtkRange.html" title="AtkRange">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
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="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="AtkWindow.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="atk-AtkRange.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="chapter">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="data"></a>Basic accessible data types</h1></div></div></div>
25
+ <div class="toc"><dl class="toc">
26
+ <dt>
27
+ <span class="refentrytitle"><a href="atk-AtkRange.html">AtkRange</a></span><span class="refpurpose">A given range or subrange, to be used with <span class="type">AtkValue</span></span>
28
+ </dt>
29
+ <dt>
30
+ <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> — An object used to describe a relation between a
31
+ object and one or more other objects.</span>
32
+ </dt>
33
+ <dt>
34
+ <span class="refentrytitle"><a href="AtkRelationSet.html">AtkRelationSet</a></span><span class="refpurpose"> — A set of AtkRelations, normally the set of
35
+ AtkRelations which an AtkObject has.</span>
36
+ </dt>
37
+ <dt>
38
+ <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> — An AtkState describes a component's particular state.</span>
39
+ </dt>
40
+ <dt>
41
+ <span class="refentrytitle"><a href="AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> — An AtkStateSet determines a component's state set.</span>
42
+ </dt>
43
+ </dl></div>
44
+ </div>
45
+ <div class="footer">
46
+ <hr>
47
+ Generated by GTK-Doc V1.21.1</div>
48
+ </body>
49
+ </html>
@@ -0,0 +1,33 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>ATK - Accessibility Toolkit: Deprecated Interfaces</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="atk-Versioning-Utilities.html" title="Versioning macros">
10
+ <link rel="next" href="AtkMisc.html" title="AtkMisc">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
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="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="atk-Versioning-Utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="AtkMisc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="chapter">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="deprecated"></a>Deprecated Interfaces</h1></div></div></div>
25
+ <div class="toc"><dl class="toc"><dt>
26
+ <span class="refentrytitle"><a href="AtkMisc.html">AtkMisc</a></span><span class="refpurpose"> — A set of ATK utility functions for thread locking</span>
27
+ </dt></dl></div>
28
+ </div>
29
+ <div class="footer">
30
+ <hr>
31
+ Generated by GTK-Doc V1.21.1</div>
32
+ </body>
33
+ </html>
@@ -2,11 +2,11 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>ATK - Accessibility Toolkit</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: ATK - Accessibility Toolkit</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
- <link rel="next" href="atk.html" title="ATK Library">
9
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
8
+ <link rel="next" href="overview.html" title="Overview">
9
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
10
10
  <link rel="stylesheet" href="style.css" type="text/css">
11
11
  </head>
12
12
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -14,13 +14,22 @@
14
14
  <div class="titlepage">
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">ATK - Accessibility Toolkit</p></th></tr></table></div>
17
- <div><p class="releaseinfo">for ATK 2.10.0
17
+ <div><p class="releaseinfo">for ATK 2.14.0
18
18
  </p></div>
19
19
  </div>
20
20
  <hr>
21
21
  </div>
22
- <div class="toc"><dl>
23
- <dt><span class="chapter"><a href="atk.html">ATK Library</a></span></dt>
22
+ <div class="toc"><dl class="toc">
23
+ <dt><span class="chapter"><a href="overview.html">Overview</a></span></dt>
24
+ <dt><span class="chapter"><a href="atkobject.html">Base accessibility object</a></span></dt>
25
+ <dd><dl><dt>
26
+ <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> — The base object class for the Accessibility Toolkit API.</span>
27
+ </dt></dl></dd>
28
+ <dt><span class="chapter"><a href="toolkit.html">Event and toolkit support</a></span></dt>
29
+ <dd><dl><dt>
30
+ <span class="refentrytitle"><a href="AtkUtil.html">AtkUtil</a></span><span class="refpurpose"> — A set of ATK utility functions for event and toolkit support.</span>
31
+ </dt></dl></dd>
32
+ <dt><span class="chapter"><a href="interfaces.html">ATK Interfaces</a></span></dt>
24
33
  <dd><dl>
25
34
  <dt>
26
35
  <span class="refentrytitle"><a href="AtkAction.html">AtkAction</a></span><span class="refpurpose"> — The ATK interface provided by UI components
@@ -40,14 +49,6 @@ which the user can activate/interact with.</span>
40
49
  containing user-editable text content.</span>
41
50
  </dt>
42
51
  <dt>
43
- <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> — This object class is derived from AtkObject and
44
- can be used as a basis implementing accessible objects.</span>
45
- </dt>
46
- <dt>
47
- <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> — An ATK object which encapsulates a link or set
48
- of links in a hypertext document.</span>
49
- </dt>
50
- <dt>
51
52
  <span class="refentrytitle"><a href="atk-AtkHyperlinkImpl.html">AtkHyperlinImpl</a></span><span class="refpurpose"> — An interface from which the AtkHyperlink
52
53
  associated with an AtkObject may be obtained.</span>
53
54
  </dt>
@@ -60,23 +61,38 @@ which the user can activate/interact with.</span>
60
61
  which expose image or pixmap content on-screen.</span>
61
62
  </dt>
62
63
  <dt>
63
- <span class="refentrytitle"><a href="AtkNoOpObject.html">AtkNoOpObject</a></span><span class="refpurpose"> An AtkObject which purports to implement all ATK interfaces.</span>
64
+ <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose">The ATK interface implemented by container
65
+ objects whose <span class="type">AtkObject</span> children can be selected.</span>
64
66
  </dt>
65
67
  <dt>
66
- <span class="refentrytitle"><a href="AtkNoOpObjectFactory.html">AtkNoOpObjectFactory</a></span><span class="refpurpose"> — The AtkObjectFactory which creates an AtkNoOpObject.</span>
68
+ <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> — The ATK interface which provides access to
69
+ streamable content.</span>
67
70
  </dt>
68
71
  <dt>
69
- <span class="refentrytitle"><a href="AtkObject.html">AtkObject</a></span><span class="refpurpose"> — The base object class for the Accessibility Toolkit API.</span>
72
+ <span class="refentrytitle"><a href="AtkTable.html">AtkTable</a></span><span class="refpurpose"> — The ATK interface implemented for UI components
73
+ which contain tabular or row/column information.</span>
70
74
  </dt>
71
75
  <dt>
72
- <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose">The base object class for a factory used to
73
- create accessible objects for objects of a specific GType.</span>
76
+ <span class="refentrytitle"><a href="AtkTableCell.html">AtkTableCell</a></span><span class="refpurpose">The ATK interface implemented for a cell inside
77
+ a two-dimentional <span class="type">AtkTable</span></span>
74
78
  </dt>
75
79
  <dt>
76
- <span class="refentrytitle"><a href="atk-AtkPlug.html">AtkPlug</a></span><span class="refpurpose"> — Toplevel for embedding into other processes</span>
80
+ <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> — The ATK interface implemented by components
81
+ with text content.</span>
82
+ </dt>
83
+ <dt>
84
+ <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> — The ATK interface implemented by valuators and
85
+ components which display or select a value from a bounded range of
86
+ values.</span>
77
87
  </dt>
78
88
  <dt>
79
- <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"></span>
89
+ <span class="refentrytitle"><a href="AtkWindow.html">AtkWindow</a></span><span class="refpurpose"> — The ATK Interface provided by UI components that represent a top-level window.</span>
90
+ </dt>
91
+ </dl></dd>
92
+ <dt><span class="chapter"><a href="data.html">Basic accessible data types</a></span></dt>
93
+ <dd><dl>
94
+ <dt>
95
+ <span class="refentrytitle"><a href="atk-AtkRange.html">AtkRange</a></span><span class="refpurpose">A given range or subrange, to be used with <span class="type">AtkValue</span></span>
80
96
  </dt>
81
97
  <dt>
82
98
  <span class="refentrytitle"><a href="AtkRelation.html">AtkRelation</a></span><span class="refpurpose"> — An object used to describe a relation between a
@@ -87,65 +103,73 @@ which the user can activate/interact with.</span>
87
103
  AtkRelations which an AtkObject has.</span>
88
104
  </dt>
89
105
  <dt>
90
- <span class="refentrytitle"><a href="AtkSelection.html">AtkSelection</a></span><span class="refpurpose"> — The ATK interface implemented by container
91
- objects whose <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> children can be selected.</span>
106
+ <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> — An AtkState describes a component's particular state.</span>
92
107
  </dt>
93
108
  <dt>
94
- <span class="refentrytitle"><a href="atk-AtkSocket.html">AtkSocket</a></span><span class="refpurpose"> — Container for AtkPlug objects from other processes</span>
109
+ <span class="refentrytitle"><a href="AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> — An AtkStateSet determines a component's state set.</span>
95
110
  </dt>
111
+ </dl></dd>
112
+ <dt><span class="chapter"><a href="accessibles.html">Custom accessible objects</a></span></dt>
113
+ <dd><dl>
96
114
  <dt>
97
- <span class="refentrytitle"><a href="atk-AtkState.html">AtkState</a></span><span class="refpurpose"> — An AtkState describes a component's particular state.</span>
115
+ <span class="refentrytitle"><a href="AtkGObjectAccessible.html">AtkGObjectAccessible</a></span><span class="refpurpose"> — This object class is derived from AtkObject and
116
+ can be used as a basis implementing accessible objects.</span>
98
117
  </dt>
99
118
  <dt>
100
- <span class="refentrytitle"><a href="AtkStateSet.html">AtkStateSet</a></span><span class="refpurpose"> — An AtkStateSet determines a component's state set.</span>
119
+ <span class="refentrytitle"><a href="AtkHyperlink.html">AtkHyperlink</a></span><span class="refpurpose"> — An ATK object which encapsulates a link or set
120
+ of links in a hypertext document.</span>
101
121
  </dt>
102
122
  <dt>
103
- <span class="refentrytitle"><a href="AtkStreamableContent.html">AtkStreamableContent</a></span><span class="refpurpose"> — The ATK interface which provides access to
104
- streamable content.</span>
123
+ <span class="refentrytitle"><a href="AtkNoOpObject.html">AtkNoOpObject</a></span><span class="refpurpose"> — An AtkObject which purports to implement all ATK interfaces.</span>
105
124
  </dt>
106
125
  <dt>
107
- <span class="refentrytitle"><a href="AtkTable.html">AtkTable</a></span><span class="refpurpose"> — The ATK interface implemented for UI components
108
- which contain tabular or row/column information.</span>
126
+ <span class="refentrytitle"><a href="atk-AtkPlug.html">AtkPlug</a></span><span class="refpurpose"> — Toplevel for embedding into other processes</span>
109
127
  </dt>
110
128
  <dt>
111
- <span class="refentrytitle"><a href="AtkText.html">AtkText</a></span><span class="refpurpose"> — The ATK interface implemented by components
112
- with text content.</span>
129
+ <span class="refentrytitle"><a href="atk-AtkSocket.html">AtkSocket</a></span><span class="refpurpose"> — Container for AtkPlug objects from other processes</span>
113
130
  </dt>
131
+ </dl></dd>
132
+ <dt><span class="chapter"><a href="utilities.html">Utilities</a></span></dt>
133
+ <dd><dl>
114
134
  <dt>
115
- <span class="refentrytitle"><a href="AtkUtil.html">AtkUtil</a></span><span class="refpurpose"> — A set of ATK utility functions for event and toolkit support.</span>
135
+ <span class="refentrytitle"><a href="AtkNoOpObjectFactory.html">AtkNoOpObjectFactory</a></span><span class="refpurpose"> — The AtkObjectFactory which creates an AtkNoOpObject.</span>
116
136
  </dt>
117
137
  <dt>
118
- <span class="refentrytitle"><a href="AtkValue.html">AtkValue</a></span><span class="refpurpose"> — The ATK interface implemented by valuators and
119
- components which display or select a value from a bounded range of
120
- values.</span>
138
+ <span class="refentrytitle"><a href="AtkObjectFactory.html">AtkObjectFactory</a></span><span class="refpurpose"> — The base object class for a factory used to
139
+ create accessible objects for objects of a specific GType.</span>
121
140
  </dt>
122
141
  <dt>
123
- <span class="refentrytitle"><a href="AtkWindow.html">AtkWindow</a></span><span class="refpurpose"> — The ATK Interface provided by UI components that represent a top-level window.</span>
142
+ <span class="refentrytitle"><a href="AtkRegistry.html">AtkRegistry</a></span><span class="refpurpose"> — An object used to store the GType of the
143
+ factories used to create an accessible object for an object of a
144
+ particular GType.</span>
145
+ </dt>
146
+ <dt>
147
+ <span class="refentrytitle"><a href="atk-Versioning-Utilities.html">Versioning macros</a></span><span class="refpurpose"> — Variables and functions to check the ATK version</span>
124
148
  </dt>
125
149
  </dl></dd>
126
- <dt><span class="chapter"><a href="utilities.html">Utilities</a></span></dt>
150
+ <dt><span class="chapter"><a href="deprecated.html">Deprecated Interfaces</a></span></dt>
127
151
  <dd><dl><dt>
128
- <span class="refentrytitle"><a href="atk-Versioning-Utilities.html">Versioning macros</a></span><span class="refpurpose"> — Variables and functions to check the ATK version</span>
152
+ <span class="refentrytitle"><a href="AtkMisc.html">AtkMisc</a></span><span class="refpurpose"> — A set of ATK utility functions for thread locking</span>
129
153
  </dt></dl></dd>
130
154
  <dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
131
155
  <dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
132
156
  <dt><span class="index"><a href="api-index-1-3.html">Index of new symbols in 1.3</a></span></dt>
133
157
  <dt><span class="index"><a href="api-index-1-4.html">Index of new symbols in 1.4</a></span></dt>
134
158
  <dt><span class="index"><a href="api-index-1-6.html">Index of new symbols in 1.6</a></span></dt>
159
+ <dt><span class="index"><a href="api-index-1-9.html">Index of new symbols in 1.9</a></span></dt>
135
160
  <dt><span class="index"><a href="api-index-1-12.html">Index of new symbols in 1.12</a></span></dt>
136
161
  <dt><span class="index"><a href="api-index-1-13.html">Index of new symbols in 1.13</a></span></dt>
137
- <dt><span class="index"><a href="api-index-1-18.html">Index of new symbols in 1.18</a></span></dt>
138
162
  <dt><span class="index"><a href="api-index-1-20.html">Index of new symbols in 1.20</a></span></dt>
139
163
  <dt><span class="index"><a href="api-index-1-22.html">Index of new symbols in 1.22</a></span></dt>
140
- <dt><span class="index"><a href="api-index-1-24.html">Index of new symbols in 1.24</a></span></dt>
141
- <dt><span class="index"><a href="api-index-1-26.html">Index of new symbols in 1.26</a></span></dt>
142
- <dt><span class="index"><a href="api-index-1-28.html">Index of new symbols in 1.28</a></span></dt>
143
164
  <dt><span class="index"><a href="api-index-1-30.html">Index of new symbols in 1.30</a></span></dt>
144
- <dt><span class="index"><a href="api-index-1-32.html">Index of new symbols in 1.32</a></span></dt>
165
+ <dt><span class="index"><a href="api-index-2-2.html">Index of new symbols in 2.2</a></span></dt>
166
+ <dt><span class="index"><a href="api-index-2-8.html">Index of new symbols in 2.8</a></span></dt>
167
+ <dt><span class="index"><a href="api-index-2-10.html">Index of new symbols in 2.10</a></span></dt>
168
+ <dt><span class="index"><a href="api-index-2-12.html">Index of new symbols in 2.12</a></span></dt>
145
169
  </dl></div>
146
170
  </div>
147
171
  <div class="footer">
148
172
  <hr>
149
- Generated by GTK-Doc V1.19.1</div>
173
+ Generated by GTK-Doc V1.21.1</div>
150
174
  </body>
151
175
  </html>
@@ -1,11 +1,116 @@
1
+ <ANCHOR id="AtkObject" href="atk/AtkObject.html">
2
+ <ANCHOR id="AtkObject.functions" href="atk/AtkObject.html#AtkObject.functions">
3
+ <ANCHOR id="AtkObject.properties" href="atk/AtkObject.html#AtkObject.properties">
4
+ <ANCHOR id="AtkObject.signals" href="atk/AtkObject.html#AtkObject.signals">
5
+ <ANCHOR id="AtkImplementorIface" href="atk/AtkObject.html#AtkImplementorIface">
6
+ <ANCHOR id="AtkStateSet" href="atk/AtkObject.html#AtkStateSet">
7
+ <ANCHOR id="AtkObject.other" href="atk/AtkObject.html#AtkObject.other">
8
+ <ANCHOR id="AtkObject.object-hierarchy" href="atk/AtkObject.html#AtkObject.object-hierarchy">
9
+ <ANCHOR id="AtkObject.derived-interfaces" href="atk/AtkObject.html#AtkObject.derived-interfaces">
10
+ <ANCHOR id="AtkObject.description" href="atk/AtkObject.html#AtkObject.description">
11
+ <ANCHOR id="AtkObject.functions_details" href="atk/AtkObject.html#AtkObject.functions_details">
12
+ <ANCHOR id="atk-role-register" href="atk/AtkObject.html#atk-role-register">
13
+ <ANCHOR id="AtkFunction" href="atk/AtkObject.html#AtkFunction">
14
+ <ANCHOR id="AtkPropertyChangeHandler" href="atk/AtkObject.html#AtkPropertyChangeHandler">
15
+ <ANCHOR id="atk-implementor-ref-accessible" href="atk/AtkObject.html#atk-implementor-ref-accessible">
16
+ <ANCHOR id="atk-object-get-name" href="atk/AtkObject.html#atk-object-get-name">
17
+ <ANCHOR id="atk-object-get-description" href="atk/AtkObject.html#atk-object-get-description">
18
+ <ANCHOR id="atk-object-get-parent" href="atk/AtkObject.html#atk-object-get-parent">
19
+ <ANCHOR id="atk-object-peek-parent" href="atk/AtkObject.html#atk-object-peek-parent">
20
+ <ANCHOR id="atk-object-get-n-accessible-children" href="atk/AtkObject.html#atk-object-get-n-accessible-children">
21
+ <ANCHOR id="atk-object-ref-accessible-child" href="atk/AtkObject.html#atk-object-ref-accessible-child">
22
+ <ANCHOR id="atk-object-ref-relation-set" href="atk/AtkObject.html#atk-object-ref-relation-set">
23
+ <ANCHOR id="atk-object-get-layer" href="atk/AtkObject.html#atk-object-get-layer">
24
+ <ANCHOR id="atk-object-get-mdi-zorder" href="atk/AtkObject.html#atk-object-get-mdi-zorder">
25
+ <ANCHOR id="atk-object-get-role" href="atk/AtkObject.html#atk-object-get-role">
26
+ <ANCHOR id="atk-object-ref-state-set" href="atk/AtkObject.html#atk-object-ref-state-set">
27
+ <ANCHOR id="atk-object-get-index-in-parent" href="atk/AtkObject.html#atk-object-get-index-in-parent">
28
+ <ANCHOR id="atk-object-set-name" href="atk/AtkObject.html#atk-object-set-name">
29
+ <ANCHOR id="atk-object-set-description" href="atk/AtkObject.html#atk-object-set-description">
30
+ <ANCHOR id="atk-object-set-parent" href="atk/AtkObject.html#atk-object-set-parent">
31
+ <ANCHOR id="atk-object-set-role" href="atk/AtkObject.html#atk-object-set-role">
32
+ <ANCHOR id="atk-object-connect-property-change-handler" href="atk/AtkObject.html#atk-object-connect-property-change-handler">
33
+ <ANCHOR id="atk-object-remove-property-change-handler" href="atk/AtkObject.html#atk-object-remove-property-change-handler">
34
+ <ANCHOR id="atk-object-notify-state-change" href="atk/AtkObject.html#atk-object-notify-state-change">
35
+ <ANCHOR id="atk-object-initialize" href="atk/AtkObject.html#atk-object-initialize">
36
+ <ANCHOR id="atk-object-add-relationship" href="atk/AtkObject.html#atk-object-add-relationship">
37
+ <ANCHOR id="atk-object-remove-relationship" href="atk/AtkObject.html#atk-object-remove-relationship">
38
+ <ANCHOR id="atk-object-get-attributes" href="atk/AtkObject.html#atk-object-get-attributes">
39
+ <ANCHOR id="atk-object-get-object-locale" href="atk/AtkObject.html#atk-object-get-object-locale">
40
+ <ANCHOR id="atk-role-get-name" href="atk/AtkObject.html#atk-role-get-name">
41
+ <ANCHOR id="atk-role-get-localized-name" href="atk/AtkObject.html#atk-role-get-localized-name">
42
+ <ANCHOR id="atk-role-for-name" href="atk/AtkObject.html#atk-role-for-name">
43
+ <ANCHOR id="AtkObject.other_details" href="atk/AtkObject.html#AtkObject.other_details">
44
+ <ANCHOR id="AtkObject-struct" href="atk/AtkObject.html#AtkObject-struct">
45
+ <ANCHOR id="AtkRole" href="atk/AtkObject.html#AtkRole">
46
+ <ANCHOR id="AtkLayer" href="atk/AtkObject.html#AtkLayer">
47
+ <ANCHOR id="AtkImplementor" href="atk/AtkObject.html#AtkImplementor">
48
+ <ANCHOR id="AtkAttribute" href="atk/AtkObject.html#AtkAttribute">
49
+ <ANCHOR id="AtkAttributeSet" href="atk/AtkObject.html#AtkAttributeSet">
50
+ <ANCHOR id="AtkPropertyValues" href="atk/AtkObject.html#AtkPropertyValues">
51
+ <ANCHOR id="AtkObject.property-details" href="atk/AtkObject.html#AtkObject.property-details">
52
+ <ANCHOR id="AtkObject--accessible-component-layer" href="atk/AtkObject.html#AtkObject--accessible-component-layer">
53
+ <ANCHOR id="AtkObject--accessible-component-mdi-zorder" href="atk/AtkObject.html#AtkObject--accessible-component-mdi-zorder">
54
+ <ANCHOR id="AtkObject--accessible-description" href="atk/AtkObject.html#AtkObject--accessible-description">
55
+ <ANCHOR id="AtkObject--accessible-hypertext-nlinks" href="atk/AtkObject.html#AtkObject--accessible-hypertext-nlinks">
56
+ <ANCHOR id="AtkObject--accessible-name" href="atk/AtkObject.html#AtkObject--accessible-name">
57
+ <ANCHOR id="AtkObject--accessible-parent" href="atk/AtkObject.html#AtkObject--accessible-parent">
58
+ <ANCHOR id="AtkObject--accessible-role" href="atk/AtkObject.html#AtkObject--accessible-role">
59
+ <ANCHOR id="AtkObject--accessible-table-caption" href="atk/AtkObject.html#AtkObject--accessible-table-caption">
60
+ <ANCHOR id="AtkObject--accessible-table-caption-object" href="atk/AtkObject.html#AtkObject--accessible-table-caption-object">
61
+ <ANCHOR id="AtkObject--accessible-table-column-description" href="atk/AtkObject.html#AtkObject--accessible-table-column-description">
62
+ <ANCHOR id="AtkObject--accessible-table-column-header" href="atk/AtkObject.html#AtkObject--accessible-table-column-header">
63
+ <ANCHOR id="AtkObject--accessible-table-row-description" href="atk/AtkObject.html#AtkObject--accessible-table-row-description">
64
+ <ANCHOR id="AtkObject--accessible-table-row-header" href="atk/AtkObject.html#AtkObject--accessible-table-row-header">
65
+ <ANCHOR id="AtkObject--accessible-table-summary" href="atk/AtkObject.html#AtkObject--accessible-table-summary">
66
+ <ANCHOR id="AtkObject--accessible-value" href="atk/AtkObject.html#AtkObject--accessible-value">
67
+ <ANCHOR id="AtkObject.signal-details" href="atk/AtkObject.html#AtkObject.signal-details">
68
+ <ANCHOR id="AtkObject-active-descendant-changed" href="atk/AtkObject.html#AtkObject-active-descendant-changed">
69
+ <ANCHOR id="AtkObject-children-changed" href="atk/AtkObject.html#AtkObject-children-changed">
70
+ <ANCHOR id="AtkObject-focus-event" href="atk/AtkObject.html#AtkObject-focus-event">
71
+ <ANCHOR id="AtkObject-property-change" href="atk/AtkObject.html#AtkObject-property-change">
72
+ <ANCHOR id="AtkObject-state-change" href="atk/AtkObject.html#AtkObject-state-change">
73
+ <ANCHOR id="AtkObject-visible-data-changed" href="atk/AtkObject.html#AtkObject-visible-data-changed">
74
+ <ANCHOR id="AtkUtil" href="atk/AtkUtil.html">
75
+ <ANCHOR id="AtkUtil.functions" href="atk/AtkUtil.html#AtkUtil.functions">
76
+ <ANCHOR id="AtkUtil.other" href="atk/AtkUtil.html#AtkUtil.other">
77
+ <ANCHOR id="AtkUtil.object-hierarchy" href="atk/AtkUtil.html#AtkUtil.object-hierarchy">
78
+ <ANCHOR id="AtkUtil.description" href="atk/AtkUtil.html#AtkUtil.description">
79
+ <ANCHOR id="AtkUtil.functions_details" href="atk/AtkUtil.html#AtkUtil.functions_details">
80
+ <ANCHOR id="atk-add-focus-tracker" href="atk/AtkUtil.html#atk-add-focus-tracker">
81
+ <ANCHOR id="atk-remove-focus-tracker" href="atk/AtkUtil.html#atk-remove-focus-tracker">
82
+ <ANCHOR id="atk-focus-tracker-init" href="atk/AtkUtil.html#atk-focus-tracker-init">
83
+ <ANCHOR id="atk-focus-tracker-notify" href="atk/AtkUtil.html#atk-focus-tracker-notify">
84
+ <ANCHOR id="AtkEventListener" href="atk/AtkUtil.html#AtkEventListener">
85
+ <ANCHOR id="AtkEventListenerInit" href="atk/AtkUtil.html#AtkEventListenerInit">
86
+ <ANCHOR id="atk-add-global-event-listener" href="atk/AtkUtil.html#atk-add-global-event-listener">
87
+ <ANCHOR id="atk-remove-global-event-listener" href="atk/AtkUtil.html#atk-remove-global-event-listener">
88
+ <ANCHOR id="AtkKeySnoopFunc" href="atk/AtkUtil.html#AtkKeySnoopFunc">
89
+ <ANCHOR id="atk-add-key-event-listener" href="atk/AtkUtil.html#atk-add-key-event-listener">
90
+ <ANCHOR id="atk-remove-key-event-listener" href="atk/AtkUtil.html#atk-remove-key-event-listener">
91
+ <ANCHOR id="atk-get-root" href="atk/AtkUtil.html#atk-get-root">
92
+ <ANCHOR id="atk-get-focus-object" href="atk/AtkUtil.html#atk-get-focus-object">
93
+ <ANCHOR id="atk-get-toolkit-name" href="atk/AtkUtil.html#atk-get-toolkit-name">
94
+ <ANCHOR id="atk-get-toolkit-version" href="atk/AtkUtil.html#atk-get-toolkit-version">
95
+ <ANCHOR id="atk-get-version" href="atk/AtkUtil.html#atk-get-version">
96
+ <ANCHOR id="ATK-DEFINE-TYPE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-TYPE:CAPS">
97
+ <ANCHOR id="ATK-DEFINE-TYPE-EXTENDED:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-TYPE-EXTENDED:CAPS">
98
+ <ANCHOR id="ATK-DEFINE-TYPE-WITH-CODE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS">
99
+ <ANCHOR id="ATK-DEFINE-ABSTRACT-TYPE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE:CAPS">
100
+ <ANCHOR id="ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS">
101
+ <ANCHOR id="AtkUtil.other_details" href="atk/AtkUtil.html#AtkUtil.other_details">
102
+ <ANCHOR id="AtkUtil-struct" href="atk/AtkUtil.html#AtkUtil-struct">
103
+ <ANCHOR id="AtkUtilClass" href="atk/AtkUtil.html#AtkUtilClass">
104
+ <ANCHOR id="AtkCoordType" href="atk/AtkUtil.html#AtkCoordType">
105
+ <ANCHOR id="AtkKeyEventStruct" href="atk/AtkUtil.html#AtkKeyEventStruct">
106
+ <ANCHOR id="AtkKeyEventType" href="atk/AtkUtil.html#AtkKeyEventType">
1
107
  <ANCHOR id="AtkAction" href="atk/AtkAction.html">
2
- <ANCHOR id="AtkAction.synopsis" href="atk/AtkAction.html#AtkAction.synopsis">
108
+ <ANCHOR id="AtkAction.functions" href="atk/AtkAction.html#AtkAction.functions">
109
+ <ANCHOR id="AtkAction.other" href="atk/AtkAction.html#AtkAction.other">
3
110
  <ANCHOR id="AtkAction.object-hierarchy" href="atk/AtkAction.html#AtkAction.object-hierarchy">
4
111
  <ANCHOR id="AtkAction.implementations" href="atk/AtkAction.html#AtkAction.implementations">
5
112
  <ANCHOR id="AtkAction.description" href="atk/AtkAction.html#AtkAction.description">
6
- <ANCHOR id="AtkAction.details" href="atk/AtkAction.html#AtkAction.details">
7
- <ANCHOR id="AtkAction-struct" href="atk/AtkAction.html#AtkAction-struct">
8
- <ANCHOR id="AtkActionIface" href="atk/AtkAction.html#AtkActionIface">
113
+ <ANCHOR id="AtkAction.functions_details" href="atk/AtkAction.html#AtkAction.functions_details">
9
114
  <ANCHOR id="atk-action-do-action" href="atk/AtkAction.html#atk-action-do-action">
10
115
  <ANCHOR id="atk-action-get-n-actions" href="atk/AtkAction.html#atk-action-get-n-actions">
11
116
  <ANCHOR id="atk-action-get-description" href="atk/AtkAction.html#atk-action-get-description">
@@ -13,17 +118,18 @@
13
118
  <ANCHOR id="atk-action-get-localized-name" href="atk/AtkAction.html#atk-action-get-localized-name">
14
119
  <ANCHOR id="atk-action-get-keybinding" href="atk/AtkAction.html#atk-action-get-keybinding">
15
120
  <ANCHOR id="atk-action-set-description" href="atk/AtkAction.html#atk-action-set-description">
121
+ <ANCHOR id="AtkAction.other_details" href="atk/AtkAction.html#AtkAction.other_details">
122
+ <ANCHOR id="AtkAction-struct" href="atk/AtkAction.html#AtkAction-struct">
123
+ <ANCHOR id="AtkActionIface" href="atk/AtkAction.html#AtkActionIface">
16
124
  <ANCHOR id="AtkComponent" href="atk/AtkComponent.html">
17
- <ANCHOR id="AtkComponent.synopsis" href="atk/AtkComponent.html#AtkComponent.synopsis">
125
+ <ANCHOR id="AtkComponent.functions" href="atk/AtkComponent.html#AtkComponent.functions">
126
+ <ANCHOR id="AtkComponent.signals" href="atk/AtkComponent.html#AtkComponent.signals">
127
+ <ANCHOR id="AtkComponent.other" href="atk/AtkComponent.html#AtkComponent.other">
18
128
  <ANCHOR id="AtkComponent.object-hierarchy" href="atk/AtkComponent.html#AtkComponent.object-hierarchy">
19
129
  <ANCHOR id="AtkComponent.implementations" href="atk/AtkComponent.html#AtkComponent.implementations">
20
- <ANCHOR id="AtkComponent.signals" href="atk/AtkComponent.html#AtkComponent.signals">
21
130
  <ANCHOR id="AtkComponent.description" href="atk/AtkComponent.html#AtkComponent.description">
22
- <ANCHOR id="AtkComponent.details" href="atk/AtkComponent.html#AtkComponent.details">
23
- <ANCHOR id="AtkComponent-struct" href="atk/AtkComponent.html#AtkComponent-struct">
24
- <ANCHOR id="AtkComponentIface" href="atk/AtkComponent.html#AtkComponentIface">
131
+ <ANCHOR id="AtkComponent.functions_details" href="atk/AtkComponent.html#AtkComponent.functions_details">
25
132
  <ANCHOR id="AtkFocusHandler" href="atk/AtkComponent.html#AtkFocusHandler">
26
- <ANCHOR id="AtkRectangle" href="atk/AtkComponent.html#AtkRectangle">
27
133
  <ANCHOR id="atk-component-add-focus-handler" href="atk/AtkComponent.html#atk-component-add-focus-handler">
28
134
  <ANCHOR id="atk-component-contains" href="atk/AtkComponent.html#atk-component-contains">
29
135
  <ANCHOR id="atk-component-get-extents" href="atk/AtkComponent.html#atk-component-get-extents">
@@ -38,34 +144,43 @@
38
144
  <ANCHOR id="atk-component-set-position" href="atk/AtkComponent.html#atk-component-set-position">
39
145
  <ANCHOR id="atk-component-set-size" href="atk/AtkComponent.html#atk-component-set-size">
40
146
  <ANCHOR id="atk-component-get-alpha" href="atk/AtkComponent.html#atk-component-get-alpha">
147
+ <ANCHOR id="AtkComponent.other_details" href="atk/AtkComponent.html#AtkComponent.other_details">
148
+ <ANCHOR id="AtkComponent-struct" href="atk/AtkComponent.html#AtkComponent-struct">
149
+ <ANCHOR id="AtkComponentIface" href="atk/AtkComponent.html#AtkComponentIface">
150
+ <ANCHOR id="AtkRectangle" href="atk/AtkComponent.html#AtkRectangle">
41
151
  <ANCHOR id="AtkComponent.signal-details" href="atk/AtkComponent.html#AtkComponent.signal-details">
42
152
  <ANCHOR id="AtkComponent-bounds-changed" href="atk/AtkComponent.html#AtkComponent-bounds-changed">
43
153
  <ANCHOR id="AtkDocument" href="atk/AtkDocument.html">
44
- <ANCHOR id="AtkDocument.synopsis" href="atk/AtkDocument.html#AtkDocument.synopsis">
154
+ <ANCHOR id="AtkDocument.functions" href="atk/AtkDocument.html#AtkDocument.functions">
155
+ <ANCHOR id="AtkDocument.signals" href="atk/AtkDocument.html#AtkDocument.signals">
156
+ <ANCHOR id="AtkDocument.other" href="atk/AtkDocument.html#AtkDocument.other">
45
157
  <ANCHOR id="AtkDocument.object-hierarchy" href="atk/AtkDocument.html#AtkDocument.object-hierarchy">
46
158
  <ANCHOR id="AtkDocument.implementations" href="atk/AtkDocument.html#AtkDocument.implementations">
47
- <ANCHOR id="AtkDocument.signals" href="atk/AtkDocument.html#AtkDocument.signals">
48
159
  <ANCHOR id="AtkDocument.description" href="atk/AtkDocument.html#AtkDocument.description">
49
- <ANCHOR id="AtkDocument.details" href="atk/AtkDocument.html#AtkDocument.details">
50
- <ANCHOR id="AtkDocument-struct" href="atk/AtkDocument.html#AtkDocument-struct">
51
- <ANCHOR id="AtkDocumentIface" href="atk/AtkDocument.html#AtkDocumentIface">
160
+ <ANCHOR id="AtkDocument.functions_details" href="atk/AtkDocument.html#AtkDocument.functions_details">
52
161
  <ANCHOR id="atk-document-get-document-type" href="atk/AtkDocument.html#atk-document-get-document-type">
53
162
  <ANCHOR id="atk-document-get-document" href="atk/AtkDocument.html#atk-document-get-document">
54
163
  <ANCHOR id="atk-document-get-attribute-value" href="atk/AtkDocument.html#atk-document-get-attribute-value">
55
164
  <ANCHOR id="atk-document-set-attribute-value" href="atk/AtkDocument.html#atk-document-set-attribute-value">
56
165
  <ANCHOR id="atk-document-get-attributes" href="atk/AtkDocument.html#atk-document-get-attributes">
57
166
  <ANCHOR id="atk-document-get-locale" href="atk/AtkDocument.html#atk-document-get-locale">
167
+ <ANCHOR id="atk-document-get-current-page-number" href="atk/AtkDocument.html#atk-document-get-current-page-number">
168
+ <ANCHOR id="atk-document-get-page-count" href="atk/AtkDocument.html#atk-document-get-page-count">
169
+ <ANCHOR id="AtkDocument.other_details" href="atk/AtkDocument.html#AtkDocument.other_details">
170
+ <ANCHOR id="AtkDocument-struct" href="atk/AtkDocument.html#AtkDocument-struct">
171
+ <ANCHOR id="AtkDocumentIface" href="atk/AtkDocument.html#AtkDocumentIface">
58
172
  <ANCHOR id="AtkDocument.signal-details" href="atk/AtkDocument.html#AtkDocument.signal-details">
59
173
  <ANCHOR id="AtkDocument-load-complete" href="atk/AtkDocument.html#AtkDocument-load-complete">
60
174
  <ANCHOR id="AtkDocument-load-stopped" href="atk/AtkDocument.html#AtkDocument-load-stopped">
175
+ <ANCHOR id="AtkDocument-page-changed" href="atk/AtkDocument.html#AtkDocument-page-changed">
61
176
  <ANCHOR id="AtkDocument-reload" href="atk/AtkDocument.html#AtkDocument-reload">
62
177
  <ANCHOR id="AtkEditableText" href="atk/AtkEditableText.html">
63
- <ANCHOR id="AtkEditableText.synopsis" href="atk/AtkEditableText.html#AtkEditableText.synopsis">
178
+ <ANCHOR id="AtkEditableText.functions" href="atk/AtkEditableText.html#AtkEditableText.functions">
179
+ <ANCHOR id="AtkEditableText.other" href="atk/AtkEditableText.html#AtkEditableText.other">
64
180
  <ANCHOR id="AtkEditableText.object-hierarchy" href="atk/AtkEditableText.html#AtkEditableText.object-hierarchy">
65
181
  <ANCHOR id="AtkEditableText.implementations" href="atk/AtkEditableText.html#AtkEditableText.implementations">
66
182
  <ANCHOR id="AtkEditableText.description" href="atk/AtkEditableText.html#AtkEditableText.description">
67
- <ANCHOR id="AtkEditableText.details" href="atk/AtkEditableText.html#AtkEditableText.details">
68
- <ANCHOR id="AtkEditableText-struct" href="atk/AtkEditableText.html#AtkEditableText-struct">
183
+ <ANCHOR id="AtkEditableText.functions_details" href="atk/AtkEditableText.html#AtkEditableText.functions_details">
69
184
  <ANCHOR id="atk-editable-text-set-run-attributes" href="atk/AtkEditableText.html#atk-editable-text-set-run-attributes">
70
185
  <ANCHOR id="atk-editable-text-set-text-contents" href="atk/AtkEditableText.html#atk-editable-text-set-text-contents">
71
186
  <ANCHOR id="atk-editable-text-insert-text" href="atk/AtkEditableText.html#atk-editable-text-insert-text">
@@ -73,349 +188,53 @@
73
188
  <ANCHOR id="atk-editable-text-cut-text" href="atk/AtkEditableText.html#atk-editable-text-cut-text">
74
189
  <ANCHOR id="atk-editable-text-delete-text" href="atk/AtkEditableText.html#atk-editable-text-delete-text">
75
190
  <ANCHOR id="atk-editable-text-paste-text" href="atk/AtkEditableText.html#atk-editable-text-paste-text">
76
- <ANCHOR id="AtkGObjectAccessible" href="atk/AtkGObjectAccessible.html">
77
- <ANCHOR id="AtkGObjectAccessible.synopsis" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.synopsis">
78
- <ANCHOR id="AtkGObjectAccessible.object-hierarchy" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.object-hierarchy">
79
- <ANCHOR id="AtkGObjectAccessible.description" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.description">
80
- <ANCHOR id="AtkGObjectAccessible.details" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.details">
81
- <ANCHOR id="AtkGObjectAccessible-struct" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible-struct">
82
- <ANCHOR id="atk-gobject-accessible-for-object" href="atk/AtkGObjectAccessible.html#atk-gobject-accessible-for-object">
83
- <ANCHOR id="atk-gobject-accessible-get-object" href="atk/AtkGObjectAccessible.html#atk-gobject-accessible-get-object">
84
- <ANCHOR id="AtkHyperlink" href="atk/AtkHyperlink.html">
85
- <ANCHOR id="AtkHyperlink.synopsis" href="atk/AtkHyperlink.html#AtkHyperlink.synopsis">
86
- <ANCHOR id="AtkHyperlink.object-hierarchy" href="atk/AtkHyperlink.html#AtkHyperlink.object-hierarchy">
87
- <ANCHOR id="AtkHyperlink.implemented-interfaces" href="atk/AtkHyperlink.html#AtkHyperlink.implemented-interfaces">
88
- <ANCHOR id="AtkHyperlink.properties" href="atk/AtkHyperlink.html#AtkHyperlink.properties">
89
- <ANCHOR id="AtkHyperlink.signals" href="atk/AtkHyperlink.html#AtkHyperlink.signals">
90
- <ANCHOR id="AtkHyperlink.description" href="atk/AtkHyperlink.html#AtkHyperlink.description">
91
- <ANCHOR id="AtkHyperlink.details" href="atk/AtkHyperlink.html#AtkHyperlink.details">
92
- <ANCHOR id="AtkHyperlink-struct" href="atk/AtkHyperlink.html#AtkHyperlink-struct">
93
- <ANCHOR id="AtkHyperlinkStateFlags" href="atk/AtkHyperlink.html#AtkHyperlinkStateFlags">
94
- <ANCHOR id="ATK-HYPERLINK-IS-INLINE:CAPS" href="atk/AtkHyperlink.html#ATK-HYPERLINK-IS-INLINE:CAPS">
95
- <ANCHOR id="atk-hyperlink-get-uri" href="atk/AtkHyperlink.html#atk-hyperlink-get-uri">
96
- <ANCHOR id="atk-hyperlink-get-object" href="atk/AtkHyperlink.html#atk-hyperlink-get-object">
97
- <ANCHOR id="atk-hyperlink-get-end-index" href="atk/AtkHyperlink.html#atk-hyperlink-get-end-index">
98
- <ANCHOR id="atk-hyperlink-get-start-index" href="atk/AtkHyperlink.html#atk-hyperlink-get-start-index">
99
- <ANCHOR id="atk-hyperlink-is-valid" href="atk/AtkHyperlink.html#atk-hyperlink-is-valid">
100
- <ANCHOR id="atk-hyperlink-is-inline" href="atk/AtkHyperlink.html#atk-hyperlink-is-inline">
101
- <ANCHOR id="atk-hyperlink-get-n-anchors" href="atk/AtkHyperlink.html#atk-hyperlink-get-n-anchors">
102
- <ANCHOR id="atk-hyperlink-is-selected-link" href="atk/AtkHyperlink.html#atk-hyperlink-is-selected-link">
103
- <ANCHOR id="AtkHyperlink.property-details" href="atk/AtkHyperlink.html#AtkHyperlink.property-details">
104
- <ANCHOR id="AtkHyperlink--end-index" href="atk/AtkHyperlink.html#AtkHyperlink--end-index">
105
- <ANCHOR id="AtkHyperlink--number-of-anchors" href="atk/AtkHyperlink.html#AtkHyperlink--number-of-anchors">
106
- <ANCHOR id="AtkHyperlink--selected-link" href="atk/AtkHyperlink.html#AtkHyperlink--selected-link">
107
- <ANCHOR id="AtkHyperlink--start-index" href="atk/AtkHyperlink.html#AtkHyperlink--start-index">
108
- <ANCHOR id="AtkHyperlink.signal-details" href="atk/AtkHyperlink.html#AtkHyperlink.signal-details">
109
- <ANCHOR id="AtkHyperlink-link-activated" href="atk/AtkHyperlink.html#AtkHyperlink-link-activated">
191
+ <ANCHOR id="AtkEditableText.other_details" href="atk/AtkEditableText.html#AtkEditableText.other_details">
192
+ <ANCHOR id="AtkEditableText-struct" href="atk/AtkEditableText.html#AtkEditableText-struct">
110
193
  <ANCHOR id="atk-AtkHyperlinkImpl" href="atk/atk-AtkHyperlinkImpl.html">
111
- <ANCHOR id="atk-AtkHyperlinkImpl.synopsis" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.synopsis">
194
+ <ANCHOR id="atk-AtkHyperlinkImpl.functions" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.functions">
195
+ <ANCHOR id="atk-AtkHyperlinkImpl.other" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.other">
112
196
  <ANCHOR id="atk-AtkHyperlinkImpl.description" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.description">
113
- <ANCHOR id="atk-AtkHyperlinkImpl.details" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.details">
114
- <ANCHOR id="AtkHyperlinkImpl" href="atk/atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">
197
+ <ANCHOR id="atk-AtkHyperlinkImpl.functions_details" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.functions_details">
115
198
  <ANCHOR id="atk-hyperlink-impl-get-hyperlink" href="atk/atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink">
199
+ <ANCHOR id="atk-AtkHyperlinkImpl.other_details" href="atk/atk-AtkHyperlinkImpl.html#atk-AtkHyperlinkImpl.other_details">
200
+ <ANCHOR id="AtkHyperlinkImpl" href="atk/atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">
116
201
  <ANCHOR id="AtkHypertext" href="atk/AtkHypertext.html">
117
- <ANCHOR id="AtkHypertext.synopsis" href="atk/AtkHypertext.html#AtkHypertext.synopsis">
202
+ <ANCHOR id="AtkHypertext.functions" href="atk/AtkHypertext.html#AtkHypertext.functions">
203
+ <ANCHOR id="AtkHypertext.signals" href="atk/AtkHypertext.html#AtkHypertext.signals">
204
+ <ANCHOR id="AtkHypertext.other" href="atk/AtkHypertext.html#AtkHypertext.other">
118
205
  <ANCHOR id="AtkHypertext.object-hierarchy" href="atk/AtkHypertext.html#AtkHypertext.object-hierarchy">
119
206
  <ANCHOR id="AtkHypertext.implementations" href="atk/AtkHypertext.html#AtkHypertext.implementations">
120
- <ANCHOR id="AtkHypertext.signals" href="atk/AtkHypertext.html#AtkHypertext.signals">
121
207
  <ANCHOR id="AtkHypertext.description" href="atk/AtkHypertext.html#AtkHypertext.description">
122
- <ANCHOR id="AtkHypertext.details" href="atk/AtkHypertext.html#AtkHypertext.details">
123
- <ANCHOR id="AtkHypertext-struct" href="atk/AtkHypertext.html#AtkHypertext-struct">
208
+ <ANCHOR id="AtkHypertext.functions_details" href="atk/AtkHypertext.html#AtkHypertext.functions_details">
124
209
  <ANCHOR id="atk-hypertext-get-link" href="atk/AtkHypertext.html#atk-hypertext-get-link">
125
210
  <ANCHOR id="atk-hypertext-get-n-links" href="atk/AtkHypertext.html#atk-hypertext-get-n-links">
126
211
  <ANCHOR id="atk-hypertext-get-link-index" href="atk/AtkHypertext.html#atk-hypertext-get-link-index">
212
+ <ANCHOR id="AtkHypertext.other_details" href="atk/AtkHypertext.html#AtkHypertext.other_details">
213
+ <ANCHOR id="AtkHypertext-struct" href="atk/AtkHypertext.html#AtkHypertext-struct">
127
214
  <ANCHOR id="AtkHypertext.signal-details" href="atk/AtkHypertext.html#AtkHypertext.signal-details">
128
215
  <ANCHOR id="AtkHypertext-link-selected" href="atk/AtkHypertext.html#AtkHypertext-link-selected">
129
216
  <ANCHOR id="AtkImage" href="atk/AtkImage.html">
130
- <ANCHOR id="AtkImage.synopsis" href="atk/AtkImage.html#AtkImage.synopsis">
217
+ <ANCHOR id="AtkImage.functions" href="atk/AtkImage.html#AtkImage.functions">
218
+ <ANCHOR id="AtkImage.other" href="atk/AtkImage.html#AtkImage.other">
131
219
  <ANCHOR id="AtkImage.object-hierarchy" href="atk/AtkImage.html#AtkImage.object-hierarchy">
132
220
  <ANCHOR id="AtkImage.implementations" href="atk/AtkImage.html#AtkImage.implementations">
133
221
  <ANCHOR id="AtkImage.description" href="atk/AtkImage.html#AtkImage.description">
134
- <ANCHOR id="AtkImage.details" href="atk/AtkImage.html#AtkImage.details">
135
- <ANCHOR id="AtkImage-struct" href="atk/AtkImage.html#AtkImage-struct">
222
+ <ANCHOR id="AtkImage.functions_details" href="atk/AtkImage.html#AtkImage.functions_details">
136
223
  <ANCHOR id="atk-image-get-image-position" href="atk/AtkImage.html#atk-image-get-image-position">
137
224
  <ANCHOR id="atk-image-get-image-description" href="atk/AtkImage.html#atk-image-get-image-description">
138
225
  <ANCHOR id="atk-image-set-image-description" href="atk/AtkImage.html#atk-image-set-image-description">
139
226
  <ANCHOR id="atk-image-get-image-size" href="atk/AtkImage.html#atk-image-get-image-size">
140
227
  <ANCHOR id="atk-image-get-image-locale" href="atk/AtkImage.html#atk-image-get-image-locale">
141
- <ANCHOR id="AtkNoOpObject" href="atk/AtkNoOpObject.html">
142
- <ANCHOR id="AtkNoOpObject.synopsis" href="atk/AtkNoOpObject.html#AtkNoOpObject.synopsis">
143
- <ANCHOR id="AtkNoOpObject.object-hierarchy" href="atk/AtkNoOpObject.html#AtkNoOpObject.object-hierarchy">
144
- <ANCHOR id="AtkNoOpObject.implemented-interfaces" href="atk/AtkNoOpObject.html#AtkNoOpObject.implemented-interfaces">
145
- <ANCHOR id="AtkNoOpObject.description" href="atk/AtkNoOpObject.html#AtkNoOpObject.description">
146
- <ANCHOR id="AtkNoOpObject.details" href="atk/AtkNoOpObject.html#AtkNoOpObject.details">
147
- <ANCHOR id="AtkNoOpObject-struct" href="atk/AtkNoOpObject.html#AtkNoOpObject-struct">
148
- <ANCHOR id="atk-no-op-object-new" href="atk/AtkNoOpObject.html#atk-no-op-object-new">
149
- <ANCHOR id="AtkNoOpObjectFactory" href="atk/AtkNoOpObjectFactory.html">
150
- <ANCHOR id="AtkNoOpObjectFactory.synopsis" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.synopsis">
151
- <ANCHOR id="AtkNoOpObjectFactory.object-hierarchy" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.object-hierarchy">
152
- <ANCHOR id="AtkNoOpObjectFactory.description" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.description">
153
- <ANCHOR id="AtkNoOpObjectFactory.details" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.details">
154
- <ANCHOR id="AtkNoOpObjectFactory-struct" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct">
155
- <ANCHOR id="atk-no-op-object-factory-new" href="atk/AtkNoOpObjectFactory.html#atk-no-op-object-factory-new">
156
- <ANCHOR id="AtkObject" href="atk/AtkObject.html">
157
- <ANCHOR id="AtkObject.synopsis" href="atk/AtkObject.html#AtkObject.synopsis">
158
- <ANCHOR id="AtkObject.object-hierarchy" href="atk/AtkObject.html#AtkObject.object-hierarchy">
159
- <ANCHOR id="AtkObject.derived-interfaces" href="atk/AtkObject.html#AtkObject.derived-interfaces">
160
- <ANCHOR id="AtkObject.properties" href="atk/AtkObject.html#AtkObject.properties">
161
- <ANCHOR id="AtkObject.signals" href="atk/AtkObject.html#AtkObject.signals">
162
- <ANCHOR id="AtkObject.description" href="atk/AtkObject.html#AtkObject.description">
163
- <ANCHOR id="AtkObject.details" href="atk/AtkObject.html#AtkObject.details">
164
- <ANCHOR id="AtkObject-struct" href="atk/AtkObject.html#AtkObject-struct">
165
- <ANCHOR id="AtkRole" href="atk/AtkObject.html#AtkRole">
166
- <ANCHOR id="ATK-ROLE-INVALID:CAPS" href="atk/AtkObject.html#ATK-ROLE-INVALID:CAPS">
167
- <ANCHOR id="ATK-ROLE-ACCEL-LABEL:CAPS" href="atk/AtkObject.html#ATK-ROLE-ACCEL-LABEL:CAPS">
168
- <ANCHOR id="ATK-ROLE-ALERT:CAPS" href="atk/AtkObject.html#ATK-ROLE-ALERT:CAPS">
169
- <ANCHOR id="ATK-ROLE-ANIMATION:CAPS" href="atk/AtkObject.html#ATK-ROLE-ANIMATION:CAPS">
170
- <ANCHOR id="ATK-ROLE-ARROW:CAPS" href="atk/AtkObject.html#ATK-ROLE-ARROW:CAPS">
171
- <ANCHOR id="ATK-ROLE-CALENDAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-CALENDAR:CAPS">
172
- <ANCHOR id="ATK-ROLE-CANVAS:CAPS" href="atk/AtkObject.html#ATK-ROLE-CANVAS:CAPS">
173
- <ANCHOR id="ATK-ROLE-CHECK-BOX:CAPS" href="atk/AtkObject.html#ATK-ROLE-CHECK-BOX:CAPS">
174
- <ANCHOR id="ATK-ROLE-CHECK-MENU-ITEM:CAPS" href="atk/AtkObject.html#ATK-ROLE-CHECK-MENU-ITEM:CAPS">
175
- <ANCHOR id="ATK-ROLE-COLOR-CHOOSER:CAPS" href="atk/AtkObject.html#ATK-ROLE-COLOR-CHOOSER:CAPS">
176
- <ANCHOR id="ATK-ROLE-COLUMN-HEADER:CAPS" href="atk/AtkObject.html#ATK-ROLE-COLUMN-HEADER:CAPS">
177
- <ANCHOR id="ATK-ROLE-COMBO-BOX:CAPS" href="atk/AtkObject.html#ATK-ROLE-COMBO-BOX:CAPS">
178
- <ANCHOR id="ATK-ROLE-DATE-EDITOR:CAPS" href="atk/AtkObject.html#ATK-ROLE-DATE-EDITOR:CAPS">
179
- <ANCHOR id="ATK-ROLE-DESKTOP-ICON:CAPS" href="atk/AtkObject.html#ATK-ROLE-DESKTOP-ICON:CAPS">
180
- <ANCHOR id="ATK-ROLE-DESKTOP-FRAME:CAPS" href="atk/AtkObject.html#ATK-ROLE-DESKTOP-FRAME:CAPS">
181
- <ANCHOR id="ATK-ROLE-DIAL:CAPS" href="atk/AtkObject.html#ATK-ROLE-DIAL:CAPS">
182
- <ANCHOR id="ATK-ROLE-DIALOG:CAPS" href="atk/AtkObject.html#ATK-ROLE-DIALOG:CAPS">
183
- <ANCHOR id="ATK-ROLE-DIRECTORY-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-DIRECTORY-PANE:CAPS">
184
- <ANCHOR id="ATK-ROLE-DRAWING-AREA:CAPS" href="atk/AtkObject.html#ATK-ROLE-DRAWING-AREA:CAPS">
185
- <ANCHOR id="ATK-ROLE-FILE-CHOOSER:CAPS" href="atk/AtkObject.html#ATK-ROLE-FILE-CHOOSER:CAPS">
186
- <ANCHOR id="ATK-ROLE-FILLER:CAPS" href="atk/AtkObject.html#ATK-ROLE-FILLER:CAPS">
187
- <ANCHOR id="ATK-ROLE-FONT-CHOOSER:CAPS" href="atk/AtkObject.html#ATK-ROLE-FONT-CHOOSER:CAPS">
188
- <ANCHOR id="ATK-ROLE-FRAME:CAPS" href="atk/AtkObject.html#ATK-ROLE-FRAME:CAPS">
189
- <ANCHOR id="ATK-ROLE-GLASS-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-GLASS-PANE:CAPS">
190
- <ANCHOR id="ATK-ROLE-HTML-CONTAINER:CAPS" href="atk/AtkObject.html#ATK-ROLE-HTML-CONTAINER:CAPS">
191
- <ANCHOR id="ATK-ROLE-ICON:CAPS" href="atk/AtkObject.html#ATK-ROLE-ICON:CAPS">
192
- <ANCHOR id="ATK-ROLE-IMAGE:CAPS" href="atk/AtkObject.html#ATK-ROLE-IMAGE:CAPS">
193
- <ANCHOR id="ATK-ROLE-INTERNAL-FRAME:CAPS" href="atk/AtkObject.html#ATK-ROLE-INTERNAL-FRAME:CAPS">
194
- <ANCHOR id="ATK-ROLE-LABEL:CAPS" href="atk/AtkObject.html#ATK-ROLE-LABEL:CAPS">
195
- <ANCHOR id="ATK-ROLE-LAYERED-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-LAYERED-PANE:CAPS">
196
- <ANCHOR id="ATK-ROLE-LIST:CAPS" href="atk/AtkObject.html#ATK-ROLE-LIST:CAPS">
197
- <ANCHOR id="ATK-ROLE-LIST-ITEM:CAPS" href="atk/AtkObject.html#ATK-ROLE-LIST-ITEM:CAPS">
198
- <ANCHOR id="ATK-ROLE-MENU:CAPS" href="atk/AtkObject.html#ATK-ROLE-MENU:CAPS">
199
- <ANCHOR id="ATK-ROLE-MENU-BAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-MENU-BAR:CAPS">
200
- <ANCHOR id="ATK-ROLE-MENU-ITEM:CAPS" href="atk/AtkObject.html#ATK-ROLE-MENU-ITEM:CAPS">
201
- <ANCHOR id="ATK-ROLE-OPTION-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-OPTION-PANE:CAPS">
202
- <ANCHOR id="ATK-ROLE-PAGE-TAB:CAPS" href="atk/AtkObject.html#ATK-ROLE-PAGE-TAB:CAPS">
203
- <ANCHOR id="ATK-ROLE-PAGE-TAB-LIST:CAPS" href="atk/AtkObject.html#ATK-ROLE-PAGE-TAB-LIST:CAPS">
204
- <ANCHOR id="ATK-ROLE-PANEL:CAPS" href="atk/AtkObject.html#ATK-ROLE-PANEL:CAPS">
205
- <ANCHOR id="ATK-ROLE-PASSWORD-TEXT:CAPS" href="atk/AtkObject.html#ATK-ROLE-PASSWORD-TEXT:CAPS">
206
- <ANCHOR id="ATK-ROLE-POPUP-MENU:CAPS" href="atk/AtkObject.html#ATK-ROLE-POPUP-MENU:CAPS">
207
- <ANCHOR id="ATK-ROLE-PROGRESS-BAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-PROGRESS-BAR:CAPS">
208
- <ANCHOR id="ATK-ROLE-PUSH-BUTTON:CAPS" href="atk/AtkObject.html#ATK-ROLE-PUSH-BUTTON:CAPS">
209
- <ANCHOR id="ATK-ROLE-RADIO-BUTTON:CAPS" href="atk/AtkObject.html#ATK-ROLE-RADIO-BUTTON:CAPS">
210
- <ANCHOR id="ATK-ROLE-RADIO-MENU-ITEM:CAPS" href="atk/AtkObject.html#ATK-ROLE-RADIO-MENU-ITEM:CAPS">
211
- <ANCHOR id="ATK-ROLE-ROOT-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-ROOT-PANE:CAPS">
212
- <ANCHOR id="ATK-ROLE-ROW-HEADER:CAPS" href="atk/AtkObject.html#ATK-ROLE-ROW-HEADER:CAPS">
213
- <ANCHOR id="ATK-ROLE-SCROLL-BAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-SCROLL-BAR:CAPS">
214
- <ANCHOR id="ATK-ROLE-SCROLL-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-SCROLL-PANE:CAPS">
215
- <ANCHOR id="ATK-ROLE-SEPARATOR:CAPS" href="atk/AtkObject.html#ATK-ROLE-SEPARATOR:CAPS">
216
- <ANCHOR id="ATK-ROLE-SLIDER:CAPS" href="atk/AtkObject.html#ATK-ROLE-SLIDER:CAPS">
217
- <ANCHOR id="ATK-ROLE-SPLIT-PANE:CAPS" href="atk/AtkObject.html#ATK-ROLE-SPLIT-PANE:CAPS">
218
- <ANCHOR id="ATK-ROLE-SPIN-BUTTON:CAPS" href="atk/AtkObject.html#ATK-ROLE-SPIN-BUTTON:CAPS">
219
- <ANCHOR id="ATK-ROLE-STATUSBAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-STATUSBAR:CAPS">
220
- <ANCHOR id="ATK-ROLE-TABLE:CAPS" href="atk/AtkObject.html#ATK-ROLE-TABLE:CAPS">
221
- <ANCHOR id="ATK-ROLE-TABLE-CELL:CAPS" href="atk/AtkObject.html#ATK-ROLE-TABLE-CELL:CAPS">
222
- <ANCHOR id="ATK-ROLE-TABLE-COLUMN-HEADER:CAPS" href="atk/AtkObject.html#ATK-ROLE-TABLE-COLUMN-HEADER:CAPS">
223
- <ANCHOR id="ATK-ROLE-TABLE-ROW-HEADER:CAPS" href="atk/AtkObject.html#ATK-ROLE-TABLE-ROW-HEADER:CAPS">
224
- <ANCHOR id="ATK-ROLE-TEAR-OFF-MENU-ITEM:CAPS" href="atk/AtkObject.html#ATK-ROLE-TEAR-OFF-MENU-ITEM:CAPS">
225
- <ANCHOR id="ATK-ROLE-TERMINAL:CAPS" href="atk/AtkObject.html#ATK-ROLE-TERMINAL:CAPS">
226
- <ANCHOR id="ATK-ROLE-TEXT:CAPS" href="atk/AtkObject.html#ATK-ROLE-TEXT:CAPS">
227
- <ANCHOR id="ATK-ROLE-TOGGLE-BUTTON:CAPS" href="atk/AtkObject.html#ATK-ROLE-TOGGLE-BUTTON:CAPS">
228
- <ANCHOR id="ATK-ROLE-TOOL-BAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-TOOL-BAR:CAPS">
229
- <ANCHOR id="ATK-ROLE-TOOL-TIP:CAPS" href="atk/AtkObject.html#ATK-ROLE-TOOL-TIP:CAPS">
230
- <ANCHOR id="ATK-ROLE-TREE:CAPS" href="atk/AtkObject.html#ATK-ROLE-TREE:CAPS">
231
- <ANCHOR id="ATK-ROLE-TREE-TABLE:CAPS" href="atk/AtkObject.html#ATK-ROLE-TREE-TABLE:CAPS">
232
- <ANCHOR id="ATK-ROLE-UNKNOWN:CAPS" href="atk/AtkObject.html#ATK-ROLE-UNKNOWN:CAPS">
233
- <ANCHOR id="ATK-ROLE-VIEWPORT:CAPS" href="atk/AtkObject.html#ATK-ROLE-VIEWPORT:CAPS">
234
- <ANCHOR id="ATK-ROLE-WINDOW:CAPS" href="atk/AtkObject.html#ATK-ROLE-WINDOW:CAPS">
235
- <ANCHOR id="ATK-ROLE-HEADER:CAPS" href="atk/AtkObject.html#ATK-ROLE-HEADER:CAPS">
236
- <ANCHOR id="ATK-ROLE-FOOTER:CAPS" href="atk/AtkObject.html#ATK-ROLE-FOOTER:CAPS">
237
- <ANCHOR id="ATK-ROLE-PARAGRAPH:CAPS" href="atk/AtkObject.html#ATK-ROLE-PARAGRAPH:CAPS">
238
- <ANCHOR id="ATK-ROLE-RULER:CAPS" href="atk/AtkObject.html#ATK-ROLE-RULER:CAPS">
239
- <ANCHOR id="ATK-ROLE-APPLICATION:CAPS" href="atk/AtkObject.html#ATK-ROLE-APPLICATION:CAPS">
240
- <ANCHOR id="ATK-ROLE-AUTOCOMPLETE:CAPS" href="atk/AtkObject.html#ATK-ROLE-AUTOCOMPLETE:CAPS">
241
- <ANCHOR id="ATK-ROLE-EDITBAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-EDITBAR:CAPS">
242
- <ANCHOR id="ATK-ROLE-EMBEDDED:CAPS" href="atk/AtkObject.html#ATK-ROLE-EMBEDDED:CAPS">
243
- <ANCHOR id="ATK-ROLE-ENTRY:CAPS" href="atk/AtkObject.html#ATK-ROLE-ENTRY:CAPS">
244
- <ANCHOR id="ATK-ROLE-CHART:CAPS" href="atk/AtkObject.html#ATK-ROLE-CHART:CAPS">
245
- <ANCHOR id="ATK-ROLE-CAPTION:CAPS" href="atk/AtkObject.html#ATK-ROLE-CAPTION:CAPS">
246
- <ANCHOR id="ATK-ROLE-DOCUMENT-FRAME:CAPS" href="atk/AtkObject.html#ATK-ROLE-DOCUMENT-FRAME:CAPS">
247
- <ANCHOR id="ATK-ROLE-HEADING:CAPS" href="atk/AtkObject.html#ATK-ROLE-HEADING:CAPS">
248
- <ANCHOR id="ATK-ROLE-PAGE:CAPS" href="atk/AtkObject.html#ATK-ROLE-PAGE:CAPS">
249
- <ANCHOR id="ATK-ROLE-SECTION:CAPS" href="atk/AtkObject.html#ATK-ROLE-SECTION:CAPS">
250
- <ANCHOR id="ATK-ROLE-REDUNDANT-OBJECT:CAPS" href="atk/AtkObject.html#ATK-ROLE-REDUNDANT-OBJECT:CAPS">
251
- <ANCHOR id="ATK-ROLE-FORM:CAPS" href="atk/AtkObject.html#ATK-ROLE-FORM:CAPS">
252
- <ANCHOR id="ATK-ROLE-LINK:CAPS" href="atk/AtkObject.html#ATK-ROLE-LINK:CAPS">
253
- <ANCHOR id="ATK-ROLE-INPUT-METHOD-WINDOW:CAPS" href="atk/AtkObject.html#ATK-ROLE-INPUT-METHOD-WINDOW:CAPS">
254
- <ANCHOR id="ATK-ROLE-TABLE-ROW:CAPS" href="atk/AtkObject.html#ATK-ROLE-TABLE-ROW:CAPS">
255
- <ANCHOR id="ATK-ROLE-TREE-ITEM:CAPS" href="atk/AtkObject.html#ATK-ROLE-TREE-ITEM:CAPS">
256
- <ANCHOR id="ATK-ROLE-DOCUMENT-SPREADSHEET:CAPS" href="atk/AtkObject.html#ATK-ROLE-DOCUMENT-SPREADSHEET:CAPS">
257
- <ANCHOR id="ATK-ROLE-DOCUMENT-PRESENTATION:CAPS" href="atk/AtkObject.html#ATK-ROLE-DOCUMENT-PRESENTATION:CAPS">
258
- <ANCHOR id="ATK-ROLE-DOCUMENT-TEXT:CAPS" href="atk/AtkObject.html#ATK-ROLE-DOCUMENT-TEXT:CAPS">
259
- <ANCHOR id="ATK-ROLE-DOCUMENT-WEB:CAPS" href="atk/AtkObject.html#ATK-ROLE-DOCUMENT-WEB:CAPS">
260
- <ANCHOR id="ATK-ROLE-DOCUMENT-EMAIL:CAPS" href="atk/AtkObject.html#ATK-ROLE-DOCUMENT-EMAIL:CAPS">
261
- <ANCHOR id="ATK-ROLE-COMMENT:CAPS" href="atk/AtkObject.html#ATK-ROLE-COMMENT:CAPS">
262
- <ANCHOR id="ATK-ROLE-LIST-BOX:CAPS" href="atk/AtkObject.html#ATK-ROLE-LIST-BOX:CAPS">
263
- <ANCHOR id="ATK-ROLE-GROUPING:CAPS" href="atk/AtkObject.html#ATK-ROLE-GROUPING:CAPS">
264
- <ANCHOR id="ATK-ROLE-IMAGE-MAP:CAPS" href="atk/AtkObject.html#ATK-ROLE-IMAGE-MAP:CAPS">
265
- <ANCHOR id="ATK-ROLE-NOTIFICATION:CAPS" href="atk/AtkObject.html#ATK-ROLE-NOTIFICATION:CAPS">
266
- <ANCHOR id="ATK-ROLE-INFO-BAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-INFO-BAR:CAPS">
267
- <ANCHOR id="ATK-ROLE-LEVEL-BAR:CAPS" href="atk/AtkObject.html#ATK-ROLE-LEVEL-BAR:CAPS">
268
- <ANCHOR id="ATK-ROLE-LAST-DEFINED:CAPS" href="atk/AtkObject.html#ATK-ROLE-LAST-DEFINED:CAPS">
269
- <ANCHOR id="atk-role-register" href="atk/AtkObject.html#atk-role-register">
270
- <ANCHOR id="AtkLayer" href="atk/AtkObject.html#AtkLayer">
271
- <ANCHOR id="ATK-LAYER-INVALID:CAPS" href="atk/AtkObject.html#ATK-LAYER-INVALID:CAPS">
272
- <ANCHOR id="ATK-LAYER-BACKGROUND:CAPS" href="atk/AtkObject.html#ATK-LAYER-BACKGROUND:CAPS">
273
- <ANCHOR id="ATK-LAYER-CANVAS:CAPS" href="atk/AtkObject.html#ATK-LAYER-CANVAS:CAPS">
274
- <ANCHOR id="ATK-LAYER-WIDGET:CAPS" href="atk/AtkObject.html#ATK-LAYER-WIDGET:CAPS">
275
- <ANCHOR id="ATK-LAYER-MDI:CAPS" href="atk/AtkObject.html#ATK-LAYER-MDI:CAPS">
276
- <ANCHOR id="ATK-LAYER-POPUP:CAPS" href="atk/AtkObject.html#ATK-LAYER-POPUP:CAPS">
277
- <ANCHOR id="ATK-LAYER-OVERLAY:CAPS" href="atk/AtkObject.html#ATK-LAYER-OVERLAY:CAPS">
278
- <ANCHOR id="ATK-LAYER-WINDOW:CAPS" href="atk/AtkObject.html#ATK-LAYER-WINDOW:CAPS">
279
- <ANCHOR id="AtkImplementor" href="atk/AtkObject.html#AtkImplementor">
280
- <ANCHOR id="AtkPropertyValues" href="atk/AtkObject.html#AtkPropertyValues">
281
- <ANCHOR id="AtkFunction" href="atk/AtkObject.html#AtkFunction">
282
- <ANCHOR id="AtkPropertyChangeHandler" href="atk/AtkObject.html#AtkPropertyChangeHandler">
283
- <ANCHOR id="atk-implementor-ref-accessible" href="atk/AtkObject.html#atk-implementor-ref-accessible">
284
- <ANCHOR id="atk-object-get-name" href="atk/AtkObject.html#atk-object-get-name">
285
- <ANCHOR id="atk-object-get-description" href="atk/AtkObject.html#atk-object-get-description">
286
- <ANCHOR id="atk-object-get-parent" href="atk/AtkObject.html#atk-object-get-parent">
287
- <ANCHOR id="atk-object-get-n-accessible-children" href="atk/AtkObject.html#atk-object-get-n-accessible-children">
288
- <ANCHOR id="atk-object-ref-accessible-child" href="atk/AtkObject.html#atk-object-ref-accessible-child">
289
- <ANCHOR id="atk-object-ref-relation-set" href="atk/AtkObject.html#atk-object-ref-relation-set">
290
- <ANCHOR id="atk-object-get-layer" href="atk/AtkObject.html#atk-object-get-layer">
291
- <ANCHOR id="atk-object-get-mdi-zorder" href="atk/AtkObject.html#atk-object-get-mdi-zorder">
292
- <ANCHOR id="atk-object-get-role" href="atk/AtkObject.html#atk-object-get-role">
293
- <ANCHOR id="atk-object-ref-state-set" href="atk/AtkObject.html#atk-object-ref-state-set">
294
- <ANCHOR id="atk-object-get-index-in-parent" href="atk/AtkObject.html#atk-object-get-index-in-parent">
295
- <ANCHOR id="atk-object-set-name" href="atk/AtkObject.html#atk-object-set-name">
296
- <ANCHOR id="atk-object-set-description" href="atk/AtkObject.html#atk-object-set-description">
297
- <ANCHOR id="atk-object-set-parent" href="atk/AtkObject.html#atk-object-set-parent">
298
- <ANCHOR id="atk-object-set-role" href="atk/AtkObject.html#atk-object-set-role">
299
- <ANCHOR id="atk-object-connect-property-change-handler" href="atk/AtkObject.html#atk-object-connect-property-change-handler">
300
- <ANCHOR id="atk-object-remove-property-change-handler" href="atk/AtkObject.html#atk-object-remove-property-change-handler">
301
- <ANCHOR id="atk-object-notify-state-change" href="atk/AtkObject.html#atk-object-notify-state-change">
302
- <ANCHOR id="atk-object-initialize" href="atk/AtkObject.html#atk-object-initialize">
303
- <ANCHOR id="atk-object-add-relationship" href="atk/AtkObject.html#atk-object-add-relationship">
304
- <ANCHOR id="atk-object-remove-relationship" href="atk/AtkObject.html#atk-object-remove-relationship">
305
- <ANCHOR id="atk-object-get-attributes" href="atk/AtkObject.html#atk-object-get-attributes">
306
- <ANCHOR id="atk-object-get-object-locale" href="atk/AtkObject.html#atk-object-get-object-locale">
307
- <ANCHOR id="atk-role-get-name" href="atk/AtkObject.html#atk-role-get-name">
308
- <ANCHOR id="atk-role-get-localized-name" href="atk/AtkObject.html#atk-role-get-localized-name">
309
- <ANCHOR id="atk-role-for-name" href="atk/AtkObject.html#atk-role-for-name">
310
- <ANCHOR id="AtkObject.property-details" href="atk/AtkObject.html#AtkObject.property-details">
311
- <ANCHOR id="AtkObject--accessible-component-layer" href="atk/AtkObject.html#AtkObject--accessible-component-layer">
312
- <ANCHOR id="AtkObject--accessible-component-mdi-zorder" href="atk/AtkObject.html#AtkObject--accessible-component-mdi-zorder">
313
- <ANCHOR id="AtkObject--accessible-description" href="atk/AtkObject.html#AtkObject--accessible-description">
314
- <ANCHOR id="AtkObject--accessible-hypertext-nlinks" href="atk/AtkObject.html#AtkObject--accessible-hypertext-nlinks">
315
- <ANCHOR id="AtkObject--accessible-name" href="atk/AtkObject.html#AtkObject--accessible-name">
316
- <ANCHOR id="AtkObject--accessible-parent" href="atk/AtkObject.html#AtkObject--accessible-parent">
317
- <ANCHOR id="AtkObject--accessible-role" href="atk/AtkObject.html#AtkObject--accessible-role">
318
- <ANCHOR id="AtkObject--accessible-table-caption" href="atk/AtkObject.html#AtkObject--accessible-table-caption">
319
- <ANCHOR id="AtkObject--accessible-table-caption-object" href="atk/AtkObject.html#AtkObject--accessible-table-caption-object">
320
- <ANCHOR id="AtkObject--accessible-table-column-description" href="atk/AtkObject.html#AtkObject--accessible-table-column-description">
321
- <ANCHOR id="AtkObject--accessible-table-column-header" href="atk/AtkObject.html#AtkObject--accessible-table-column-header">
322
- <ANCHOR id="AtkObject--accessible-table-row-description" href="atk/AtkObject.html#AtkObject--accessible-table-row-description">
323
- <ANCHOR id="AtkObject--accessible-table-row-header" href="atk/AtkObject.html#AtkObject--accessible-table-row-header">
324
- <ANCHOR id="AtkObject--accessible-table-summary" href="atk/AtkObject.html#AtkObject--accessible-table-summary">
325
- <ANCHOR id="AtkObject--accessible-value" href="atk/AtkObject.html#AtkObject--accessible-value">
326
- <ANCHOR id="AtkObject.signal-details" href="atk/AtkObject.html#AtkObject.signal-details">
327
- <ANCHOR id="AtkObject-active-descendant-changed" href="atk/AtkObject.html#AtkObject-active-descendant-changed">
328
- <ANCHOR id="AtkObject-children-changed" href="atk/AtkObject.html#AtkObject-children-changed">
329
- <ANCHOR id="AtkObject-focus-event" href="atk/AtkObject.html#AtkObject-focus-event">
330
- <ANCHOR id="AtkObject-property-change" href="atk/AtkObject.html#AtkObject-property-change">
331
- <ANCHOR id="AtkObject-state-change" href="atk/AtkObject.html#AtkObject-state-change">
332
- <ANCHOR id="AtkObject-visible-data-changed" href="atk/AtkObject.html#AtkObject-visible-data-changed">
333
- <ANCHOR id="AtkObjectFactory" href="atk/AtkObjectFactory.html">
334
- <ANCHOR id="AtkObjectFactory.synopsis" href="atk/AtkObjectFactory.html#AtkObjectFactory.synopsis">
335
- <ANCHOR id="AtkObjectFactory.object-hierarchy" href="atk/AtkObjectFactory.html#AtkObjectFactory.object-hierarchy">
336
- <ANCHOR id="AtkObjectFactory.description" href="atk/AtkObjectFactory.html#AtkObjectFactory.description">
337
- <ANCHOR id="AtkObjectFactory.details" href="atk/AtkObjectFactory.html#AtkObjectFactory.details">
338
- <ANCHOR id="AtkObjectFactory-struct" href="atk/AtkObjectFactory.html#AtkObjectFactory-struct">
339
- <ANCHOR id="atk-object-factory-create-accessible" href="atk/AtkObjectFactory.html#atk-object-factory-create-accessible">
340
- <ANCHOR id="atk-object-factory-get-accessible-type" href="atk/AtkObjectFactory.html#atk-object-factory-get-accessible-type">
341
- <ANCHOR id="atk-object-factory-invalidate" href="atk/AtkObjectFactory.html#atk-object-factory-invalidate">
342
- <ANCHOR id="atk-AtkPlug" href="atk/atk-AtkPlug.html">
343
- <ANCHOR id="atk-AtkPlug.synopsis" href="atk/atk-AtkPlug.html#atk-AtkPlug.synopsis">
344
- <ANCHOR id="atk-AtkPlug.description" href="atk/atk-AtkPlug.html#atk-AtkPlug.description">
345
- <ANCHOR id="atk-AtkPlug.details" href="atk/atk-AtkPlug.html#atk-AtkPlug.details">
346
- <ANCHOR id="AtkPlug" href="atk/atk-AtkPlug.html#AtkPlug">
347
- <ANCHOR id="atk-plug-new" href="atk/atk-AtkPlug.html#atk-plug-new">
348
- <ANCHOR id="atk-plug-get-id" href="atk/atk-AtkPlug.html#atk-plug-get-id">
349
- <ANCHOR id="atk-AtkPlug.see-also" href="atk/atk-AtkPlug.html#atk-AtkPlug.see-also">
350
- <ANCHOR id="AtkRegistry" href="atk/AtkRegistry.html">
351
- <ANCHOR id="AtkRegistry.synopsis" href="atk/AtkRegistry.html#AtkRegistry.synopsis">
352
- <ANCHOR id="AtkRegistry.object-hierarchy" href="atk/AtkRegistry.html#AtkRegistry.object-hierarchy">
353
- <ANCHOR id="AtkRegistry.description" href="atk/AtkRegistry.html#AtkRegistry.description">
354
- <ANCHOR id="AtkRegistry.details" href="atk/AtkRegistry.html#AtkRegistry.details">
355
- <ANCHOR id="AtkRegistry-struct" href="atk/AtkRegistry.html#AtkRegistry-struct">
356
- <ANCHOR id="atk-registry-set-factory-type" href="atk/AtkRegistry.html#atk-registry-set-factory-type">
357
- <ANCHOR id="atk-registry-get-factory-type" href="atk/AtkRegistry.html#atk-registry-get-factory-type">
358
- <ANCHOR id="atk-registry-get-factory" href="atk/AtkRegistry.html#atk-registry-get-factory">
359
- <ANCHOR id="atk-get-default-registry" href="atk/AtkRegistry.html#atk-get-default-registry">
360
- <ANCHOR id="AtkRelation" href="atk/AtkRelation.html">
361
- <ANCHOR id="AtkRelation.synopsis" href="atk/AtkRelation.html#AtkRelation.synopsis">
362
- <ANCHOR id="AtkRelation.object-hierarchy" href="atk/AtkRelation.html#AtkRelation.object-hierarchy">
363
- <ANCHOR id="AtkRelation.properties" href="atk/AtkRelation.html#AtkRelation.properties">
364
- <ANCHOR id="AtkRelation.description" href="atk/AtkRelation.html#AtkRelation.description">
365
- <ANCHOR id="AtkRelation.details" href="atk/AtkRelation.html#AtkRelation.details">
366
- <ANCHOR id="AtkRelation-struct" href="atk/AtkRelation.html#AtkRelation-struct">
367
- <ANCHOR id="AtkRelationType" href="atk/AtkRelation.html#AtkRelationType">
368
- <ANCHOR id="ATK-RELATION-NULL:CAPS" href="atk/AtkRelation.html#ATK-RELATION-NULL:CAPS">
369
- <ANCHOR id="ATK-RELATION-CONTROLLED-BY:CAPS" href="atk/AtkRelation.html#ATK-RELATION-CONTROLLED-BY:CAPS">
370
- <ANCHOR id="ATK-RELATION-CONTROLLER-FOR:CAPS" href="atk/AtkRelation.html#ATK-RELATION-CONTROLLER-FOR:CAPS">
371
- <ANCHOR id="ATK-RELATION-LABEL-FOR:CAPS" href="atk/AtkRelation.html#ATK-RELATION-LABEL-FOR:CAPS">
372
- <ANCHOR id="ATK-RELATION-LABELLED-BY:CAPS" href="atk/AtkRelation.html#ATK-RELATION-LABELLED-BY:CAPS">
373
- <ANCHOR id="ATK-RELATION-MEMBER-OF:CAPS" href="atk/AtkRelation.html#ATK-RELATION-MEMBER-OF:CAPS">
374
- <ANCHOR id="ATK-RELATION-NODE-CHILD-OF:CAPS" href="atk/AtkRelation.html#ATK-RELATION-NODE-CHILD-OF:CAPS">
375
- <ANCHOR id="ATK-RELATION-FLOWS-TO:CAPS" href="atk/AtkRelation.html#ATK-RELATION-FLOWS-TO:CAPS">
376
- <ANCHOR id="ATK-RELATION-FLOWS-FROM:CAPS" href="atk/AtkRelation.html#ATK-RELATION-FLOWS-FROM:CAPS">
377
- <ANCHOR id="ATK-RELATION-SUBWINDOW-OF:CAPS" href="atk/AtkRelation.html#ATK-RELATION-SUBWINDOW-OF:CAPS">
378
- <ANCHOR id="ATK-RELATION-EMBEDS:CAPS" href="atk/AtkRelation.html#ATK-RELATION-EMBEDS:CAPS">
379
- <ANCHOR id="ATK-RELATION-EMBEDDED-BY:CAPS" href="atk/AtkRelation.html#ATK-RELATION-EMBEDDED-BY:CAPS">
380
- <ANCHOR id="ATK-RELATION-POPUP-FOR:CAPS" href="atk/AtkRelation.html#ATK-RELATION-POPUP-FOR:CAPS">
381
- <ANCHOR id="ATK-RELATION-PARENT-WINDOW-OF:CAPS" href="atk/AtkRelation.html#ATK-RELATION-PARENT-WINDOW-OF:CAPS">
382
- <ANCHOR id="ATK-RELATION-DESCRIBED-BY:CAPS" href="atk/AtkRelation.html#ATK-RELATION-DESCRIBED-BY:CAPS">
383
- <ANCHOR id="ATK-RELATION-DESCRIPTION-FOR:CAPS" href="atk/AtkRelation.html#ATK-RELATION-DESCRIPTION-FOR:CAPS">
384
- <ANCHOR id="ATK-RELATION-NODE-PARENT-OF:CAPS" href="atk/AtkRelation.html#ATK-RELATION-NODE-PARENT-OF:CAPS">
385
- <ANCHOR id="ATK-RELATION-LAST-DEFINED:CAPS" href="atk/AtkRelation.html#ATK-RELATION-LAST-DEFINED:CAPS">
386
- <ANCHOR id="atk-relation-type-register" href="atk/AtkRelation.html#atk-relation-type-register">
387
- <ANCHOR id="atk-relation-type-get-name" href="atk/AtkRelation.html#atk-relation-type-get-name">
388
- <ANCHOR id="atk-relation-type-for-name" href="atk/AtkRelation.html#atk-relation-type-for-name">
389
- <ANCHOR id="atk-relation-new" href="atk/AtkRelation.html#atk-relation-new">
390
- <ANCHOR id="atk-relation-get-relation-type" href="atk/AtkRelation.html#atk-relation-get-relation-type">
391
- <ANCHOR id="atk-relation-get-target" href="atk/AtkRelation.html#atk-relation-get-target">
392
- <ANCHOR id="atk-relation-add-target" href="atk/AtkRelation.html#atk-relation-add-target">
393
- <ANCHOR id="atk-relation-remove-target" href="atk/AtkRelation.html#atk-relation-remove-target">
394
- <ANCHOR id="AtkRelation.property-details" href="atk/AtkRelation.html#AtkRelation.property-details">
395
- <ANCHOR id="AtkRelation--relation-type" href="atk/AtkRelation.html#AtkRelation--relation-type">
396
- <ANCHOR id="AtkRelation--target" href="atk/AtkRelation.html#AtkRelation--target">
397
- <ANCHOR id="AtkRelationSet" href="atk/AtkRelationSet.html">
398
- <ANCHOR id="AtkRelationSet.synopsis" href="atk/AtkRelationSet.html#AtkRelationSet.synopsis">
399
- <ANCHOR id="AtkRelationSet.object-hierarchy" href="atk/AtkRelationSet.html#AtkRelationSet.object-hierarchy">
400
- <ANCHOR id="AtkRelationSet.description" href="atk/AtkRelationSet.html#AtkRelationSet.description">
401
- <ANCHOR id="AtkRelationSet.details" href="atk/AtkRelationSet.html#AtkRelationSet.details">
402
- <ANCHOR id="AtkRelationSet-struct" href="atk/AtkRelationSet.html#AtkRelationSet-struct">
403
- <ANCHOR id="atk-relation-set-new" href="atk/AtkRelationSet.html#atk-relation-set-new">
404
- <ANCHOR id="atk-relation-set-contains" href="atk/AtkRelationSet.html#atk-relation-set-contains">
405
- <ANCHOR id="atk-relation-set-remove" href="atk/AtkRelationSet.html#atk-relation-set-remove">
406
- <ANCHOR id="atk-relation-set-add" href="atk/AtkRelationSet.html#atk-relation-set-add">
407
- <ANCHOR id="atk-relation-set-get-n-relations" href="atk/AtkRelationSet.html#atk-relation-set-get-n-relations">
408
- <ANCHOR id="atk-relation-set-get-relation" href="atk/AtkRelationSet.html#atk-relation-set-get-relation">
409
- <ANCHOR id="atk-relation-set-get-relation-by-type" href="atk/AtkRelationSet.html#atk-relation-set-get-relation-by-type">
410
- <ANCHOR id="atk-relation-set-add-relation-by-type" href="atk/AtkRelationSet.html#atk-relation-set-add-relation-by-type">
228
+ <ANCHOR id="AtkImage.other_details" href="atk/AtkImage.html#AtkImage.other_details">
229
+ <ANCHOR id="AtkImage-struct" href="atk/AtkImage.html#AtkImage-struct">
411
230
  <ANCHOR id="AtkSelection" href="atk/AtkSelection.html">
412
- <ANCHOR id="AtkSelection.synopsis" href="atk/AtkSelection.html#AtkSelection.synopsis">
231
+ <ANCHOR id="AtkSelection.functions" href="atk/AtkSelection.html#AtkSelection.functions">
232
+ <ANCHOR id="AtkSelection.signals" href="atk/AtkSelection.html#AtkSelection.signals">
233
+ <ANCHOR id="AtkSelection.other" href="atk/AtkSelection.html#AtkSelection.other">
413
234
  <ANCHOR id="AtkSelection.object-hierarchy" href="atk/AtkSelection.html#AtkSelection.object-hierarchy">
414
235
  <ANCHOR id="AtkSelection.implementations" href="atk/AtkSelection.html#AtkSelection.implementations">
415
- <ANCHOR id="AtkSelection.signals" href="atk/AtkSelection.html#AtkSelection.signals">
416
236
  <ANCHOR id="AtkSelection.description" href="atk/AtkSelection.html#AtkSelection.description">
417
- <ANCHOR id="AtkSelection.details" href="atk/AtkSelection.html#AtkSelection.details">
418
- <ANCHOR id="AtkSelection-struct" href="atk/AtkSelection.html#AtkSelection-struct">
237
+ <ANCHOR id="AtkSelection.functions_details" href="atk/AtkSelection.html#AtkSelection.functions_details">
419
238
  <ANCHOR id="atk-selection-add-selection" href="atk/AtkSelection.html#atk-selection-add-selection">
420
239
  <ANCHOR id="atk-selection-clear-selection" href="atk/AtkSelection.html#atk-selection-clear-selection">
421
240
  <ANCHOR id="atk-selection-ref-selection" href="atk/AtkSelection.html#atk-selection-ref-selection">
@@ -423,101 +242,30 @@
423
242
  <ANCHOR id="atk-selection-is-child-selected" href="atk/AtkSelection.html#atk-selection-is-child-selected">
424
243
  <ANCHOR id="atk-selection-remove-selection" href="atk/AtkSelection.html#atk-selection-remove-selection">
425
244
  <ANCHOR id="atk-selection-select-all-selection" href="atk/AtkSelection.html#atk-selection-select-all-selection">
245
+ <ANCHOR id="AtkSelection.other_details" href="atk/AtkSelection.html#AtkSelection.other_details">
246
+ <ANCHOR id="AtkSelection-struct" href="atk/AtkSelection.html#AtkSelection-struct">
426
247
  <ANCHOR id="AtkSelection.signal-details" href="atk/AtkSelection.html#AtkSelection.signal-details">
427
248
  <ANCHOR id="AtkSelection-selection-changed" href="atk/AtkSelection.html#AtkSelection-selection-changed">
428
- <ANCHOR id="atk-AtkSocket" href="atk/atk-AtkSocket.html">
429
- <ANCHOR id="atk-AtkSocket.synopsis" href="atk/atk-AtkSocket.html#atk-AtkSocket.synopsis">
430
- <ANCHOR id="atk-AtkSocket.description" href="atk/atk-AtkSocket.html#atk-AtkSocket.description">
431
- <ANCHOR id="atk-AtkSocket.details" href="atk/atk-AtkSocket.html#atk-AtkSocket.details">
432
- <ANCHOR id="AtkSocket" href="atk/atk-AtkSocket.html#AtkSocket">
433
- <ANCHOR id="atk-socket-new" href="atk/atk-AtkSocket.html#atk-socket-new">
434
- <ANCHOR id="atk-socket-embed" href="atk/atk-AtkSocket.html#atk-socket-embed">
435
- <ANCHOR id="atk-socket-is-occupied" href="atk/atk-AtkSocket.html#atk-socket-is-occupied">
436
- <ANCHOR id="atk-AtkSocket.see-also" href="atk/atk-AtkSocket.html#atk-AtkSocket.see-also">
437
- <ANCHOR id="atk-AtkState" href="atk/atk-AtkState.html">
438
- <ANCHOR id="atk-AtkState.synopsis" href="atk/atk-AtkState.html#atk-AtkState.synopsis">
439
- <ANCHOR id="atk-AtkState.description" href="atk/atk-AtkState.html#atk-AtkState.description">
440
- <ANCHOR id="atk-AtkState.details" href="atk/atk-AtkState.html#atk-AtkState.details">
441
- <ANCHOR id="AtkStateType" href="atk/atk-AtkState.html#AtkStateType">
442
- <ANCHOR id="ATK-STATE-INVALID:CAPS" href="atk/atk-AtkState.html#ATK-STATE-INVALID:CAPS">
443
- <ANCHOR id="ATK-STATE-ACTIVE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-ACTIVE:CAPS">
444
- <ANCHOR id="ATK-STATE-ARMED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-ARMED:CAPS">
445
- <ANCHOR id="ATK-STATE-BUSY:CAPS" href="atk/atk-AtkState.html#ATK-STATE-BUSY:CAPS">
446
- <ANCHOR id="ATK-STATE-CHECKED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-CHECKED:CAPS">
447
- <ANCHOR id="ATK-STATE-DEFUNCT:CAPS" href="atk/atk-AtkState.html#ATK-STATE-DEFUNCT:CAPS">
448
- <ANCHOR id="ATK-STATE-EDITABLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-EDITABLE:CAPS">
449
- <ANCHOR id="ATK-STATE-ENABLED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-ENABLED:CAPS">
450
- <ANCHOR id="ATK-STATE-EXPANDABLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-EXPANDABLE:CAPS">
451
- <ANCHOR id="ATK-STATE-EXPANDED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-EXPANDED:CAPS">
452
- <ANCHOR id="ATK-STATE-FOCUSABLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-FOCUSABLE:CAPS">
453
- <ANCHOR id="ATK-STATE-FOCUSED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-FOCUSED:CAPS">
454
- <ANCHOR id="ATK-STATE-HORIZONTAL:CAPS" href="atk/atk-AtkState.html#ATK-STATE-HORIZONTAL:CAPS">
455
- <ANCHOR id="ATK-STATE-ICONIFIED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-ICONIFIED:CAPS">
456
- <ANCHOR id="ATK-STATE-MODAL:CAPS" href="atk/atk-AtkState.html#ATK-STATE-MODAL:CAPS">
457
- <ANCHOR id="ATK-STATE-MULTI-LINE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-MULTI-LINE:CAPS">
458
- <ANCHOR id="ATK-STATE-MULTISELECTABLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-MULTISELECTABLE:CAPS">
459
- <ANCHOR id="ATK-STATE-OPAQUE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-OPAQUE:CAPS">
460
- <ANCHOR id="ATK-STATE-PRESSED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-PRESSED:CAPS">
461
- <ANCHOR id="ATK-STATE-RESIZABLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-RESIZABLE:CAPS">
462
- <ANCHOR id="ATK-STATE-SELECTABLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SELECTABLE:CAPS">
463
- <ANCHOR id="ATK-STATE-SELECTED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SELECTED:CAPS">
464
- <ANCHOR id="ATK-STATE-SENSITIVE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SENSITIVE:CAPS">
465
- <ANCHOR id="ATK-STATE-SHOWING:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SHOWING:CAPS">
466
- <ANCHOR id="ATK-STATE-SINGLE-LINE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SINGLE-LINE:CAPS">
467
- <ANCHOR id="ATK-STATE-STALE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-STALE:CAPS">
468
- <ANCHOR id="ATK-STATE-TRANSIENT:CAPS" href="atk/atk-AtkState.html#ATK-STATE-TRANSIENT:CAPS">
469
- <ANCHOR id="ATK-STATE-VERTICAL:CAPS" href="atk/atk-AtkState.html#ATK-STATE-VERTICAL:CAPS">
470
- <ANCHOR id="ATK-STATE-VISIBLE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-VISIBLE:CAPS">
471
- <ANCHOR id="ATK-STATE-MANAGES-DESCENDANTS:CAPS" href="atk/atk-AtkState.html#ATK-STATE-MANAGES-DESCENDANTS:CAPS">
472
- <ANCHOR id="ATK-STATE-INDETERMINATE:CAPS" href="atk/atk-AtkState.html#ATK-STATE-INDETERMINATE:CAPS">
473
- <ANCHOR id="ATK-STATE-TRUNCATED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-TRUNCATED:CAPS">
474
- <ANCHOR id="ATK-STATE-REQUIRED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-REQUIRED:CAPS">
475
- <ANCHOR id="ATK-STATE-INVALID-ENTRY:CAPS" href="atk/atk-AtkState.html#ATK-STATE-INVALID-ENTRY:CAPS">
476
- <ANCHOR id="ATK-STATE-SUPPORTS-AUTOCOMPLETION:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SUPPORTS-AUTOCOMPLETION:CAPS">
477
- <ANCHOR id="ATK-STATE-SELECTABLE-TEXT:CAPS" href="atk/atk-AtkState.html#ATK-STATE-SELECTABLE-TEXT:CAPS">
478
- <ANCHOR id="ATK-STATE-DEFAULT:CAPS" href="atk/atk-AtkState.html#ATK-STATE-DEFAULT:CAPS">
479
- <ANCHOR id="ATK-STATE-ANIMATED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-ANIMATED:CAPS">
480
- <ANCHOR id="ATK-STATE-VISITED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-VISITED:CAPS">
481
- <ANCHOR id="ATK-STATE-LAST-DEFINED:CAPS" href="atk/atk-AtkState.html#ATK-STATE-LAST-DEFINED:CAPS">
482
- <ANCHOR id="AtkState" href="atk/atk-AtkState.html#AtkState">
483
- <ANCHOR id="atk-state-type-register" href="atk/atk-AtkState.html#atk-state-type-register">
484
- <ANCHOR id="atk-state-type-get-name" href="atk/atk-AtkState.html#atk-state-type-get-name">
485
- <ANCHOR id="atk-state-type-for-name" href="atk/atk-AtkState.html#atk-state-type-for-name">
486
- <ANCHOR id="AtkStateSet" href="atk/AtkStateSet.html">
487
- <ANCHOR id="AtkStateSet.synopsis" href="atk/AtkStateSet.html#AtkStateSet.synopsis">
488
- <ANCHOR id="AtkStateSet.object-hierarchy" href="atk/AtkStateSet.html#AtkStateSet.object-hierarchy">
489
- <ANCHOR id="AtkStateSet.description" href="atk/AtkStateSet.html#AtkStateSet.description">
490
- <ANCHOR id="AtkStateSet.details" href="atk/AtkStateSet.html#AtkStateSet.details">
491
- <ANCHOR id="AtkStateSet-struct" href="atk/AtkStateSet.html#AtkStateSet-struct">
492
- <ANCHOR id="atk-state-set-new" href="atk/AtkStateSet.html#atk-state-set-new">
493
- <ANCHOR id="atk-state-set-is-empty" href="atk/AtkStateSet.html#atk-state-set-is-empty">
494
- <ANCHOR id="atk-state-set-add-state" href="atk/AtkStateSet.html#atk-state-set-add-state">
495
- <ANCHOR id="atk-state-set-add-states" href="atk/AtkStateSet.html#atk-state-set-add-states">
496
- <ANCHOR id="atk-state-set-clear-states" href="atk/AtkStateSet.html#atk-state-set-clear-states">
497
- <ANCHOR id="atk-state-set-contains-state" href="atk/AtkStateSet.html#atk-state-set-contains-state">
498
- <ANCHOR id="atk-state-set-contains-states" href="atk/AtkStateSet.html#atk-state-set-contains-states">
499
- <ANCHOR id="atk-state-set-remove-state" href="atk/AtkStateSet.html#atk-state-set-remove-state">
500
- <ANCHOR id="atk-state-set-and-sets" href="atk/AtkStateSet.html#atk-state-set-and-sets">
501
- <ANCHOR id="atk-state-set-or-sets" href="atk/AtkStateSet.html#atk-state-set-or-sets">
502
- <ANCHOR id="atk-state-set-xor-sets" href="atk/AtkStateSet.html#atk-state-set-xor-sets">
503
249
  <ANCHOR id="AtkStreamableContent" href="atk/AtkStreamableContent.html">
504
- <ANCHOR id="AtkStreamableContent.synopsis" href="atk/AtkStreamableContent.html#AtkStreamableContent.synopsis">
250
+ <ANCHOR id="AtkStreamableContent.functions" href="atk/AtkStreamableContent.html#AtkStreamableContent.functions">
251
+ <ANCHOR id="AtkStreamableContent.other" href="atk/AtkStreamableContent.html#AtkStreamableContent.other">
505
252
  <ANCHOR id="AtkStreamableContent.object-hierarchy" href="atk/AtkStreamableContent.html#AtkStreamableContent.object-hierarchy">
506
253
  <ANCHOR id="AtkStreamableContent.description" href="atk/AtkStreamableContent.html#AtkStreamableContent.description">
507
- <ANCHOR id="AtkStreamableContent.details" href="atk/AtkStreamableContent.html#AtkStreamableContent.details">
508
- <ANCHOR id="AtkStreamableContent-struct" href="atk/AtkStreamableContent.html#AtkStreamableContent-struct">
254
+ <ANCHOR id="AtkStreamableContent.functions_details" href="atk/AtkStreamableContent.html#AtkStreamableContent.functions_details">
509
255
  <ANCHOR id="atk-streamable-content-get-n-mime-types" href="atk/AtkStreamableContent.html#atk-streamable-content-get-n-mime-types">
510
256
  <ANCHOR id="atk-streamable-content-get-mime-type" href="atk/AtkStreamableContent.html#atk-streamable-content-get-mime-type">
511
257
  <ANCHOR id="atk-streamable-content-get-stream" href="atk/AtkStreamableContent.html#atk-streamable-content-get-stream">
512
258
  <ANCHOR id="atk-streamable-content-get-uri" href="atk/AtkStreamableContent.html#atk-streamable-content-get-uri">
259
+ <ANCHOR id="AtkStreamableContent.other_details" href="atk/AtkStreamableContent.html#AtkStreamableContent.other_details">
260
+ <ANCHOR id="AtkStreamableContent-struct" href="atk/AtkStreamableContent.html#AtkStreamableContent-struct">
513
261
  <ANCHOR id="AtkTable" href="atk/AtkTable.html">
514
- <ANCHOR id="AtkTable.synopsis" href="atk/AtkTable.html#AtkTable.synopsis">
262
+ <ANCHOR id="AtkTable.functions" href="atk/AtkTable.html#AtkTable.functions">
263
+ <ANCHOR id="AtkTable.signals" href="atk/AtkTable.html#AtkTable.signals">
264
+ <ANCHOR id="AtkTable.other" href="atk/AtkTable.html#AtkTable.other">
515
265
  <ANCHOR id="AtkTable.object-hierarchy" href="atk/AtkTable.html#AtkTable.object-hierarchy">
516
266
  <ANCHOR id="AtkTable.implementations" href="atk/AtkTable.html#AtkTable.implementations">
517
- <ANCHOR id="AtkTable.signals" href="atk/AtkTable.html#AtkTable.signals">
518
267
  <ANCHOR id="AtkTable.description" href="atk/AtkTable.html#AtkTable.description">
519
- <ANCHOR id="AtkTable.details" href="atk/AtkTable.html#AtkTable.details">
520
- <ANCHOR id="AtkTable-struct" href="atk/AtkTable.html#AtkTable-struct">
268
+ <ANCHOR id="AtkTable.functions_details" href="atk/AtkTable.html#AtkTable.functions_details">
521
269
  <ANCHOR id="atk-table-ref-at" href="atk/AtkTable.html#atk-table-ref-at">
522
270
  <ANCHOR id="atk-table-get-index-at" href="atk/AtkTable.html#atk-table-get-index-at">
523
271
  <ANCHOR id="atk-table-get-column-at-index" href="atk/AtkTable.html#atk-table-get-column-at-index">
@@ -547,6 +295,8 @@
547
295
  <ANCHOR id="atk-table-add-row-selection" href="atk/AtkTable.html#atk-table-add-row-selection">
548
296
  <ANCHOR id="atk-table-remove-column-selection" href="atk/AtkTable.html#atk-table-remove-column-selection">
549
297
  <ANCHOR id="atk-table-remove-row-selection" href="atk/AtkTable.html#atk-table-remove-row-selection">
298
+ <ANCHOR id="AtkTable.other_details" href="atk/AtkTable.html#AtkTable.other_details">
299
+ <ANCHOR id="AtkTable-struct" href="atk/AtkTable.html#AtkTable-struct">
550
300
  <ANCHOR id="AtkTable.signal-details" href="atk/AtkTable.html#AtkTable.signal-details">
551
301
  <ANCHOR id="AtkTable-column-deleted" href="atk/AtkTable.html#AtkTable-column-deleted">
552
302
  <ANCHOR id="AtkTable-column-inserted" href="atk/AtkTable.html#AtkTable-column-inserted">
@@ -555,68 +305,32 @@
555
305
  <ANCHOR id="AtkTable-row-deleted" href="atk/AtkTable.html#AtkTable-row-deleted">
556
306
  <ANCHOR id="AtkTable-row-inserted" href="atk/AtkTable.html#AtkTable-row-inserted">
557
307
  <ANCHOR id="AtkTable-row-reordered" href="atk/AtkTable.html#AtkTable-row-reordered">
308
+ <ANCHOR id="AtkTableCell" href="atk/AtkTableCell.html">
309
+ <ANCHOR id="AtkTableCell.functions" href="atk/AtkTableCell.html#AtkTableCell.functions">
310
+ <ANCHOR id="AtkTableCell.other" href="atk/AtkTableCell.html#AtkTableCell.other">
311
+ <ANCHOR id="AtkTableCell.object-hierarchy" href="atk/AtkTableCell.html#AtkTableCell.object-hierarchy">
312
+ <ANCHOR id="AtkTableCell.prerequisites" href="atk/AtkTableCell.html#AtkTableCell.prerequisites">
313
+ <ANCHOR id="AtkTableCell.implementations" href="atk/AtkTableCell.html#AtkTableCell.implementations">
314
+ <ANCHOR id="AtkTableCell.description" href="atk/AtkTableCell.html#AtkTableCell.description">
315
+ <ANCHOR id="AtkTableCell.functions_details" href="atk/AtkTableCell.html#AtkTableCell.functions_details">
316
+ <ANCHOR id="atk-table-cell-get-column-span" href="atk/AtkTableCell.html#atk-table-cell-get-column-span">
317
+ <ANCHOR id="atk-table-cell-get-column-header-cells" href="atk/AtkTableCell.html#atk-table-cell-get-column-header-cells">
318
+ <ANCHOR id="atk-table-cell-get-position" href="atk/AtkTableCell.html#atk-table-cell-get-position">
319
+ <ANCHOR id="atk-table-cell-get-row-span" href="atk/AtkTableCell.html#atk-table-cell-get-row-span">
320
+ <ANCHOR id="atk-table-cell-get-row-header-cells" href="atk/AtkTableCell.html#atk-table-cell-get-row-header-cells">
321
+ <ANCHOR id="atk-table-cell-get-row-column-span" href="atk/AtkTableCell.html#atk-table-cell-get-row-column-span">
322
+ <ANCHOR id="atk-table-cell-get-table" href="atk/AtkTableCell.html#atk-table-cell-get-table">
323
+ <ANCHOR id="AtkTableCell.other_details" href="atk/AtkTableCell.html#AtkTableCell.other_details">
324
+ <ANCHOR id="AtkTableCell-struct" href="atk/AtkTableCell.html#AtkTableCell-struct">
325
+ <ANCHOR id="AtkTableCellIface" href="atk/AtkTableCell.html#AtkTableCellIface">
558
326
  <ANCHOR id="AtkText" href="atk/AtkText.html">
559
- <ANCHOR id="AtkText.synopsis" href="atk/AtkText.html#AtkText.synopsis">
327
+ <ANCHOR id="AtkText.functions" href="atk/AtkText.html#AtkText.functions">
328
+ <ANCHOR id="AtkText.signals" href="atk/AtkText.html#AtkText.signals">
329
+ <ANCHOR id="AtkText.other" href="atk/AtkText.html#AtkText.other">
560
330
  <ANCHOR id="AtkText.object-hierarchy" href="atk/AtkText.html#AtkText.object-hierarchy">
561
331
  <ANCHOR id="AtkText.implementations" href="atk/AtkText.html#AtkText.implementations">
562
- <ANCHOR id="AtkText.signals" href="atk/AtkText.html#AtkText.signals">
563
332
  <ANCHOR id="AtkText.description" href="atk/AtkText.html#AtkText.description">
564
- <ANCHOR id="AtkText.details" href="atk/AtkText.html#AtkText.details">
565
- <ANCHOR id="AtkText-struct" href="atk/AtkText.html#AtkText-struct">
566
- <ANCHOR id="AtkTextIface" href="atk/AtkText.html#AtkTextIface">
567
- <ANCHOR id="AtkTextBoundary" href="atk/AtkText.html#AtkTextBoundary">
568
- <ANCHOR id="ATK-TEXT-BOUNDARY-CHAR:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-CHAR:CAPS">
569
- <ANCHOR id="ATK-TEXT-BOUNDARY-WORD-START:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-WORD-START:CAPS">
570
- <ANCHOR id="ATK-TEXT-BOUNDARY-WORD-END:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-WORD-END:CAPS">
571
- <ANCHOR id="ATK-TEXT-BOUNDARY-SENTENCE-START:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-SENTENCE-START:CAPS">
572
- <ANCHOR id="ATK-TEXT-BOUNDARY-SENTENCE-END:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-SENTENCE-END:CAPS">
573
- <ANCHOR id="ATK-TEXT-BOUNDARY-LINE-START:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-LINE-START:CAPS">
574
- <ANCHOR id="ATK-TEXT-BOUNDARY-LINE-END:CAPS" href="atk/AtkText.html#ATK-TEXT-BOUNDARY-LINE-END:CAPS">
575
- <ANCHOR id="AtkTextGranularity" href="atk/AtkText.html#AtkTextGranularity">
576
- <ANCHOR id="ATK-TEXT-GRANULARITY-CHAR:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-CHAR:CAPS">
577
- <ANCHOR id="ATK-TEXT-GRANULARITY-WORD:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-WORD:CAPS">
578
- <ANCHOR id="ATK-TEXT-GRANULARITY-SENTENCE:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-SENTENCE:CAPS">
579
- <ANCHOR id="ATK-TEXT-GRANULARITY-LINE:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-LINE:CAPS">
580
- <ANCHOR id="ATK-TEXT-GRANULARITY-PARAGRAPH:CAPS" href="atk/AtkText.html#ATK-TEXT-GRANULARITY-PARAGRAPH:CAPS">
581
- <ANCHOR id="AtkTextClipType" href="atk/AtkText.html#AtkTextClipType">
582
- <ANCHOR id="ATK-TEXT-CLIP-NONE:CAPS" href="atk/AtkText.html#ATK-TEXT-CLIP-NONE:CAPS">
583
- <ANCHOR id="ATK-TEXT-CLIP-MIN:CAPS" href="atk/AtkText.html#ATK-TEXT-CLIP-MIN:CAPS">
584
- <ANCHOR id="ATK-TEXT-CLIP-MAX:CAPS" href="atk/AtkText.html#ATK-TEXT-CLIP-MAX:CAPS">
585
- <ANCHOR id="ATK-TEXT-CLIP-BOTH:CAPS" href="atk/AtkText.html#ATK-TEXT-CLIP-BOTH:CAPS">
586
- <ANCHOR id="AtkTextRange" href="atk/AtkText.html#AtkTextRange">
587
- <ANCHOR id="AtkTextRectangle" href="atk/AtkText.html#AtkTextRectangle">
588
- <ANCHOR id="AtkAttribute" href="atk/AtkText.html#AtkAttribute">
589
- <ANCHOR id="AtkAttributeSet" href="atk/AtkText.html#AtkAttributeSet">
590
- <ANCHOR id="AtkTextAttribute" href="atk/AtkText.html#AtkTextAttribute">
591
- <ANCHOR id="ATK-TEXT-ATTR-INVALID:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-INVALID:CAPS">
592
- <ANCHOR id="ATK-TEXT-ATTR-LEFT-MARGIN:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-LEFT-MARGIN:CAPS">
593
- <ANCHOR id="ATK-TEXT-ATTR-RIGHT-MARGIN:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-RIGHT-MARGIN:CAPS">
594
- <ANCHOR id="ATK-TEXT-ATTR-INDENT:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-INDENT:CAPS">
595
- <ANCHOR id="ATK-TEXT-ATTR-INVISIBLE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-INVISIBLE:CAPS">
596
- <ANCHOR id="ATK-TEXT-ATTR-EDITABLE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-EDITABLE:CAPS">
597
- <ANCHOR id="ATK-TEXT-ATTR-PIXELS-ABOVE-LINES:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-PIXELS-ABOVE-LINES:CAPS">
598
- <ANCHOR id="ATK-TEXT-ATTR-PIXELS-BELOW-LINES:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-PIXELS-BELOW-LINES:CAPS">
599
- <ANCHOR id="ATK-TEXT-ATTR-PIXELS-INSIDE-WRAP:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-PIXELS-INSIDE-WRAP:CAPS">
600
- <ANCHOR id="ATK-TEXT-ATTR-BG-FULL-HEIGHT:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-BG-FULL-HEIGHT:CAPS">
601
- <ANCHOR id="ATK-TEXT-ATTR-RISE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-RISE:CAPS">
602
- <ANCHOR id="ATK-TEXT-ATTR-UNDERLINE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-UNDERLINE:CAPS">
603
- <ANCHOR id="ATK-TEXT-ATTR-STRIKETHROUGH:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-STRIKETHROUGH:CAPS">
604
- <ANCHOR id="ATK-TEXT-ATTR-SIZE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-SIZE:CAPS">
605
- <ANCHOR id="ATK-TEXT-ATTR-SCALE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-SCALE:CAPS">
606
- <ANCHOR id="ATK-TEXT-ATTR-WEIGHT:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-WEIGHT:CAPS">
607
- <ANCHOR id="ATK-TEXT-ATTR-LANGUAGE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-LANGUAGE:CAPS">
608
- <ANCHOR id="ATK-TEXT-ATTR-FAMILY-NAME:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-FAMILY-NAME:CAPS">
609
- <ANCHOR id="ATK-TEXT-ATTR-BG-COLOR:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-BG-COLOR:CAPS">
610
- <ANCHOR id="ATK-TEXT-ATTR-FG-COLOR:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-FG-COLOR:CAPS">
611
- <ANCHOR id="ATK-TEXT-ATTR-BG-STIPPLE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-BG-STIPPLE:CAPS">
612
- <ANCHOR id="ATK-TEXT-ATTR-FG-STIPPLE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-FG-STIPPLE:CAPS">
613
- <ANCHOR id="ATK-TEXT-ATTR-WRAP-MODE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-WRAP-MODE:CAPS">
614
- <ANCHOR id="ATK-TEXT-ATTR-DIRECTION:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-DIRECTION:CAPS">
615
- <ANCHOR id="ATK-TEXT-ATTR-JUSTIFICATION:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-JUSTIFICATION:CAPS">
616
- <ANCHOR id="ATK-TEXT-ATTR-STRETCH:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-STRETCH:CAPS">
617
- <ANCHOR id="ATK-TEXT-ATTR-VARIANT:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-VARIANT:CAPS">
618
- <ANCHOR id="ATK-TEXT-ATTR-STYLE:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-STYLE:CAPS">
619
- <ANCHOR id="ATK-TEXT-ATTR-LAST-DEFINED:CAPS" href="atk/AtkText.html#ATK-TEXT-ATTR-LAST-DEFINED:CAPS">
333
+ <ANCHOR id="AtkText.functions_details" href="atk/AtkText.html#AtkText.functions_details">
620
334
  <ANCHOR id="atk-text-get-text" href="atk/AtkText.html#atk-text-get-text">
621
335
  <ANCHOR id="atk-text-get-character-at-offset" href="atk/AtkText.html#atk-text-get-character-at-offset">
622
336
  <ANCHOR id="atk-text-get-text-after-offset" href="atk/AtkText.html#atk-text-get-text-after-offset">
@@ -643,6 +357,15 @@
643
357
  <ANCHOR id="atk-text-attribute-get-name" href="atk/AtkText.html#atk-text-attribute-get-name">
644
358
  <ANCHOR id="atk-text-attribute-for-name" href="atk/AtkText.html#atk-text-attribute-for-name">
645
359
  <ANCHOR id="atk-text-attribute-get-value" href="atk/AtkText.html#atk-text-attribute-get-value">
360
+ <ANCHOR id="AtkText.other_details" href="atk/AtkText.html#AtkText.other_details">
361
+ <ANCHOR id="AtkText-struct" href="atk/AtkText.html#AtkText-struct">
362
+ <ANCHOR id="AtkTextIface" href="atk/AtkText.html#AtkTextIface">
363
+ <ANCHOR id="AtkTextBoundary" href="atk/AtkText.html#AtkTextBoundary">
364
+ <ANCHOR id="AtkTextGranularity" href="atk/AtkText.html#AtkTextGranularity">
365
+ <ANCHOR id="AtkTextClipType" href="atk/AtkText.html#AtkTextClipType">
366
+ <ANCHOR id="AtkTextRange" href="atk/AtkText.html#AtkTextRange">
367
+ <ANCHOR id="AtkTextRectangle" href="atk/AtkText.html#AtkTextRectangle">
368
+ <ANCHOR id="AtkTextAttribute" href="atk/AtkText.html#AtkTextAttribute">
646
369
  <ANCHOR id="AtkText.signal-details" href="atk/AtkText.html#AtkText.signal-details">
647
370
  <ANCHOR id="AtkText-text-attributes-changed" href="atk/AtkText.html#AtkText-text-attributes-changed">
648
371
  <ANCHOR id="AtkText-text-caret-moved" href="atk/AtkText.html#AtkText-text-caret-moved">
@@ -650,61 +373,43 @@
650
373
  <ANCHOR id="AtkText-text-insert" href="atk/AtkText.html#AtkText-text-insert">
651
374
  <ANCHOR id="AtkText-text-remove" href="atk/AtkText.html#AtkText-text-remove">
652
375
  <ANCHOR id="AtkText-text-selection-changed" href="atk/AtkText.html#AtkText-text-selection-changed">
653
- <ANCHOR id="AtkUtil" href="atk/AtkUtil.html">
654
- <ANCHOR id="AtkUtil.synopsis" href="atk/AtkUtil.html#AtkUtil.synopsis">
655
- <ANCHOR id="AtkUtil.object-hierarchy" href="atk/AtkUtil.html#AtkUtil.object-hierarchy">
656
- <ANCHOR id="AtkUtil.description" href="atk/AtkUtil.html#AtkUtil.description">
657
- <ANCHOR id="AtkUtil.details" href="atk/AtkUtil.html#AtkUtil.details">
658
- <ANCHOR id="AtkUtil-struct" href="atk/AtkUtil.html#AtkUtil-struct">
659
- <ANCHOR id="AtkCoordType" href="atk/AtkUtil.html#AtkCoordType">
660
- <ANCHOR id="ATK-XY-SCREEN:CAPS" href="atk/AtkUtil.html#ATK-XY-SCREEN:CAPS">
661
- <ANCHOR id="ATK-XY-WINDOW:CAPS" href="atk/AtkUtil.html#ATK-XY-WINDOW:CAPS">
662
- <ANCHOR id="atk-add-focus-tracker" href="atk/AtkUtil.html#atk-add-focus-tracker">
663
- <ANCHOR id="atk-remove-focus-tracker" href="atk/AtkUtil.html#atk-remove-focus-tracker">
664
- <ANCHOR id="atk-focus-tracker-init" href="atk/AtkUtil.html#atk-focus-tracker-init">
665
- <ANCHOR id="atk-focus-tracker-notify" href="atk/AtkUtil.html#atk-focus-tracker-notify">
666
- <ANCHOR id="AtkEventListener" href="atk/AtkUtil.html#AtkEventListener">
667
- <ANCHOR id="AtkEventListenerInit" href="atk/AtkUtil.html#AtkEventListenerInit">
668
- <ANCHOR id="atk-add-global-event-listener" href="atk/AtkUtil.html#atk-add-global-event-listener">
669
- <ANCHOR id="atk-remove-global-event-listener" href="atk/AtkUtil.html#atk-remove-global-event-listener">
670
- <ANCHOR id="AtkKeyEventStruct" href="atk/AtkUtil.html#AtkKeyEventStruct">
671
- <ANCHOR id="AtkKeyEventType" href="atk/AtkUtil.html#AtkKeyEventType">
672
- <ANCHOR id="ATK-KEY-EVENT-PRESS:CAPS" href="atk/AtkUtil.html#ATK-KEY-EVENT-PRESS:CAPS">
673
- <ANCHOR id="ATK-KEY-EVENT-RELEASE:CAPS" href="atk/AtkUtil.html#ATK-KEY-EVENT-RELEASE:CAPS">
674
- <ANCHOR id="ATK-KEY-EVENT-LAST-DEFINED:CAPS" href="atk/AtkUtil.html#ATK-KEY-EVENT-LAST-DEFINED:CAPS">
675
- <ANCHOR id="AtkKeySnoopFunc" href="atk/AtkUtil.html#AtkKeySnoopFunc">
676
- <ANCHOR id="atk-add-key-event-listener" href="atk/AtkUtil.html#atk-add-key-event-listener">
677
- <ANCHOR id="atk-remove-key-event-listener" href="atk/AtkUtil.html#atk-remove-key-event-listener">
678
- <ANCHOR id="atk-get-root" href="atk/AtkUtil.html#atk-get-root">
679
- <ANCHOR id="atk-get-focus-object" href="atk/AtkUtil.html#atk-get-focus-object">
680
- <ANCHOR id="atk-get-toolkit-name" href="atk/AtkUtil.html#atk-get-toolkit-name">
681
- <ANCHOR id="atk-get-toolkit-version" href="atk/AtkUtil.html#atk-get-toolkit-version">
682
- <ANCHOR id="atk-get-version" href="atk/AtkUtil.html#atk-get-version">
683
- <ANCHOR id="ATK-DEFINE-TYPE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-TYPE:CAPS">
684
- <ANCHOR id="ATK-DEFINE-TYPE-EXTENDED:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-TYPE-EXTENDED:CAPS">
685
- <ANCHOR id="ATK-DEFINE-TYPE-WITH-CODE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS">
686
- <ANCHOR id="ATK-DEFINE-ABSTRACT-TYPE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE:CAPS">
687
- <ANCHOR id="ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS" href="atk/AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE-WITH-CODE:CAPS">
688
376
  <ANCHOR id="AtkValue" href="atk/AtkValue.html">
689
- <ANCHOR id="AtkValue.synopsis" href="atk/AtkValue.html#AtkValue.synopsis">
377
+ <ANCHOR id="AtkValue.functions" href="atk/AtkValue.html#AtkValue.functions">
378
+ <ANCHOR id="AtkValue.signals" href="atk/AtkValue.html#AtkValue.signals">
379
+ <ANCHOR id="AtkValue.other" href="atk/AtkValue.html#AtkValue.other">
690
380
  <ANCHOR id="AtkValue.object-hierarchy" href="atk/AtkValue.html#AtkValue.object-hierarchy">
691
381
  <ANCHOR id="AtkValue.implementations" href="atk/AtkValue.html#AtkValue.implementations">
692
382
  <ANCHOR id="AtkValue.description" href="atk/AtkValue.html#AtkValue.description">
693
- <ANCHOR id="AtkValue.details" href="atk/AtkValue.html#AtkValue.details">
694
- <ANCHOR id="AtkValue-struct" href="atk/AtkValue.html#AtkValue-struct">
383
+ <ANCHOR id="current-value-text" href="atk/AtkValue.html#current-value-text">
384
+ <ANCHOR id="implementor-notes" href="atk/AtkValue.html#implementor-notes">
385
+ <ANCHOR id="ranges" href="atk/AtkValue.html#ranges">
386
+ <ANCHOR id="ranges-implementor-notes" href="atk/AtkValue.html#ranges-implementor-notes">
387
+ <ANCHOR id="localization" href="atk/AtkValue.html#localization">
388
+ <ANCHOR id="changes" href="atk/AtkValue.html#changes">
389
+ <ANCHOR id="AtkValue.functions_details" href="atk/AtkValue.html#AtkValue.functions_details">
695
390
  <ANCHOR id="atk-value-get-current-value" href="atk/AtkValue.html#atk-value-get-current-value">
696
391
  <ANCHOR id="atk-value-get-maximum-value" href="atk/AtkValue.html#atk-value-get-maximum-value">
697
392
  <ANCHOR id="atk-value-get-minimum-value" href="atk/AtkValue.html#atk-value-get-minimum-value">
698
393
  <ANCHOR id="atk-value-set-current-value" href="atk/AtkValue.html#atk-value-set-current-value">
699
394
  <ANCHOR id="atk-value-get-minimum-increment" href="atk/AtkValue.html#atk-value-get-minimum-increment">
395
+ <ANCHOR id="atk-value-get-value-and-text" href="atk/AtkValue.html#atk-value-get-value-and-text">
396
+ <ANCHOR id="atk-value-get-range" href="atk/AtkValue.html#atk-value-get-range">
397
+ <ANCHOR id="atk-value-get-increment" href="atk/AtkValue.html#atk-value-get-increment">
398
+ <ANCHOR id="atk-value-get-sub-ranges" href="atk/AtkValue.html#atk-value-get-sub-ranges">
399
+ <ANCHOR id="atk-value-set-value" href="atk/AtkValue.html#atk-value-set-value">
400
+ <ANCHOR id="AtkValue.other_details" href="atk/AtkValue.html#AtkValue.other_details">
401
+ <ANCHOR id="AtkValue-struct" href="atk/AtkValue.html#AtkValue-struct">
402
+ <ANCHOR id="AtkValue.signal-details" href="atk/AtkValue.html#AtkValue.signal-details">
403
+ <ANCHOR id="AtkValue-value-changed" href="atk/AtkValue.html#AtkValue-value-changed">
700
404
  <ANCHOR id="AtkWindow" href="atk/AtkWindow.html">
701
- <ANCHOR id="AtkWindow.synopsis" href="atk/AtkWindow.html#AtkWindow.synopsis">
405
+ <ANCHOR id="AtkWindow.signals" href="atk/AtkWindow.html#AtkWindow.signals">
406
+ <ANCHOR id="AtkWindow.other" href="atk/AtkWindow.html#AtkWindow.other">
702
407
  <ANCHOR id="AtkWindow.object-hierarchy" href="atk/AtkWindow.html#AtkWindow.object-hierarchy">
703
408
  <ANCHOR id="AtkWindow.prerequisites" href="atk/AtkWindow.html#AtkWindow.prerequisites">
704
409
  <ANCHOR id="AtkWindow.implementations" href="atk/AtkWindow.html#AtkWindow.implementations">
705
- <ANCHOR id="AtkWindow.signals" href="atk/AtkWindow.html#AtkWindow.signals">
706
410
  <ANCHOR id="AtkWindow.description" href="atk/AtkWindow.html#AtkWindow.description">
707
- <ANCHOR id="AtkWindow.details" href="atk/AtkWindow.html#AtkWindow.details">
411
+ <ANCHOR id="AtkWindow.functions_details" href="atk/AtkWindow.html#AtkWindow.functions_details">
412
+ <ANCHOR id="AtkWindow.other_details" href="atk/AtkWindow.html#AtkWindow.other_details">
708
413
  <ANCHOR id="AtkWindow-struct" href="atk/AtkWindow.html#AtkWindow-struct">
709
414
  <ANCHOR id="AtkWindow.signal-details" href="atk/AtkWindow.html#AtkWindow.signal-details">
710
415
  <ANCHOR id="AtkWindow-activate" href="atk/AtkWindow.html#AtkWindow-activate">
@@ -717,10 +422,193 @@
717
422
  <ANCHOR id="AtkWindow-resize" href="atk/AtkWindow.html#AtkWindow-resize">
718
423
  <ANCHOR id="AtkWindow-restore" href="atk/AtkWindow.html#AtkWindow-restore">
719
424
  <ANCHOR id="AtkWindow.see-also" href="atk/AtkWindow.html#AtkWindow.see-also">
425
+ <ANCHOR id="atk-AtkRange" href="atk/atk-AtkRange.html">
426
+ <ANCHOR id="atk-AtkRange.functions" href="atk/atk-AtkRange.html#atk-AtkRange.functions">
427
+ <ANCHOR id="atk-AtkRange.description" href="atk/atk-AtkRange.html#atk-AtkRange.description">
428
+ <ANCHOR id="atk-AtkRange.functions_details" href="atk/atk-AtkRange.html#atk-AtkRange.functions_details">
429
+ <ANCHOR id="ATK-TYPE-RANGE:CAPS" href="atk/atk-AtkRange.html#ATK-TYPE-RANGE:CAPS">
430
+ <ANCHOR id="atk-range-copy" href="atk/atk-AtkRange.html#atk-range-copy">
431
+ <ANCHOR id="atk-range-free" href="atk/atk-AtkRange.html#atk-range-free">
432
+ <ANCHOR id="atk-range-get-lower-limit" href="atk/atk-AtkRange.html#atk-range-get-lower-limit">
433
+ <ANCHOR id="atk-range-get-upper-limit" href="atk/atk-AtkRange.html#atk-range-get-upper-limit">
434
+ <ANCHOR id="atk-range-get-description" href="atk/atk-AtkRange.html#atk-range-get-description">
435
+ <ANCHOR id="atk-range-new" href="atk/atk-AtkRange.html#atk-range-new">
436
+ <ANCHOR id="atk-range-get-type" href="atk/atk-AtkRange.html#atk-range-get-type">
437
+ <ANCHOR id="atk-AtkRange.other_details" href="atk/atk-AtkRange.html#atk-AtkRange.other_details">
438
+ <ANCHOR id="AtkRelation" href="atk/AtkRelation.html">
439
+ <ANCHOR id="AtkRelation.functions" href="atk/AtkRelation.html#AtkRelation.functions">
440
+ <ANCHOR id="AtkRelation.properties" href="atk/AtkRelation.html#AtkRelation.properties">
441
+ <ANCHOR id="AtkRelation.other" href="atk/AtkRelation.html#AtkRelation.other">
442
+ <ANCHOR id="AtkRelation.object-hierarchy" href="atk/AtkRelation.html#AtkRelation.object-hierarchy">
443
+ <ANCHOR id="AtkRelation.description" href="atk/AtkRelation.html#AtkRelation.description">
444
+ <ANCHOR id="AtkRelation.functions_details" href="atk/AtkRelation.html#AtkRelation.functions_details">
445
+ <ANCHOR id="atk-relation-type-register" href="atk/AtkRelation.html#atk-relation-type-register">
446
+ <ANCHOR id="atk-relation-type-get-name" href="atk/AtkRelation.html#atk-relation-type-get-name">
447
+ <ANCHOR id="atk-relation-type-for-name" href="atk/AtkRelation.html#atk-relation-type-for-name">
448
+ <ANCHOR id="atk-relation-new" href="atk/AtkRelation.html#atk-relation-new">
449
+ <ANCHOR id="atk-relation-get-relation-type" href="atk/AtkRelation.html#atk-relation-get-relation-type">
450
+ <ANCHOR id="atk-relation-get-target" href="atk/AtkRelation.html#atk-relation-get-target">
451
+ <ANCHOR id="atk-relation-add-target" href="atk/AtkRelation.html#atk-relation-add-target">
452
+ <ANCHOR id="atk-relation-remove-target" href="atk/AtkRelation.html#atk-relation-remove-target">
453
+ <ANCHOR id="atk-relation-set-contains-target" href="atk/AtkRelation.html#atk-relation-set-contains-target">
454
+ <ANCHOR id="AtkRelation.other_details" href="atk/AtkRelation.html#AtkRelation.other_details">
455
+ <ANCHOR id="AtkRelation-struct" href="atk/AtkRelation.html#AtkRelation-struct">
456
+ <ANCHOR id="AtkRelationType" href="atk/AtkRelation.html#AtkRelationType">
457
+ <ANCHOR id="AtkRelation.property-details" href="atk/AtkRelation.html#AtkRelation.property-details">
458
+ <ANCHOR id="AtkRelation--relation-type" href="atk/AtkRelation.html#AtkRelation--relation-type">
459
+ <ANCHOR id="AtkRelation--target" href="atk/AtkRelation.html#AtkRelation--target">
460
+ <ANCHOR id="AtkRelationSet" href="atk/AtkRelationSet.html">
461
+ <ANCHOR id="AtkRelationSet.functions" href="atk/AtkRelationSet.html#AtkRelationSet.functions">
462
+ <ANCHOR id="AtkRelationSet.other" href="atk/AtkRelationSet.html#AtkRelationSet.other">
463
+ <ANCHOR id="AtkRelationSet.object-hierarchy" href="atk/AtkRelationSet.html#AtkRelationSet.object-hierarchy">
464
+ <ANCHOR id="AtkRelationSet.description" href="atk/AtkRelationSet.html#AtkRelationSet.description">
465
+ <ANCHOR id="AtkRelationSet.functions_details" href="atk/AtkRelationSet.html#AtkRelationSet.functions_details">
466
+ <ANCHOR id="atk-relation-set-new" href="atk/AtkRelationSet.html#atk-relation-set-new">
467
+ <ANCHOR id="atk-relation-set-contains" href="atk/AtkRelationSet.html#atk-relation-set-contains">
468
+ <ANCHOR id="atk-relation-set-remove" href="atk/AtkRelationSet.html#atk-relation-set-remove">
469
+ <ANCHOR id="atk-relation-set-add" href="atk/AtkRelationSet.html#atk-relation-set-add">
470
+ <ANCHOR id="atk-relation-set-get-n-relations" href="atk/AtkRelationSet.html#atk-relation-set-get-n-relations">
471
+ <ANCHOR id="atk-relation-set-get-relation" href="atk/AtkRelationSet.html#atk-relation-set-get-relation">
472
+ <ANCHOR id="atk-relation-set-get-relation-by-type" href="atk/AtkRelationSet.html#atk-relation-set-get-relation-by-type">
473
+ <ANCHOR id="atk-relation-set-add-relation-by-type" href="atk/AtkRelationSet.html#atk-relation-set-add-relation-by-type">
474
+ <ANCHOR id="AtkRelationSet.other_details" href="atk/AtkRelationSet.html#AtkRelationSet.other_details">
475
+ <ANCHOR id="AtkRelationSet-struct" href="atk/AtkRelationSet.html#AtkRelationSet-struct">
476
+ <ANCHOR id="atk-AtkState" href="atk/atk-AtkState.html">
477
+ <ANCHOR id="atk-AtkState.functions" href="atk/atk-AtkState.html#atk-AtkState.functions">
478
+ <ANCHOR id="atk-AtkState.other" href="atk/atk-AtkState.html#atk-AtkState.other">
479
+ <ANCHOR id="atk-AtkState.description" href="atk/atk-AtkState.html#atk-AtkState.description">
480
+ <ANCHOR id="atk-AtkState.functions_details" href="atk/atk-AtkState.html#atk-AtkState.functions_details">
481
+ <ANCHOR id="atk-state-type-register" href="atk/atk-AtkState.html#atk-state-type-register">
482
+ <ANCHOR id="atk-state-type-get-name" href="atk/atk-AtkState.html#atk-state-type-get-name">
483
+ <ANCHOR id="atk-state-type-for-name" href="atk/atk-AtkState.html#atk-state-type-for-name">
484
+ <ANCHOR id="atk-AtkState.other_details" href="atk/atk-AtkState.html#atk-AtkState.other_details">
485
+ <ANCHOR id="AtkStateType" href="atk/atk-AtkState.html#AtkStateType">
486
+ <ANCHOR id="AtkState" href="atk/atk-AtkState.html#AtkState">
487
+ <ANCHOR id="AtkStateSet" href="atk/AtkStateSet.html">
488
+ <ANCHOR id="AtkStateSet.functions" href="atk/AtkStateSet.html#AtkStateSet.functions">
489
+ <ANCHOR id="AtkStateSet.other" href="atk/AtkStateSet.html#AtkStateSet.other">
490
+ <ANCHOR id="AtkStateSet.object-hierarchy" href="atk/AtkStateSet.html#AtkStateSet.object-hierarchy">
491
+ <ANCHOR id="AtkStateSet.description" href="atk/AtkStateSet.html#AtkStateSet.description">
492
+ <ANCHOR id="AtkStateSet.functions_details" href="atk/AtkStateSet.html#AtkStateSet.functions_details">
493
+ <ANCHOR id="atk-state-set-new" href="atk/AtkStateSet.html#atk-state-set-new">
494
+ <ANCHOR id="atk-state-set-is-empty" href="atk/AtkStateSet.html#atk-state-set-is-empty">
495
+ <ANCHOR id="atk-state-set-add-state" href="atk/AtkStateSet.html#atk-state-set-add-state">
496
+ <ANCHOR id="atk-state-set-add-states" href="atk/AtkStateSet.html#atk-state-set-add-states">
497
+ <ANCHOR id="atk-state-set-clear-states" href="atk/AtkStateSet.html#atk-state-set-clear-states">
498
+ <ANCHOR id="atk-state-set-contains-state" href="atk/AtkStateSet.html#atk-state-set-contains-state">
499
+ <ANCHOR id="atk-state-set-contains-states" href="atk/AtkStateSet.html#atk-state-set-contains-states">
500
+ <ANCHOR id="atk-state-set-remove-state" href="atk/AtkStateSet.html#atk-state-set-remove-state">
501
+ <ANCHOR id="atk-state-set-and-sets" href="atk/AtkStateSet.html#atk-state-set-and-sets">
502
+ <ANCHOR id="atk-state-set-or-sets" href="atk/AtkStateSet.html#atk-state-set-or-sets">
503
+ <ANCHOR id="atk-state-set-xor-sets" href="atk/AtkStateSet.html#atk-state-set-xor-sets">
504
+ <ANCHOR id="AtkStateSet.other_details" href="atk/AtkStateSet.html#AtkStateSet.other_details">
505
+ <ANCHOR id="AtkStateSet-struct" href="atk/AtkStateSet.html#AtkStateSet-struct">
506
+ <ANCHOR id="AtkGObjectAccessible" href="atk/AtkGObjectAccessible.html">
507
+ <ANCHOR id="AtkGObjectAccessible.functions" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.functions">
508
+ <ANCHOR id="AtkGObjectAccessible.other" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.other">
509
+ <ANCHOR id="AtkGObjectAccessible.object-hierarchy" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.object-hierarchy">
510
+ <ANCHOR id="AtkGObjectAccessible.description" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.description">
511
+ <ANCHOR id="AtkGObjectAccessible.functions_details" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.functions_details">
512
+ <ANCHOR id="atk-gobject-accessible-for-object" href="atk/AtkGObjectAccessible.html#atk-gobject-accessible-for-object">
513
+ <ANCHOR id="atk-gobject-accessible-get-object" href="atk/AtkGObjectAccessible.html#atk-gobject-accessible-get-object">
514
+ <ANCHOR id="AtkGObjectAccessible.other_details" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible.other_details">
515
+ <ANCHOR id="AtkGObjectAccessible-struct" href="atk/AtkGObjectAccessible.html#AtkGObjectAccessible-struct">
516
+ <ANCHOR id="AtkHyperlink" href="atk/AtkHyperlink.html">
517
+ <ANCHOR id="AtkHyperlink.functions" href="atk/AtkHyperlink.html#AtkHyperlink.functions">
518
+ <ANCHOR id="AtkHyperlink.properties" href="atk/AtkHyperlink.html#AtkHyperlink.properties">
519
+ <ANCHOR id="AtkHyperlink.signals" href="atk/AtkHyperlink.html#AtkHyperlink.signals">
520
+ <ANCHOR id="AtkHyperlink.other" href="atk/AtkHyperlink.html#AtkHyperlink.other">
521
+ <ANCHOR id="AtkHyperlink.object-hierarchy" href="atk/AtkHyperlink.html#AtkHyperlink.object-hierarchy">
522
+ <ANCHOR id="AtkHyperlink.implemented-interfaces" href="atk/AtkHyperlink.html#AtkHyperlink.implemented-interfaces">
523
+ <ANCHOR id="AtkHyperlink.description" href="atk/AtkHyperlink.html#AtkHyperlink.description">
524
+ <ANCHOR id="AtkHyperlink.functions_details" href="atk/AtkHyperlink.html#AtkHyperlink.functions_details">
525
+ <ANCHOR id="atk-hyperlink-get-uri" href="atk/AtkHyperlink.html#atk-hyperlink-get-uri">
526
+ <ANCHOR id="atk-hyperlink-get-object" href="atk/AtkHyperlink.html#atk-hyperlink-get-object">
527
+ <ANCHOR id="atk-hyperlink-get-end-index" href="atk/AtkHyperlink.html#atk-hyperlink-get-end-index">
528
+ <ANCHOR id="atk-hyperlink-get-start-index" href="atk/AtkHyperlink.html#atk-hyperlink-get-start-index">
529
+ <ANCHOR id="atk-hyperlink-is-valid" href="atk/AtkHyperlink.html#atk-hyperlink-is-valid">
530
+ <ANCHOR id="atk-hyperlink-is-inline" href="atk/AtkHyperlink.html#atk-hyperlink-is-inline">
531
+ <ANCHOR id="atk-hyperlink-get-n-anchors" href="atk/AtkHyperlink.html#atk-hyperlink-get-n-anchors">
532
+ <ANCHOR id="atk-hyperlink-is-selected-link" href="atk/AtkHyperlink.html#atk-hyperlink-is-selected-link">
533
+ <ANCHOR id="AtkHyperlink.other_details" href="atk/AtkHyperlink.html#AtkHyperlink.other_details">
534
+ <ANCHOR id="AtkHyperlink-struct" href="atk/AtkHyperlink.html#AtkHyperlink-struct">
535
+ <ANCHOR id="AtkHyperlinkStateFlags" href="atk/AtkHyperlink.html#AtkHyperlinkStateFlags">
536
+ <ANCHOR id="AtkHyperlink.property-details" href="atk/AtkHyperlink.html#AtkHyperlink.property-details">
537
+ <ANCHOR id="AtkHyperlink--end-index" href="atk/AtkHyperlink.html#AtkHyperlink--end-index">
538
+ <ANCHOR id="AtkHyperlink--number-of-anchors" href="atk/AtkHyperlink.html#AtkHyperlink--number-of-anchors">
539
+ <ANCHOR id="AtkHyperlink--selected-link" href="atk/AtkHyperlink.html#AtkHyperlink--selected-link">
540
+ <ANCHOR id="AtkHyperlink--start-index" href="atk/AtkHyperlink.html#AtkHyperlink--start-index">
541
+ <ANCHOR id="AtkHyperlink.signal-details" href="atk/AtkHyperlink.html#AtkHyperlink.signal-details">
542
+ <ANCHOR id="AtkHyperlink-link-activated" href="atk/AtkHyperlink.html#AtkHyperlink-link-activated">
543
+ <ANCHOR id="AtkNoOpObject" href="atk/AtkNoOpObject.html">
544
+ <ANCHOR id="AtkNoOpObject.functions" href="atk/AtkNoOpObject.html#AtkNoOpObject.functions">
545
+ <ANCHOR id="AtkNoOpObject.other" href="atk/AtkNoOpObject.html#AtkNoOpObject.other">
546
+ <ANCHOR id="AtkNoOpObject.object-hierarchy" href="atk/AtkNoOpObject.html#AtkNoOpObject.object-hierarchy">
547
+ <ANCHOR id="AtkNoOpObject.implemented-interfaces" href="atk/AtkNoOpObject.html#AtkNoOpObject.implemented-interfaces">
548
+ <ANCHOR id="AtkNoOpObject.description" href="atk/AtkNoOpObject.html#AtkNoOpObject.description">
549
+ <ANCHOR id="AtkNoOpObject.functions_details" href="atk/AtkNoOpObject.html#AtkNoOpObject.functions_details">
550
+ <ANCHOR id="atk-no-op-object-new" href="atk/AtkNoOpObject.html#atk-no-op-object-new">
551
+ <ANCHOR id="AtkNoOpObject.other_details" href="atk/AtkNoOpObject.html#AtkNoOpObject.other_details">
552
+ <ANCHOR id="AtkNoOpObject-struct" href="atk/AtkNoOpObject.html#AtkNoOpObject-struct">
553
+ <ANCHOR id="atk-AtkPlug" href="atk/atk-AtkPlug.html">
554
+ <ANCHOR id="atk-AtkPlug.functions" href="atk/atk-AtkPlug.html#atk-AtkPlug.functions">
555
+ <ANCHOR id="atk-AtkPlug.other" href="atk/atk-AtkPlug.html#atk-AtkPlug.other">
556
+ <ANCHOR id="atk-AtkPlug.description" href="atk/atk-AtkPlug.html#atk-AtkPlug.description">
557
+ <ANCHOR id="atk-AtkPlug.functions_details" href="atk/atk-AtkPlug.html#atk-AtkPlug.functions_details">
558
+ <ANCHOR id="atk-plug-new" href="atk/atk-AtkPlug.html#atk-plug-new">
559
+ <ANCHOR id="atk-plug-get-id" href="atk/atk-AtkPlug.html#atk-plug-get-id">
560
+ <ANCHOR id="atk-AtkPlug.other_details" href="atk/atk-AtkPlug.html#atk-AtkPlug.other_details">
561
+ <ANCHOR id="AtkPlug" href="atk/atk-AtkPlug.html#AtkPlug">
562
+ <ANCHOR id="atk-AtkPlug.see-also" href="atk/atk-AtkPlug.html#atk-AtkPlug.see-also">
563
+ <ANCHOR id="atk-AtkSocket" href="atk/atk-AtkSocket.html">
564
+ <ANCHOR id="atk-AtkSocket.functions" href="atk/atk-AtkSocket.html#atk-AtkSocket.functions">
565
+ <ANCHOR id="atk-AtkSocket.other" href="atk/atk-AtkSocket.html#atk-AtkSocket.other">
566
+ <ANCHOR id="atk-AtkSocket.description" href="atk/atk-AtkSocket.html#atk-AtkSocket.description">
567
+ <ANCHOR id="atk-AtkSocket.functions_details" href="atk/atk-AtkSocket.html#atk-AtkSocket.functions_details">
568
+ <ANCHOR id="atk-socket-new" href="atk/atk-AtkSocket.html#atk-socket-new">
569
+ <ANCHOR id="atk-socket-embed" href="atk/atk-AtkSocket.html#atk-socket-embed">
570
+ <ANCHOR id="atk-socket-is-occupied" href="atk/atk-AtkSocket.html#atk-socket-is-occupied">
571
+ <ANCHOR id="atk-AtkSocket.other_details" href="atk/atk-AtkSocket.html#atk-AtkSocket.other_details">
572
+ <ANCHOR id="AtkSocket" href="atk/atk-AtkSocket.html#AtkSocket">
573
+ <ANCHOR id="atk-AtkSocket.see-also" href="atk/atk-AtkSocket.html#atk-AtkSocket.see-also">
574
+ <ANCHOR id="AtkNoOpObjectFactory" href="atk/AtkNoOpObjectFactory.html">
575
+ <ANCHOR id="AtkNoOpObjectFactory.functions" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.functions">
576
+ <ANCHOR id="AtkNoOpObjectFactory.other" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.other">
577
+ <ANCHOR id="AtkNoOpObjectFactory.object-hierarchy" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.object-hierarchy">
578
+ <ANCHOR id="AtkNoOpObjectFactory.description" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.description">
579
+ <ANCHOR id="AtkNoOpObjectFactory.functions_details" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.functions_details">
580
+ <ANCHOR id="atk-no-op-object-factory-new" href="atk/AtkNoOpObjectFactory.html#atk-no-op-object-factory-new">
581
+ <ANCHOR id="AtkNoOpObjectFactory.other_details" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory.other_details">
582
+ <ANCHOR id="AtkNoOpObjectFactory-struct" href="atk/AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct">
583
+ <ANCHOR id="AtkObjectFactory" href="atk/AtkObjectFactory.html">
584
+ <ANCHOR id="AtkObjectFactory.functions" href="atk/AtkObjectFactory.html#AtkObjectFactory.functions">
585
+ <ANCHOR id="AtkObjectFactory.other" href="atk/AtkObjectFactory.html#AtkObjectFactory.other">
586
+ <ANCHOR id="AtkObjectFactory.object-hierarchy" href="atk/AtkObjectFactory.html#AtkObjectFactory.object-hierarchy">
587
+ <ANCHOR id="AtkObjectFactory.description" href="atk/AtkObjectFactory.html#AtkObjectFactory.description">
588
+ <ANCHOR id="AtkObjectFactory.functions_details" href="atk/AtkObjectFactory.html#AtkObjectFactory.functions_details">
589
+ <ANCHOR id="atk-object-factory-create-accessible" href="atk/AtkObjectFactory.html#atk-object-factory-create-accessible">
590
+ <ANCHOR id="atk-object-factory-get-accessible-type" href="atk/AtkObjectFactory.html#atk-object-factory-get-accessible-type">
591
+ <ANCHOR id="atk-object-factory-invalidate" href="atk/AtkObjectFactory.html#atk-object-factory-invalidate">
592
+ <ANCHOR id="AtkObjectFactory.other_details" href="atk/AtkObjectFactory.html#AtkObjectFactory.other_details">
593
+ <ANCHOR id="AtkObjectFactory-struct" href="atk/AtkObjectFactory.html#AtkObjectFactory-struct">
594
+ <ANCHOR id="AtkRegistry" href="atk/AtkRegistry.html">
595
+ <ANCHOR id="AtkRegistry.functions" href="atk/AtkRegistry.html#AtkRegistry.functions">
596
+ <ANCHOR id="AtkRegistry.other" href="atk/AtkRegistry.html#AtkRegistry.other">
597
+ <ANCHOR id="AtkRegistry.object-hierarchy" href="atk/AtkRegistry.html#AtkRegistry.object-hierarchy">
598
+ <ANCHOR id="AtkRegistry.description" href="atk/AtkRegistry.html#AtkRegistry.description">
599
+ <ANCHOR id="AtkRegistry.functions_details" href="atk/AtkRegistry.html#AtkRegistry.functions_details">
600
+ <ANCHOR id="atk-registry-set-factory-type" href="atk/AtkRegistry.html#atk-registry-set-factory-type">
601
+ <ANCHOR id="atk-registry-get-factory-type" href="atk/AtkRegistry.html#atk-registry-get-factory-type">
602
+ <ANCHOR id="atk-registry-get-factory" href="atk/AtkRegistry.html#atk-registry-get-factory">
603
+ <ANCHOR id="atk-get-default-registry" href="atk/AtkRegistry.html#atk-get-default-registry">
604
+ <ANCHOR id="AtkRegistry.other_details" href="atk/AtkRegistry.html#AtkRegistry.other_details">
605
+ <ANCHOR id="AtkRegistry-struct" href="atk/AtkRegistry.html#AtkRegistry-struct">
720
606
  <ANCHOR id="atk-Versioning-Utilities" href="atk/atk-Versioning-Utilities.html">
721
- <ANCHOR id="atk-Versioning-Utilities.synopsis" href="atk/atk-Versioning-Utilities.html#atk-Versioning-Utilities.synopsis">
607
+ <ANCHOR id="atk-Versioning-Utilities.functions" href="atk/atk-Versioning-Utilities.html#atk-Versioning-Utilities.functions">
722
608
  <ANCHOR id="atk-Versioning-Utilities.description" href="atk/atk-Versioning-Utilities.html#atk-Versioning-Utilities.description">
723
- <ANCHOR id="atk-Versioning-Utilities.details" href="atk/atk-Versioning-Utilities.html#atk-Versioning-Utilities.details">
609
+ <ANCHOR id="atk-Versioning-Utilities.functions_details" href="atk/atk-Versioning-Utilities.html#atk-Versioning-Utilities.functions_details">
610
+ <ANCHOR id="ATK-BINARY-AGE:CAPS" href="atk/atk-Versioning-Utilities.html#ATK-BINARY-AGE:CAPS">
611
+ <ANCHOR id="ATK-INTERFACE-AGE:CAPS" href="atk/atk-Versioning-Utilities.html#ATK-INTERFACE-AGE:CAPS">
724
612
  <ANCHOR id="atk-get-major-version" href="atk/atk-Versioning-Utilities.html#atk-get-major-version">
725
613
  <ANCHOR id="atk-get-minor-version" href="atk/atk-Versioning-Utilities.html#atk-get-minor-version">
726
614
  <ANCHOR id="atk-get-micro-version" href="atk/atk-Versioning-Utilities.html#atk-get-micro-version">
@@ -730,3 +618,15 @@
730
618
  <ANCHOR id="ATK-MINOR-VERSION:CAPS" href="atk/atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS">
731
619
  <ANCHOR id="ATK-MICRO-VERSION:CAPS" href="atk/atk-Versioning-Utilities.html#ATK-MICRO-VERSION:CAPS">
732
620
  <ANCHOR id="ATK-CHECK-VERSION:CAPS" href="atk/atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS">
621
+ <ANCHOR id="atk-Versioning-Utilities.other_details" href="atk/atk-Versioning-Utilities.html#atk-Versioning-Utilities.other_details">
622
+ <ANCHOR id="AtkMisc" href="atk/AtkMisc.html">
623
+ <ANCHOR id="AtkMisc.functions" href="atk/AtkMisc.html#AtkMisc.functions">
624
+ <ANCHOR id="AtkMisc.other" href="atk/AtkMisc.html#AtkMisc.other">
625
+ <ANCHOR id="AtkMisc.object-hierarchy" href="atk/AtkMisc.html#AtkMisc.object-hierarchy">
626
+ <ANCHOR id="AtkMisc.description" href="atk/AtkMisc.html#AtkMisc.description">
627
+ <ANCHOR id="AtkMisc.functions_details" href="atk/AtkMisc.html#AtkMisc.functions_details">
628
+ <ANCHOR id="atk-misc-threads-enter" href="atk/AtkMisc.html#atk-misc-threads-enter">
629
+ <ANCHOR id="atk-misc-threads-leave" href="atk/AtkMisc.html#atk-misc-threads-leave">
630
+ <ANCHOR id="atk-misc-get-instance" href="atk/AtkMisc.html#atk-misc-get-instance">
631
+ <ANCHOR id="AtkMisc.other_details" href="atk/AtkMisc.html#AtkMisc.other_details">
632
+ <ANCHOR id="AtkMisc-struct" href="atk/AtkMisc.html#AtkMisc-struct">