atk 1.1.9-x86-mingw32 → 1.2.0-x86-mingw32

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