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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -0,0 +1,39 @@
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: Index of new symbols in 1.9</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="api-index-1-6.html" title="Index of new symbols in 1.6">
10
+ <link rel="next" href="api-index-1-12.html" title="Index of new symbols in 1.12">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-6.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-12.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="index">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="api-index-1-9"></a>Index of new symbols in 1.9</h1></div></div></div>
25
+ <div class="index"><div class="indexdiv">
26
+ <h3>A</h3>
27
+ <dl>
28
+ <dt>atk_relation_add_target, <a class="indexterm" href="AtkRelation.html#atk-relation-add-target">atk_relation_add_target ()</a>
29
+ </dt>
30
+ <dt>atk_relation_set_add_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type">atk_relation_set_add_relation_by_type ()</a>
31
+ </dt>
32
+ </dl>
33
+ </div></div>
34
+ </div>
35
+ <div class="footer">
36
+ <hr>
37
+ Generated by GTK-Doc V1.21.1</div>
38
+ </body>
39
+ </html>
@@ -0,0 +1,35 @@
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: Index of new symbols in 2.10</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="api-index-2-8.html" title="Index of new symbols in 2.8">
10
+ <link rel="next" href="api-index-2-12.html" title="Index of new symbols in 2.12">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-2-8.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-2-12.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="index">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="api-index-2-10"></a>Index of new symbols in 2.10</h1></div></div></div>
25
+ <div class="index"><div class="indexdiv">
26
+ <h3>A</h3>
27
+ <dl><dt>atk_text_get_string_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-string-at-offset">atk_text_get_string_at_offset ()</a>
28
+ </dt></dl>
29
+ </div></div>
30
+ </div>
31
+ <div class="footer">
32
+ <hr>
33
+ Generated by GTK-Doc V1.21.1</div>
34
+ </body>
35
+ </html>
@@ -0,0 +1,78 @@
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: Index of new symbols in 2.12</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="api-index-2-10.html" title="Index of new symbols in 2.10">
10
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
11
+ <link rel="stylesheet" href="style.css" type="text/css">
12
+ </head>
13
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
15
+ <td width="100%" align="left" class="shortcuts"></td>
16
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
18
+ <td><a accesskey="p" href="api-index-2-10.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
20
+ </tr></table>
21
+ <div class="index">
22
+ <div class="titlepage"><div><div><h1 class="title">
23
+ <a name="api-index-2-12"></a>Index of new symbols in 2.12</h1></div></div></div>
24
+ <div class="index"><div class="indexdiv">
25
+ <h3>A</h3>
26
+ <dl>
27
+ <dt>AtkDocument::page-changed, <a class="indexterm" href="AtkDocument.html#AtkDocument-page-changed">The “page-changed” signal</a>
28
+ </dt>
29
+ <dt>AtkValue::value-changed, <a class="indexterm" href="AtkValue.html#AtkValue-value-changed">The “value-changed” signal</a>
30
+ </dt>
31
+ <dt>atk_document_get_current_page_number, <a class="indexterm" href="AtkDocument.html#atk-document-get-current-page-number">atk_document_get_current_page_number ()</a>
32
+ </dt>
33
+ <dt>atk_document_get_page_count, <a class="indexterm" href="AtkDocument.html#atk-document-get-page-count">atk_document_get_page_count ()</a>
34
+ </dt>
35
+ <dt>atk_range_copy, <a class="indexterm" href="atk-AtkRange.html#atk-range-copy">atk_range_copy ()</a>
36
+ </dt>
37
+ <dt>atk_range_free, <a class="indexterm" href="atk-AtkRange.html#atk-range-free">atk_range_free ()</a>
38
+ </dt>
39
+ <dt>atk_range_get_description, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-description">atk_range_get_description ()</a>
40
+ </dt>
41
+ <dt>atk_range_get_lower_limit, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-lower-limit">atk_range_get_lower_limit ()</a>
42
+ </dt>
43
+ <dt>atk_range_get_upper_limit, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-upper-limit">atk_range_get_upper_limit ()</a>
44
+ </dt>
45
+ <dt>atk_range_new, <a class="indexterm" href="atk-AtkRange.html#atk-range-new">atk_range_new ()</a>
46
+ </dt>
47
+ <dt>atk_table_cell_get_column_header_cells, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-column-header-cells">atk_table_cell_get_column_header_cells ()</a>
48
+ </dt>
49
+ <dt>atk_table_cell_get_column_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-column-span">atk_table_cell_get_column_span ()</a>
50
+ </dt>
51
+ <dt>atk_table_cell_get_position, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-position">atk_table_cell_get_position ()</a>
52
+ </dt>
53
+ <dt>atk_table_cell_get_row_column_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-column-span">atk_table_cell_get_row_column_span ()</a>
54
+ </dt>
55
+ <dt>atk_table_cell_get_row_header_cells, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-header-cells">atk_table_cell_get_row_header_cells ()</a>
56
+ </dt>
57
+ <dt>atk_table_cell_get_row_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-span">atk_table_cell_get_row_span ()</a>
58
+ </dt>
59
+ <dt>atk_table_cell_get_table, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-table">atk_table_cell_get_table ()</a>
60
+ </dt>
61
+ <dt>atk_value_get_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-increment">atk_value_get_increment ()</a>
62
+ </dt>
63
+ <dt>atk_value_get_range, <a class="indexterm" href="AtkValue.html#atk-value-get-range">atk_value_get_range ()</a>
64
+ </dt>
65
+ <dt>atk_value_get_sub_ranges, <a class="indexterm" href="AtkValue.html#atk-value-get-sub-ranges">atk_value_get_sub_ranges ()</a>
66
+ </dt>
67
+ <dt>atk_value_get_value_and_text, <a class="indexterm" href="AtkValue.html#atk-value-get-value-and-text">atk_value_get_value_and_text ()</a>
68
+ </dt>
69
+ <dt>atk_value_set_value, <a class="indexterm" href="AtkValue.html#atk-value-set-value">atk_value_set_value ()</a>
70
+ </dt>
71
+ </dl>
72
+ </div></div>
73
+ </div>
74
+ <div class="footer">
75
+ <hr>
76
+ Generated by GTK-Doc V1.21.1</div>
77
+ </body>
78
+ </html>
@@ -0,0 +1,53 @@
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: Index of new symbols in 2.2</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="api-index-1-30.html" title="Index of new symbols in 1.30">
10
+ <link rel="next" href="api-index-2-8.html" title="Index of new symbols in 2.8">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-1-30.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-2-8.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="index">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="api-index-2-2"></a>Index of new symbols in 2.2</h1></div></div></div>
25
+ <div class="index"><div class="indexdiv">
26
+ <h3>A</h3>
27
+ <dl>
28
+ <dt>AtkWindow::activate, <a class="indexterm" href="AtkWindow.html#AtkWindow-activate">The “activate” signal</a>
29
+ </dt>
30
+ <dt>AtkWindow::create, <a class="indexterm" href="AtkWindow.html#AtkWindow-create">The “create” signal</a>
31
+ </dt>
32
+ <dt>AtkWindow::deactivate, <a class="indexterm" href="AtkWindow.html#AtkWindow-deactivate">The “deactivate” signal</a>
33
+ </dt>
34
+ <dt>AtkWindow::destroy, <a class="indexterm" href="AtkWindow.html#AtkWindow-destroy">The “destroy” signal</a>
35
+ </dt>
36
+ <dt>AtkWindow::maximize, <a class="indexterm" href="AtkWindow.html#AtkWindow-maximize">The “maximize” signal</a>
37
+ </dt>
38
+ <dt>AtkWindow::minimize, <a class="indexterm" href="AtkWindow.html#AtkWindow-minimize">The “minimize” signal</a>
39
+ </dt>
40
+ <dt>AtkWindow::move, <a class="indexterm" href="AtkWindow.html#AtkWindow-move">The “move” signal</a>
41
+ </dt>
42
+ <dt>AtkWindow::resize, <a class="indexterm" href="AtkWindow.html#AtkWindow-resize">The “resize” signal</a>
43
+ </dt>
44
+ <dt>AtkWindow::restore, <a class="indexterm" href="AtkWindow.html#AtkWindow-restore">The “restore” signal</a>
45
+ </dt>
46
+ </dl>
47
+ </div></div>
48
+ </div>
49
+ <div class="footer">
50
+ <hr>
51
+ Generated by GTK-Doc V1.21.1</div>
52
+ </body>
53
+ </html>
@@ -0,0 +1,47 @@
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: Index of new symbols in 2.8</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
+ <link rel="prev" href="api-index-2-2.html" title="Index of new symbols in 2.2">
10
+ <link rel="next" href="api-index-2-10.html" title="Index of new symbols in 2.10">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="api-index-2-2.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-2-10.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
+ </tr></table>
22
+ <div class="index">
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="api-index-2-8"></a>Index of new symbols in 2.8</h1></div></div></div>
25
+ <div class="index"><div class="indexdiv">
26
+ <h3>A</h3>
27
+ <dl>
28
+ <dt>atk_get_binary_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-binary-age">atk_get_binary_age ()</a>
29
+ </dt>
30
+ <dt>atk_get_interface_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-interface-age">atk_get_interface_age ()</a>
31
+ </dt>
32
+ <dt>atk_get_major_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-major-version">atk_get_major_version ()</a>
33
+ </dt>
34
+ <dt>atk_get_micro_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-micro-version">atk_get_micro_version ()</a>
35
+ </dt>
36
+ <dt>atk_get_minor_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-minor-version">atk_get_minor_version ()</a>
37
+ </dt>
38
+ <dt>atk_object_get_object_locale, <a class="indexterm" href="AtkObject.html#atk-object-get-object-locale">atk_object_get_object_locale ()</a>
39
+ </dt>
40
+ </dl>
41
+ </div></div>
42
+ </div>
43
+ <div class="footer">
44
+ <hr>
45
+ Generated by GTK-Doc V1.21.1</div>
46
+ </body>
47
+ </html>
@@ -2,68 +2,118 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of deprecated symbols</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: Index of deprecated symbols</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-full.html" title="Index of all symbols">
10
10
  <link rel="next" href="api-index-1-3.html" title="Index of new symbols in 1.3">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left"></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
19
  <td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-1-3.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="api-index-deprecated"></a>Index of deprecated symbols</h2></div></div></div>
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="api-index-deprecated"></a>Index of deprecated symbols</h1></div></div></div>
25
25
  <div class="index"><div class="indexdiv">
26
26
  <h3>A</h3>
27
27
  <dl>
28
- <dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
28
+ <dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
29
29
  </dt>
30
- <dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The "selected-link" property</a>
30
+ <dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The selected-link property</a>
31
31
  </dt>
32
- <dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The "focus-event" signal</a>
32
+ <dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The focus-event signal</a>
33
33
  </dt>
34
- <dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The "text-changed" signal</a>
34
+ <dt>AtkObject:accessible-table-caption, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption">The “accessible-table-caption” property</a>
35
35
  </dt>
36
- <dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
36
+ <dt>AtkObject:accessible-table-column-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-description">The “accessible-table-column-description” property</a>
37
37
  </dt>
38
- <dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
38
+ <dt>AtkObject:accessible-table-column-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-header">The “accessible-table-column-header” property</a>
39
39
  </dt>
40
- <dt>atk_component_remove_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-remove-focus-handler">atk_component_remove_focus_handler ()</a>
40
+ <dt>AtkObject:accessible-table-row-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-description">The “accessible-table-row-description” property</a>
41
41
  </dt>
42
- <dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
42
+ <dt>AtkObject:accessible-table-row-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-header">The “accessible-table-row-header” property</a>
43
43
  </dt>
44
- <dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
44
+ <dt>AtkObject:accessible-value, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-value">The “accessible-value” property</a>
45
45
  </dt>
46
- <dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
46
+ <dt>AtkPropertyChangeHandler, <a class="indexterm" href="AtkObject.html#AtkPropertyChangeHandler">AtkPropertyChangeHandler ()</a>
47
47
  </dt>
48
- <dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
48
+ <dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The “text-changed” signal</a>
49
49
  </dt>
50
- <dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
50
+ <dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
51
51
  </dt>
52
- <dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
52
+ <dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
53
53
  </dt>
54
- <dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
54
+ <dt>atk_component_get_position, <a class="indexterm" href="AtkComponent.html#atk-component-get-position">atk_component_get_position ()</a>
55
55
  </dt>
56
- <dt>atk_text_get_text_after_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-after-offset">atk_text_get_text_after_offset ()</a>
56
+ <dt>atk_component_get_size, <a class="indexterm" href="AtkComponent.html#atk-component-get-size">atk_component_get_size ()</a>
57
57
  </dt>
58
- <dt>atk_text_get_text_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-at-offset">atk_text_get_text_at_offset ()</a>
58
+ <dt>atk_component_remove_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-remove-focus-handler">atk_component_remove_focus_handler ()</a>
59
59
  </dt>
60
- <dt>atk_text_get_text_before_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-before-offset">atk_text_get_text_before_offset ()</a>
60
+ <dt>atk_document_get_document, <a class="indexterm" href="AtkDocument.html#atk-document-get-document">atk_document_get_document ()</a>
61
+ </dt>
62
+ <dt>atk_document_get_document_type, <a class="indexterm" href="AtkDocument.html#atk-document-get-document-type">atk_document_get_document_type ()</a>
63
+ </dt>
64
+ <dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
65
+ </dt>
66
+ <dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
67
+ </dt>
68
+ <dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
69
+ </dt>
70
+ <dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
71
+ </dt>
72
+ <dt>atk_misc_get_instance, <a class="indexterm" href="AtkMisc.html#atk-misc-get-instance">atk_misc_get_instance ()</a>
73
+ </dt>
74
+ <dt>atk_misc_threads_enter, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-enter">atk_misc_threads_enter ()</a>
75
+ </dt>
76
+ <dt>atk_misc_threads_leave, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-leave">atk_misc_threads_leave ()</a>
77
+ </dt>
78
+ <dt>atk_object_connect_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-connect-property-change-handler">atk_object_connect_property_change_handler ()</a>
79
+ </dt>
80
+ <dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
81
+ </dt>
82
+ <dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
83
+ </dt>
84
+ <dt>atk_object_remove_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-remove-property-change-handler">atk_object_remove_property_change_handler ()</a>
85
+ </dt>
86
+ <dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
87
+ </dt>
88
+ <dt>atk_role_register, <a class="indexterm" href="AtkObject.html#atk-role-register">atk_role_register ()</a>
89
+ </dt>
90
+ <dt>atk_table_get_column_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index ()</a>
91
+ </dt>
92
+ <dt>atk_table_get_index_at, <a class="indexterm" href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at ()</a>
93
+ </dt>
94
+ <dt>atk_table_get_row_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index ()</a>
95
+ </dt>
96
+ <dt>atk_text_get_text_after_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-after-offset">atk_text_get_text_after_offset ()</a>
97
+ </dt>
98
+ <dt>atk_text_get_text_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-at-offset">atk_text_get_text_at_offset ()</a>
99
+ </dt>
100
+ <dt>atk_text_get_text_before_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-before-offset">atk_text_get_text_before_offset ()</a>
101
+ </dt>
102
+ <dt>atk_value_get_current_value, <a class="indexterm" href="AtkValue.html#atk-value-get-current-value">atk_value_get_current_value ()</a>
103
+ </dt>
104
+ <dt>atk_value_get_maximum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-maximum-value">atk_value_get_maximum_value ()</a>
105
+ </dt>
106
+ <dt>atk_value_get_minimum_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>
107
+ </dt>
108
+ <dt>atk_value_get_minimum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-value">atk_value_get_minimum_value ()</a>
109
+ </dt>
110
+ <dt>atk_value_set_current_value, <a class="indexterm" href="AtkValue.html#atk-value-set-current-value">atk_value_set_current_value ()</a>
61
111
  </dt>
62
112
  </dl>
63
113
  </div></div>
64
114
  </div>
65
115
  <div class="footer">
66
116
  <hr>
67
- Generated by GTK-Doc V1.19.1</div>
117
+ Generated by GTK-Doc V1.21.1</div>
68
118
  </body>
69
119
  </html>
@@ -2,26 +2,26 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>Index of all symbols</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: Index of all symbols</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
- <link rel="prev" href="atk-Versioning-Utilities.html" title="Versioning macros">
9
+ <link rel="prev" href="AtkMisc.html" title="AtkMisc">
10
10
  <link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left"></td>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts"></td>
17
17
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
18
  <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
- <td><a accesskey="p" href="atk-Versioning-Utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19
+ <td><a accesskey="p" href="AtkMisc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
20
  <td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
21
21
  </tr></table>
22
22
  <div class="index">
23
- <div class="titlepage"><div><div><h2 class="title">
24
- <a name="api-index-full"></a>Index of all symbols</h2></div></div></div>
23
+ <div class="titlepage"><div><div><h1 class="title">
24
+ <a name="api-index-full"></a>Index of all symbols</h1></div></div></div>
25
25
  <div class="index"><div class="indexdiv">
26
26
  <h3>A</h3>
27
27
  <dl>
@@ -29,13 +29,13 @@
29
29
  </dt>
30
30
  <dt>AtkActionIface, <a class="indexterm" href="AtkAction.html#AtkActionIface">struct AtkActionIface</a>
31
31
  </dt>
32
- <dt>AtkAttribute, <a class="indexterm" href="AtkText.html#AtkAttribute">struct AtkAttribute</a>
32
+ <dt>AtkAttribute, <a class="indexterm" href="AtkObject.html#AtkAttribute">struct AtkAttribute</a>
33
33
  </dt>
34
- <dt>AtkAttributeSet, <a class="indexterm" href="AtkText.html#AtkAttributeSet">AtkAttributeSet</a>
34
+ <dt>AtkAttributeSet, <a class="indexterm" href="AtkObject.html#AtkAttributeSet">AtkAttributeSet</a>
35
35
  </dt>
36
36
  <dt>AtkComponent, <a class="indexterm" href="AtkComponent.html#AtkComponent-struct">AtkComponent</a>
37
37
  </dt>
38
- <dt>AtkComponent::bounds-changed, <a class="indexterm" href="AtkComponent.html#AtkComponent-bounds-changed">The "bounds-changed" signal</a>
38
+ <dt>AtkComponent::bounds-changed, <a class="indexterm" href="AtkComponent.html#AtkComponent-bounds-changed">The bounds-changed signal</a>
39
39
  </dt>
40
40
  <dt>AtkComponentIface, <a class="indexterm" href="AtkComponent.html#AtkComponentIface">struct AtkComponentIface</a>
41
41
  </dt>
@@ -43,37 +43,39 @@
43
43
  </dt>
44
44
  <dt>AtkDocument, <a class="indexterm" href="AtkDocument.html#AtkDocument-struct">AtkDocument</a>
45
45
  </dt>
46
- <dt>AtkDocument::load-complete, <a class="indexterm" href="AtkDocument.html#AtkDocument-load-complete">The "load-complete" signal</a>
46
+ <dt>AtkDocument::load-complete, <a class="indexterm" href="AtkDocument.html#AtkDocument-load-complete">The load-complete signal</a>
47
47
  </dt>
48
- <dt>AtkDocument::load-stopped, <a class="indexterm" href="AtkDocument.html#AtkDocument-load-stopped">The "load-stopped" signal</a>
48
+ <dt>AtkDocument::load-stopped, <a class="indexterm" href="AtkDocument.html#AtkDocument-load-stopped">The load-stopped signal</a>
49
49
  </dt>
50
- <dt>AtkDocument::reload, <a class="indexterm" href="AtkDocument.html#AtkDocument-reload">The "reload" signal</a>
50
+ <dt>AtkDocument::page-changed, <a class="indexterm" href="AtkDocument.html#AtkDocument-page-changed">The “page-changed” signal</a>
51
+ </dt>
52
+ <dt>AtkDocument::reload, <a class="indexterm" href="AtkDocument.html#AtkDocument-reload">The “reload” signal</a>
51
53
  </dt>
52
54
  <dt>AtkDocumentIface, <a class="indexterm" href="AtkDocument.html#AtkDocumentIface">struct AtkDocumentIface</a>
53
55
  </dt>
54
56
  <dt>AtkEditableText, <a class="indexterm" href="AtkEditableText.html#AtkEditableText-struct">AtkEditableText</a>
55
57
  </dt>
56
- <dt>AtkEventListener, <a class="indexterm" href="AtkUtil.html#AtkEventListener">AtkEventListener ()</a>
58
+ <dt>AtkEventListener, <a class="indexterm" href="AtkUtil.html#AtkEventListener">AtkEventListener ()</a>
57
59
  </dt>
58
- <dt>AtkEventListenerInit, <a class="indexterm" href="AtkUtil.html#AtkEventListenerInit">AtkEventListenerInit ()</a>
60
+ <dt>AtkEventListenerInit, <a class="indexterm" href="AtkUtil.html#AtkEventListenerInit">AtkEventListenerInit ()</a>
59
61
  </dt>
60
- <dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
62
+ <dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
61
63
  </dt>
62
- <dt>AtkFunction, <a class="indexterm" href="AtkObject.html#AtkFunction">AtkFunction ()</a>
64
+ <dt>AtkFunction, <a class="indexterm" href="AtkObject.html#AtkFunction">AtkFunction ()</a>
63
65
  </dt>
64
66
  <dt>AtkGObjectAccessible, <a class="indexterm" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct">struct AtkGObjectAccessible</a>
65
67
  </dt>
66
68
  <dt>AtkHyperlink, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink-struct">struct AtkHyperlink</a>
67
69
  </dt>
68
- <dt>AtkHyperlink::link-activated, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink-link-activated">The "link-activated" signal</a>
70
+ <dt>AtkHyperlink::link-activated, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink-link-activated">The link-activated signal</a>
69
71
  </dt>
70
- <dt>AtkHyperlink:end-index, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--end-index">The "end-index" property</a>
72
+ <dt>AtkHyperlink:end-index, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--end-index">The end-index property</a>
71
73
  </dt>
72
- <dt>AtkHyperlink:number-of-anchors, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--number-of-anchors">The "number-of-anchors" property</a>
74
+ <dt>AtkHyperlink:number-of-anchors, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--number-of-anchors">The number-of-anchors property</a>
73
75
  </dt>
74
- <dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The "selected-link" property</a>
76
+ <dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The selected-link property</a>
75
77
  </dt>
76
- <dt>AtkHyperlink:start-index, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--start-index">The "start-index" property</a>
78
+ <dt>AtkHyperlink:start-index, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--start-index">The start-index property</a>
77
79
  </dt>
78
80
  <dt>AtkHyperlinkImpl, <a class="indexterm" href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">AtkHyperlinkImpl</a>
79
81
  </dt>
@@ -81,7 +83,7 @@
81
83
  </dt>
82
84
  <dt>AtkHypertext, <a class="indexterm" href="AtkHypertext.html#AtkHypertext-struct">AtkHypertext</a>
83
85
  </dt>
84
- <dt>AtkHypertext::link-selected, <a class="indexterm" href="AtkHypertext.html#AtkHypertext-link-selected">The "link-selected" signal</a>
86
+ <dt>AtkHypertext::link-selected, <a class="indexterm" href="AtkHypertext.html#AtkHypertext-link-selected">The link-selected signal</a>
85
87
  </dt>
86
88
  <dt>AtkImage, <a class="indexterm" href="AtkImage.html#AtkImage-struct">AtkImage</a>
87
89
  </dt>
@@ -91,63 +93,65 @@
91
93
  </dt>
92
94
  <dt>AtkKeyEventType, <a class="indexterm" href="AtkUtil.html#AtkKeyEventType">enum AtkKeyEventType</a>
93
95
  </dt>
94
- <dt>AtkKeySnoopFunc, <a class="indexterm" href="AtkUtil.html#AtkKeySnoopFunc">AtkKeySnoopFunc ()</a>
96
+ <dt>AtkKeySnoopFunc, <a class="indexterm" href="AtkUtil.html#AtkKeySnoopFunc">AtkKeySnoopFunc ()</a>
95
97
  </dt>
96
98
  <dt>AtkLayer, <a class="indexterm" href="AtkObject.html#AtkLayer">enum AtkLayer</a>
97
99
  </dt>
100
+ <dt>AtkMisc, <a class="indexterm" href="AtkMisc.html#AtkMisc-struct">struct AtkMisc</a>
101
+ </dt>
98
102
  <dt>AtkNoOpObject, <a class="indexterm" href="AtkNoOpObject.html#AtkNoOpObject-struct">struct AtkNoOpObject</a>
99
103
  </dt>
100
104
  <dt>AtkNoOpObjectFactory, <a class="indexterm" href="AtkNoOpObjectFactory.html#AtkNoOpObjectFactory-struct">struct AtkNoOpObjectFactory</a>
101
105
  </dt>
102
106
  <dt>AtkObject, <a class="indexterm" href="AtkObject.html#AtkObject-struct">struct AtkObject</a>
103
107
  </dt>
104
- <dt>AtkObject::active-descendant-changed, <a class="indexterm" href="AtkObject.html#AtkObject-active-descendant-changed">The "active-descendant-changed" signal</a>
108
+ <dt>AtkObject::active-descendant-changed, <a class="indexterm" href="AtkObject.html#AtkObject-active-descendant-changed">The active-descendant-changed signal</a>
105
109
  </dt>
106
- <dt>AtkObject::children-changed, <a class="indexterm" href="AtkObject.html#AtkObject-children-changed">The "children-changed" signal</a>
110
+ <dt>AtkObject::children-changed, <a class="indexterm" href="AtkObject.html#AtkObject-children-changed">The children-changed signal</a>
107
111
  </dt>
108
- <dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The "focus-event" signal</a>
112
+ <dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The focus-event signal</a>
109
113
  </dt>
110
- <dt>AtkObject::property-change, <a class="indexterm" href="AtkObject.html#AtkObject-property-change">The "property-change" signal</a>
114
+ <dt>AtkObject::property-change, <a class="indexterm" href="AtkObject.html#AtkObject-property-change">The property-change signal</a>
111
115
  </dt>
112
- <dt>AtkObject::state-change, <a class="indexterm" href="AtkObject.html#AtkObject-state-change">The "state-change" signal</a>
116
+ <dt>AtkObject::state-change, <a class="indexterm" href="AtkObject.html#AtkObject-state-change">The state-change signal</a>
113
117
  </dt>
114
- <dt>AtkObject::visible-data-changed, <a class="indexterm" href="AtkObject.html#AtkObject-visible-data-changed">The "visible-data-changed" signal</a>
118
+ <dt>AtkObject::visible-data-changed, <a class="indexterm" href="AtkObject.html#AtkObject-visible-data-changed">The visible-data-changed signal</a>
115
119
  </dt>
116
- <dt>AtkObject:accessible-component-layer, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-component-layer">The "accessible-component-layer" property</a>
120
+ <dt>AtkObject:accessible-component-layer, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-component-layer">The accessible-component-layer property</a>
117
121
  </dt>
118
- <dt>AtkObject:accessible-component-mdi-zorder, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-component-mdi-zorder">The "accessible-component-mdi-zorder" property</a>
122
+ <dt>AtkObject:accessible-component-mdi-zorder, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-component-mdi-zorder">The accessible-component-mdi-zorder property</a>
119
123
  </dt>
120
- <dt>AtkObject:accessible-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-description">The "accessible-description" property</a>
124
+ <dt>AtkObject:accessible-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-description">The accessible-description property</a>
121
125
  </dt>
122
- <dt>AtkObject:accessible-hypertext-nlinks, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-hypertext-nlinks">The "accessible-hypertext-nlinks" property</a>
126
+ <dt>AtkObject:accessible-hypertext-nlinks, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-hypertext-nlinks">The accessible-hypertext-nlinks property</a>
123
127
  </dt>
124
- <dt>AtkObject:accessible-name, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-name">The "accessible-name" property</a>
128
+ <dt>AtkObject:accessible-name, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-name">The accessible-name property</a>
125
129
  </dt>
126
- <dt>AtkObject:accessible-parent, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-parent">The "accessible-parent" property</a>
130
+ <dt>AtkObject:accessible-parent, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-parent">The accessible-parent property</a>
127
131
  </dt>
128
- <dt>AtkObject:accessible-role, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-role">The "accessible-role" property</a>
132
+ <dt>AtkObject:accessible-role, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-role">The accessible-role property</a>
129
133
  </dt>
130
- <dt>AtkObject:accessible-table-caption, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption">The "accessible-table-caption" property</a>
134
+ <dt>AtkObject:accessible-table-caption, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption">The accessible-table-caption property</a>
131
135
  </dt>
132
- <dt>AtkObject:accessible-table-caption-object, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption-object">The "accessible-table-caption-object" property</a>
136
+ <dt>AtkObject:accessible-table-caption-object, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-caption-object">The accessible-table-caption-object property</a>
133
137
  </dt>
134
- <dt>AtkObject:accessible-table-column-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-description">The "accessible-table-column-description" property</a>
138
+ <dt>AtkObject:accessible-table-column-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-description">The accessible-table-column-description property</a>
135
139
  </dt>
136
- <dt>AtkObject:accessible-table-column-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-header">The "accessible-table-column-header" property</a>
140
+ <dt>AtkObject:accessible-table-column-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-column-header">The accessible-table-column-header property</a>
137
141
  </dt>
138
- <dt>AtkObject:accessible-table-row-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-description">The "accessible-table-row-description" property</a>
142
+ <dt>AtkObject:accessible-table-row-description, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-description">The accessible-table-row-description property</a>
139
143
  </dt>
140
- <dt>AtkObject:accessible-table-row-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-header">The "accessible-table-row-header" property</a>
144
+ <dt>AtkObject:accessible-table-row-header, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-row-header">The accessible-table-row-header property</a>
141
145
  </dt>
142
- <dt>AtkObject:accessible-table-summary, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-summary">The "accessible-table-summary" property</a>
146
+ <dt>AtkObject:accessible-table-summary, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-table-summary">The accessible-table-summary property</a>
143
147
  </dt>
144
- <dt>AtkObject:accessible-value, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-value">The "accessible-value" property</a>
148
+ <dt>AtkObject:accessible-value, <a class="indexterm" href="AtkObject.html#AtkObject--accessible-value">The accessible-value property</a>
145
149
  </dt>
146
150
  <dt>AtkObjectFactory, <a class="indexterm" href="AtkObjectFactory.html#AtkObjectFactory-struct">struct AtkObjectFactory</a>
147
151
  </dt>
148
152
  <dt>AtkPlug, <a class="indexterm" href="atk-AtkPlug.html#AtkPlug">struct AtkPlug</a>
149
153
  </dt>
150
- <dt>AtkPropertyChangeHandler, <a class="indexterm" href="AtkObject.html#AtkPropertyChangeHandler">AtkPropertyChangeHandler ()</a>
154
+ <dt>AtkPropertyChangeHandler, <a class="indexterm" href="AtkObject.html#AtkPropertyChangeHandler">AtkPropertyChangeHandler ()</a>
151
155
  </dt>
152
156
  <dt>AtkPropertyValues, <a class="indexterm" href="AtkObject.html#AtkPropertyValues">AtkPropertyValues</a>
153
157
  </dt>
@@ -157,9 +161,9 @@
157
161
  </dt>
158
162
  <dt>AtkRelation, <a class="indexterm" href="AtkRelation.html#AtkRelation-struct">struct AtkRelation</a>
159
163
  </dt>
160
- <dt>AtkRelation:relation-type, <a class="indexterm" href="AtkRelation.html#AtkRelation--relation-type">The "relation-type" property</a>
164
+ <dt>AtkRelation:relation-type, <a class="indexterm" href="AtkRelation.html#AtkRelation--relation-type">The relation-type property</a>
161
165
  </dt>
162
- <dt>AtkRelation:target, <a class="indexterm" href="AtkRelation.html#AtkRelation--target">The "target" property</a>
166
+ <dt>AtkRelation:target, <a class="indexterm" href="AtkRelation.html#AtkRelation--target">The target property</a>
163
167
  </dt>
164
168
  <dt>AtkRelationSet, <a class="indexterm" href="AtkRelationSet.html#AtkRelationSet-struct">AtkRelationSet</a>
165
169
  </dt>
@@ -169,7 +173,7 @@
169
173
  </dt>
170
174
  <dt>AtkSelection, <a class="indexterm" href="AtkSelection.html#AtkSelection-struct">AtkSelection</a>
171
175
  </dt>
172
- <dt>AtkSelection::selection-changed, <a class="indexterm" href="AtkSelection.html#AtkSelection-selection-changed">The "selection-changed" signal</a>
176
+ <dt>AtkSelection::selection-changed, <a class="indexterm" href="AtkSelection.html#AtkSelection-selection-changed">The selection-changed signal</a>
173
177
  </dt>
174
178
  <dt>AtkSocket, <a class="indexterm" href="atk-AtkSocket.html#AtkSocket">struct AtkSocket</a>
175
179
  </dt>
@@ -183,33 +187,37 @@
183
187
  </dt>
184
188
  <dt>AtkTable, <a class="indexterm" href="AtkTable.html#AtkTable-struct">AtkTable</a>
185
189
  </dt>
186
- <dt>AtkTable::column-deleted, <a class="indexterm" href="AtkTable.html#AtkTable-column-deleted">The "column-deleted" signal</a>
190
+ <dt>AtkTable::column-deleted, <a class="indexterm" href="AtkTable.html#AtkTable-column-deleted">The column-deleted signal</a>
191
+ </dt>
192
+ <dt>AtkTable::column-inserted, <a class="indexterm" href="AtkTable.html#AtkTable-column-inserted">The “column-inserted” signal</a>
187
193
  </dt>
188
- <dt>AtkTable::column-inserted, <a class="indexterm" href="AtkTable.html#AtkTable-column-inserted">The "column-inserted" signal</a>
194
+ <dt>AtkTable::column-reordered, <a class="indexterm" href="AtkTable.html#AtkTable-column-reordered">The column-reordered” signal</a>
189
195
  </dt>
190
- <dt>AtkTable::column-reordered, <a class="indexterm" href="AtkTable.html#AtkTable-column-reordered">The "column-reordered" signal</a>
196
+ <dt>AtkTable::model-changed, <a class="indexterm" href="AtkTable.html#AtkTable-model-changed">The “model-changed” signal</a>
191
197
  </dt>
192
- <dt>AtkTable::model-changed, <a class="indexterm" href="AtkTable.html#AtkTable-model-changed">The "model-changed" signal</a>
198
+ <dt>AtkTable::row-deleted, <a class="indexterm" href="AtkTable.html#AtkTable-row-deleted">The “row-deleted” signal</a>
193
199
  </dt>
194
- <dt>AtkTable::row-deleted, <a class="indexterm" href="AtkTable.html#AtkTable-row-deleted">The "row-deleted" signal</a>
200
+ <dt>AtkTable::row-inserted, <a class="indexterm" href="AtkTable.html#AtkTable-row-inserted">The row-inserted” signal</a>
195
201
  </dt>
196
- <dt>AtkTable::row-inserted, <a class="indexterm" href="AtkTable.html#AtkTable-row-inserted">The "row-inserted" signal</a>
202
+ <dt>AtkTable::row-reordered, <a class="indexterm" href="AtkTable.html#AtkTable-row-reordered">The row-reordered” signal</a>
197
203
  </dt>
198
- <dt>AtkTable::row-reordered, <a class="indexterm" href="AtkTable.html#AtkTable-row-reordered">The "row-reordered" signal</a>
204
+ <dt>AtkTableCell, <a class="indexterm" href="AtkTableCell.html#AtkTableCell-struct">AtkTableCell</a>
205
+ </dt>
206
+ <dt>AtkTableCellIface, <a class="indexterm" href="AtkTableCell.html#AtkTableCellIface">struct AtkTableCellIface</a>
199
207
  </dt>
200
208
  <dt>AtkText, <a class="indexterm" href="AtkText.html#AtkText-struct">AtkText</a>
201
209
  </dt>
202
- <dt>AtkText::text-attributes-changed, <a class="indexterm" href="AtkText.html#AtkText-text-attributes-changed">The "text-attributes-changed" signal</a>
210
+ <dt>AtkText::text-attributes-changed, <a class="indexterm" href="AtkText.html#AtkText-text-attributes-changed">The text-attributes-changed signal</a>
203
211
  </dt>
204
- <dt>AtkText::text-caret-moved, <a class="indexterm" href="AtkText.html#AtkText-text-caret-moved">The "text-caret-moved" signal</a>
212
+ <dt>AtkText::text-caret-moved, <a class="indexterm" href="AtkText.html#AtkText-text-caret-moved">The text-caret-moved signal</a>
205
213
  </dt>
206
- <dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The "text-changed" signal</a>
214
+ <dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The text-changed signal</a>
207
215
  </dt>
208
- <dt>AtkText::text-insert, <a class="indexterm" href="AtkText.html#AtkText-text-insert">The "text-insert" signal</a>
216
+ <dt>AtkText::text-insert, <a class="indexterm" href="AtkText.html#AtkText-text-insert">The text-insert signal</a>
209
217
  </dt>
210
- <dt>AtkText::text-remove, <a class="indexterm" href="AtkText.html#AtkText-text-remove">The "text-remove" signal</a>
218
+ <dt>AtkText::text-remove, <a class="indexterm" href="AtkText.html#AtkText-text-remove">The text-remove signal</a>
211
219
  </dt>
212
- <dt>AtkText::text-selection-changed, <a class="indexterm" href="AtkText.html#AtkText-text-selection-changed">The "text-selection-changed" signal</a>
220
+ <dt>AtkText::text-selection-changed, <a class="indexterm" href="AtkText.html#AtkText-text-selection-changed">The text-selection-changed signal</a>
213
221
  </dt>
214
222
  <dt>AtkTextAttribute, <a class="indexterm" href="AtkText.html#AtkTextAttribute">enum AtkTextAttribute</a>
215
223
  </dt>
@@ -227,79 +235,85 @@
227
235
  </dt>
228
236
  <dt>AtkUtil, <a class="indexterm" href="AtkUtil.html#AtkUtil-struct">struct AtkUtil</a>
229
237
  </dt>
238
+ <dt>AtkUtilClass, <a class="indexterm" href="AtkUtil.html#AtkUtilClass">struct AtkUtilClass</a>
239
+ </dt>
230
240
  <dt>AtkValue, <a class="indexterm" href="AtkValue.html#AtkValue-struct">AtkValue</a>
231
241
  </dt>
242
+ <dt>AtkValue::value-changed, <a class="indexterm" href="AtkValue.html#AtkValue-value-changed">The “value-changed” signal</a>
243
+ </dt>
232
244
  <dt>AtkWindow, <a class="indexterm" href="AtkWindow.html#AtkWindow-struct">AtkWindow</a>
233
245
  </dt>
234
- <dt>AtkWindow::activate, <a class="indexterm" href="AtkWindow.html#AtkWindow-activate">The "activate" signal</a>
246
+ <dt>AtkWindow::activate, <a class="indexterm" href="AtkWindow.html#AtkWindow-activate">The activate signal</a>
247
+ </dt>
248
+ <dt>AtkWindow::create, <a class="indexterm" href="AtkWindow.html#AtkWindow-create">The “create” signal</a>
235
249
  </dt>
236
- <dt>AtkWindow::create, <a class="indexterm" href="AtkWindow.html#AtkWindow-create">The "create" signal</a>
250
+ <dt>AtkWindow::deactivate, <a class="indexterm" href="AtkWindow.html#AtkWindow-deactivate">The “deactivate” signal</a>
237
251
  </dt>
238
- <dt>AtkWindow::deactivate, <a class="indexterm" href="AtkWindow.html#AtkWindow-deactivate">The "deactivate" signal</a>
252
+ <dt>AtkWindow::destroy, <a class="indexterm" href="AtkWindow.html#AtkWindow-destroy">The “destroy” signal</a>
239
253
  </dt>
240
- <dt>AtkWindow::destroy, <a class="indexterm" href="AtkWindow.html#AtkWindow-destroy">The "destroy" signal</a>
254
+ <dt>AtkWindow::maximize, <a class="indexterm" href="AtkWindow.html#AtkWindow-maximize">The “maximize” signal</a>
241
255
  </dt>
242
- <dt>AtkWindow::maximize, <a class="indexterm" href="AtkWindow.html#AtkWindow-maximize">The "maximize" signal</a>
256
+ <dt>AtkWindow::minimize, <a class="indexterm" href="AtkWindow.html#AtkWindow-minimize">The “minimize” signal</a>
243
257
  </dt>
244
- <dt>AtkWindow::minimize, <a class="indexterm" href="AtkWindow.html#AtkWindow-minimize">The "minimize" signal</a>
258
+ <dt>AtkWindow::move, <a class="indexterm" href="AtkWindow.html#AtkWindow-move">The “move” signal</a>
245
259
  </dt>
246
- <dt>AtkWindow::move, <a class="indexterm" href="AtkWindow.html#AtkWindow-move">The "move" signal</a>
260
+ <dt>AtkWindow::resize, <a class="indexterm" href="AtkWindow.html#AtkWindow-resize">The “resize” signal</a>
247
261
  </dt>
248
- <dt>AtkWindow::resize, <a class="indexterm" href="AtkWindow.html#AtkWindow-resize">The "resize" signal</a>
262
+ <dt>AtkWindow::restore, <a class="indexterm" href="AtkWindow.html#AtkWindow-restore">The “restore” signal</a>
249
263
  </dt>
250
- <dt>AtkWindow::restore, <a class="indexterm" href="AtkWindow.html#AtkWindow-restore">The "restore" signal</a>
264
+ <dt>atk_action_do_action, <a class="indexterm" href="AtkAction.html#atk-action-do-action">atk_action_do_action ()</a>
251
265
  </dt>
252
- <dt>atk_action_do_action, <a class="indexterm" href="AtkAction.html#atk-action-do-action">atk_action_do_action ()</a>
266
+ <dt>atk_action_get_description, <a class="indexterm" href="AtkAction.html#atk-action-get-description">atk_action_get_description ()</a>
253
267
  </dt>
254
- <dt>atk_action_get_description, <a class="indexterm" href="AtkAction.html#atk-action-get-description">atk_action_get_description ()</a>
268
+ <dt>atk_action_get_keybinding, <a class="indexterm" href="AtkAction.html#atk-action-get-keybinding">atk_action_get_keybinding ()</a>
255
269
  </dt>
256
- <dt>atk_action_get_keybinding, <a class="indexterm" href="AtkAction.html#atk-action-get-keybinding">atk_action_get_keybinding ()</a>
270
+ <dt>atk_action_get_localized_name, <a class="indexterm" href="AtkAction.html#atk-action-get-localized-name">atk_action_get_localized_name ()</a>
257
271
  </dt>
258
- <dt>atk_action_get_localized_name, <a class="indexterm" href="AtkAction.html#atk-action-get-localized-name">atk_action_get_localized_name ()</a>
272
+ <dt>atk_action_get_name, <a class="indexterm" href="AtkAction.html#atk-action-get-name">atk_action_get_name ()</a>
259
273
  </dt>
260
- <dt>atk_action_get_name, <a class="indexterm" href="AtkAction.html#atk-action-get-name">atk_action_get_name ()</a>
274
+ <dt>atk_action_get_n_actions, <a class="indexterm" href="AtkAction.html#atk-action-get-n-actions">atk_action_get_n_actions ()</a>
261
275
  </dt>
262
- <dt>atk_action_get_n_actions, <a class="indexterm" href="AtkAction.html#atk-action-get-n-actions">atk_action_get_n_actions ()</a>
276
+ <dt>atk_action_set_description, <a class="indexterm" href="AtkAction.html#atk-action-set-description">atk_action_set_description ()</a>
263
277
  </dt>
264
- <dt>atk_action_set_description, <a class="indexterm" href="AtkAction.html#atk-action-set-description">atk_action_set_description ()</a>
278
+ <dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
265
279
  </dt>
266
- <dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
280
+ <dt>atk_add_global_event_listener, <a class="indexterm" href="AtkUtil.html#atk-add-global-event-listener">atk_add_global_event_listener ()</a>
267
281
  </dt>
268
- <dt>atk_add_global_event_listener, <a class="indexterm" href="AtkUtil.html#atk-add-global-event-listener">atk_add_global_event_listener ()</a>
282
+ <dt>atk_add_key_event_listener, <a class="indexterm" href="AtkUtil.html#atk-add-key-event-listener">atk_add_key_event_listener ()</a>
269
283
  </dt>
270
- <dt>atk_add_key_event_listener, <a class="indexterm" href="AtkUtil.html#atk-add-key-event-listener">atk_add_key_event_listener ()</a>
284
+ <dt>atk_attribute_set_free, <a class="indexterm" href="AtkText.html#atk-attribute-set-free">atk_attribute_set_free ()</a>
271
285
  </dt>
272
- <dt>atk_attribute_set_free, <a class="indexterm" href="AtkText.html#atk-attribute-set-free">atk_attribute_set_free ()</a>
286
+ <dt>ATK_BINARY_AGE, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-BINARY-AGE:CAPS">ATK_BINARY_AGE</a>
273
287
  </dt>
274
288
  <dt>ATK_CHECK_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-CHECK-VERSION:CAPS">ATK_CHECK_VERSION()</a>
275
289
  </dt>
276
- <dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
290
+ <dt>atk_component_add_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-add-focus-handler">atk_component_add_focus_handler ()</a>
277
291
  </dt>
278
- <dt>atk_component_contains, <a class="indexterm" href="AtkComponent.html#atk-component-contains">atk_component_contains ()</a>
292
+ <dt>atk_component_contains, <a class="indexterm" href="AtkComponent.html#atk-component-contains">atk_component_contains ()</a>
279
293
  </dt>
280
- <dt>atk_component_get_alpha, <a class="indexterm" href="AtkComponent.html#atk-component-get-alpha">atk_component_get_alpha ()</a>
294
+ <dt>atk_component_get_alpha, <a class="indexterm" href="AtkComponent.html#atk-component-get-alpha">atk_component_get_alpha ()</a>
281
295
  </dt>
282
- <dt>atk_component_get_extents, <a class="indexterm" href="AtkComponent.html#atk-component-get-extents">atk_component_get_extents ()</a>
296
+ <dt>atk_component_get_extents, <a class="indexterm" href="AtkComponent.html#atk-component-get-extents">atk_component_get_extents ()</a>
283
297
  </dt>
284
- <dt>atk_component_get_layer, <a class="indexterm" href="AtkComponent.html#atk-component-get-layer">atk_component_get_layer ()</a>
298
+ <dt>atk_component_get_layer, <a class="indexterm" href="AtkComponent.html#atk-component-get-layer">atk_component_get_layer ()</a>
285
299
  </dt>
286
- <dt>atk_component_get_mdi_zorder, <a class="indexterm" href="AtkComponent.html#atk-component-get-mdi-zorder">atk_component_get_mdi_zorder ()</a>
300
+ <dt>atk_component_get_mdi_zorder, <a class="indexterm" href="AtkComponent.html#atk-component-get-mdi-zorder">atk_component_get_mdi_zorder ()</a>
287
301
  </dt>
288
- <dt>atk_component_get_position, <a class="indexterm" href="AtkComponent.html#atk-component-get-position">atk_component_get_position ()</a>
302
+ <dt>atk_component_get_position, <a class="indexterm" href="AtkComponent.html#atk-component-get-position">atk_component_get_position ()</a>
289
303
  </dt>
290
- <dt>atk_component_get_size, <a class="indexterm" href="AtkComponent.html#atk-component-get-size">atk_component_get_size ()</a>
304
+ <dt>atk_component_get_size, <a class="indexterm" href="AtkComponent.html#atk-component-get-size">atk_component_get_size ()</a>
291
305
  </dt>
292
- <dt>atk_component_grab_focus, <a class="indexterm" href="AtkComponent.html#atk-component-grab-focus">atk_component_grab_focus ()</a>
306
+ <dt>atk_component_grab_focus, <a class="indexterm" href="AtkComponent.html#atk-component-grab-focus">atk_component_grab_focus ()</a>
293
307
  </dt>
294
- <dt>atk_component_ref_accessible_at_point, <a class="indexterm" href="AtkComponent.html#atk-component-ref-accessible-at-point">atk_component_ref_accessible_at_point ()</a>
308
+ <dt>atk_component_ref_accessible_at_point, <a class="indexterm" href="AtkComponent.html#atk-component-ref-accessible-at-point">atk_component_ref_accessible_at_point ()</a>
295
309
  </dt>
296
- <dt>atk_component_remove_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-remove-focus-handler">atk_component_remove_focus_handler ()</a>
310
+ <dt>atk_component_remove_focus_handler, <a class="indexterm" href="AtkComponent.html#atk-component-remove-focus-handler">atk_component_remove_focus_handler ()</a>
297
311
  </dt>
298
- <dt>atk_component_set_extents, <a class="indexterm" href="AtkComponent.html#atk-component-set-extents">atk_component_set_extents ()</a>
312
+ <dt>atk_component_set_extents, <a class="indexterm" href="AtkComponent.html#atk-component-set-extents">atk_component_set_extents ()</a>
299
313
  </dt>
300
- <dt>atk_component_set_position, <a class="indexterm" href="AtkComponent.html#atk-component-set-position">atk_component_set_position ()</a>
314
+ <dt>atk_component_set_position, <a class="indexterm" href="AtkComponent.html#atk-component-set-position">atk_component_set_position ()</a>
301
315
  </dt>
302
- <dt>atk_component_set_size, <a class="indexterm" href="AtkComponent.html#atk-component-set-size">atk_component_set_size ()</a>
316
+ <dt>atk_component_set_size, <a class="indexterm" href="AtkComponent.html#atk-component-set-size">atk_component_set_size ()</a>
303
317
  </dt>
304
318
  <dt>ATK_DEFINE_ABSTRACT_TYPE, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-ABSTRACT-TYPE:CAPS">ATK_DEFINE_ABSTRACT_TYPE()</a>
305
319
  </dt>
@@ -311,97 +325,103 @@
311
325
  </dt>
312
326
  <dt>ATK_DEFINE_TYPE_WITH_CODE, <a class="indexterm" href="AtkUtil.html#ATK-DEFINE-TYPE-WITH-CODE:CAPS">ATK_DEFINE_TYPE_WITH_CODE()</a>
313
327
  </dt>
314
- <dt>atk_document_get_attributes, <a class="indexterm" href="AtkDocument.html#atk-document-get-attributes">atk_document_get_attributes ()</a>
328
+ <dt>atk_document_get_attributes, <a class="indexterm" href="AtkDocument.html#atk-document-get-attributes">atk_document_get_attributes ()</a>
329
+ </dt>
330
+ <dt>atk_document_get_attribute_value, <a class="indexterm" href="AtkDocument.html#atk-document-get-attribute-value">atk_document_get_attribute_value ()</a>
331
+ </dt>
332
+ <dt>atk_document_get_current_page_number, <a class="indexterm" href="AtkDocument.html#atk-document-get-current-page-number">atk_document_get_current_page_number ()</a>
315
333
  </dt>
316
- <dt>atk_document_get_attribute_value, <a class="indexterm" href="AtkDocument.html#atk-document-get-attribute-value">atk_document_get_attribute_value ()</a>
334
+ <dt>atk_document_get_document, <a class="indexterm" href="AtkDocument.html#atk-document-get-document">atk_document_get_document ()</a>
317
335
  </dt>
318
- <dt>atk_document_get_document, <a class="indexterm" href="AtkDocument.html#atk-document-get-document">atk_document_get_document ()</a>
336
+ <dt>atk_document_get_document_type, <a class="indexterm" href="AtkDocument.html#atk-document-get-document-type">atk_document_get_document_type ()</a>
319
337
  </dt>
320
- <dt>atk_document_get_document_type, <a class="indexterm" href="AtkDocument.html#atk-document-get-document-type">atk_document_get_document_type ()</a>
338
+ <dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
321
339
  </dt>
322
- <dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
340
+ <dt>atk_document_get_page_count, <a class="indexterm" href="AtkDocument.html#atk-document-get-page-count">atk_document_get_page_count ()</a>
323
341
  </dt>
324
- <dt>atk_document_set_attribute_value, <a class="indexterm" href="AtkDocument.html#atk-document-set-attribute-value">atk_document_set_attribute_value ()</a>
342
+ <dt>atk_document_set_attribute_value, <a class="indexterm" href="AtkDocument.html#atk-document-set-attribute-value">atk_document_set_attribute_value ()</a>
325
343
  </dt>
326
- <dt>atk_editable_text_copy_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-copy-text">atk_editable_text_copy_text ()</a>
344
+ <dt>atk_editable_text_copy_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-copy-text">atk_editable_text_copy_text ()</a>
327
345
  </dt>
328
- <dt>atk_editable_text_cut_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-cut-text">atk_editable_text_cut_text ()</a>
346
+ <dt>atk_editable_text_cut_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-cut-text">atk_editable_text_cut_text ()</a>
329
347
  </dt>
330
- <dt>atk_editable_text_delete_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-delete-text">atk_editable_text_delete_text ()</a>
348
+ <dt>atk_editable_text_delete_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-delete-text">atk_editable_text_delete_text ()</a>
331
349
  </dt>
332
- <dt>atk_editable_text_insert_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-insert-text">atk_editable_text_insert_text ()</a>
350
+ <dt>atk_editable_text_insert_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-insert-text">atk_editable_text_insert_text ()</a>
333
351
  </dt>
334
- <dt>atk_editable_text_paste_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-paste-text">atk_editable_text_paste_text ()</a>
352
+ <dt>atk_editable_text_paste_text, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-paste-text">atk_editable_text_paste_text ()</a>
335
353
  </dt>
336
- <dt>atk_editable_text_set_run_attributes, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-set-run-attributes">atk_editable_text_set_run_attributes ()</a>
354
+ <dt>atk_editable_text_set_run_attributes, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-set-run-attributes">atk_editable_text_set_run_attributes ()</a>
337
355
  </dt>
338
- <dt>atk_editable_text_set_text_contents, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-set-text-contents">atk_editable_text_set_text_contents ()</a>
356
+ <dt>atk_editable_text_set_text_contents, <a class="indexterm" href="AtkEditableText.html#atk-editable-text-set-text-contents">atk_editable_text_set_text_contents ()</a>
339
357
  </dt>
340
- <dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
358
+ <dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
341
359
  </dt>
342
- <dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
360
+ <dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
343
361
  </dt>
344
- <dt>atk_get_binary_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-binary-age">atk_get_binary_age ()</a>
362
+ <dt>atk_get_binary_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-binary-age">atk_get_binary_age ()</a>
345
363
  </dt>
346
- <dt>atk_get_default_registry, <a class="indexterm" href="AtkRegistry.html#atk-get-default-registry">atk_get_default_registry ()</a>
364
+ <dt>atk_get_default_registry, <a class="indexterm" href="AtkRegistry.html#atk-get-default-registry">atk_get_default_registry ()</a>
347
365
  </dt>
348
- <dt>atk_get_focus_object, <a class="indexterm" href="AtkUtil.html#atk-get-focus-object">atk_get_focus_object ()</a>
366
+ <dt>atk_get_focus_object, <a class="indexterm" href="AtkUtil.html#atk-get-focus-object">atk_get_focus_object ()</a>
349
367
  </dt>
350
- <dt>atk_get_interface_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-interface-age">atk_get_interface_age ()</a>
368
+ <dt>atk_get_interface_age, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-interface-age">atk_get_interface_age ()</a>
351
369
  </dt>
352
- <dt>atk_get_major_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-major-version">atk_get_major_version ()</a>
370
+ <dt>atk_get_major_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-major-version">atk_get_major_version ()</a>
353
371
  </dt>
354
- <dt>atk_get_micro_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-micro-version">atk_get_micro_version ()</a>
372
+ <dt>atk_get_micro_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-micro-version">atk_get_micro_version ()</a>
355
373
  </dt>
356
- <dt>atk_get_minor_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-minor-version">atk_get_minor_version ()</a>
374
+ <dt>atk_get_minor_version, <a class="indexterm" href="atk-Versioning-Utilities.html#atk-get-minor-version">atk_get_minor_version ()</a>
357
375
  </dt>
358
- <dt>atk_get_root, <a class="indexterm" href="AtkUtil.html#atk-get-root">atk_get_root ()</a>
376
+ <dt>atk_get_root, <a class="indexterm" href="AtkUtil.html#atk-get-root">atk_get_root ()</a>
359
377
  </dt>
360
- <dt>atk_get_toolkit_name, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-name">atk_get_toolkit_name ()</a>
378
+ <dt>atk_get_toolkit_name, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-name">atk_get_toolkit_name ()</a>
361
379
  </dt>
362
- <dt>atk_get_toolkit_version, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-version">atk_get_toolkit_version ()</a>
380
+ <dt>atk_get_toolkit_version, <a class="indexterm" href="AtkUtil.html#atk-get-toolkit-version">atk_get_toolkit_version ()</a>
363
381
  </dt>
364
- <dt>atk_get_version, <a class="indexterm" href="AtkUtil.html#atk-get-version">atk_get_version ()</a>
382
+ <dt>atk_get_version, <a class="indexterm" href="AtkUtil.html#atk-get-version">atk_get_version ()</a>
365
383
  </dt>
366
- <dt>atk_gobject_accessible_for_object, <a class="indexterm" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object">atk_gobject_accessible_for_object ()</a>
384
+ <dt>atk_gobject_accessible_for_object, <a class="indexterm" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object">atk_gobject_accessible_for_object ()</a>
367
385
  </dt>
368
- <dt>atk_gobject_accessible_get_object, <a class="indexterm" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object">atk_gobject_accessible_get_object ()</a>
386
+ <dt>atk_gobject_accessible_get_object, <a class="indexterm" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object">atk_gobject_accessible_get_object ()</a>
369
387
  </dt>
370
- <dt>atk_hyperlink_get_end_index, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-end-index">atk_hyperlink_get_end_index ()</a>
388
+ <dt>atk_hyperlink_get_end_index, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-end-index">atk_hyperlink_get_end_index ()</a>
371
389
  </dt>
372
- <dt>atk_hyperlink_get_n_anchors, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-n-anchors">atk_hyperlink_get_n_anchors ()</a>
390
+ <dt>atk_hyperlink_get_n_anchors, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-n-anchors">atk_hyperlink_get_n_anchors ()</a>
373
391
  </dt>
374
- <dt>atk_hyperlink_get_object, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-object">atk_hyperlink_get_object ()</a>
392
+ <dt>atk_hyperlink_get_object, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-object">atk_hyperlink_get_object ()</a>
375
393
  </dt>
376
- <dt>atk_hyperlink_get_start_index, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-start-index">atk_hyperlink_get_start_index ()</a>
394
+ <dt>atk_hyperlink_get_start_index, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-start-index">atk_hyperlink_get_start_index ()</a>
377
395
  </dt>
378
- <dt>atk_hyperlink_get_uri, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-uri">atk_hyperlink_get_uri ()</a>
396
+ <dt>atk_hyperlink_get_uri, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-get-uri">atk_hyperlink_get_uri ()</a>
379
397
  </dt>
380
- <dt>atk_hyperlink_impl_get_hyperlink, <a class="indexterm" href="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink">atk_hyperlink_impl_get_hyperlink ()</a>
398
+ <dt>atk_hyperlink_impl_get_hyperlink, <a class="indexterm" href="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink">atk_hyperlink_impl_get_hyperlink ()</a>
381
399
  </dt>
382
- <dt>atk_hyperlink_is_inline, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-inline">atk_hyperlink_is_inline ()</a>
400
+ <dt>atk_hyperlink_is_inline, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-inline">atk_hyperlink_is_inline ()</a>
383
401
  </dt>
384
- <dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
402
+ <dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
385
403
  </dt>
386
- <dt>atk_hyperlink_is_valid, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-valid">atk_hyperlink_is_valid ()</a>
404
+ <dt>atk_hyperlink_is_valid, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-valid">atk_hyperlink_is_valid ()</a>
387
405
  </dt>
388
- <dt>atk_hypertext_get_link, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-link">atk_hypertext_get_link ()</a>
406
+ <dt>atk_hypertext_get_link, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-link">atk_hypertext_get_link ()</a>
389
407
  </dt>
390
- <dt>atk_hypertext_get_link_index, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-link-index">atk_hypertext_get_link_index ()</a>
408
+ <dt>atk_hypertext_get_link_index, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-link-index">atk_hypertext_get_link_index ()</a>
391
409
  </dt>
392
- <dt>atk_hypertext_get_n_links, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-n-links">atk_hypertext_get_n_links ()</a>
410
+ <dt>atk_hypertext_get_n_links, <a class="indexterm" href="AtkHypertext.html#atk-hypertext-get-n-links">atk_hypertext_get_n_links ()</a>
393
411
  </dt>
394
- <dt>atk_image_get_image_description, <a class="indexterm" href="AtkImage.html#atk-image-get-image-description">atk_image_get_image_description ()</a>
412
+ <dt>atk_image_get_image_description, <a class="indexterm" href="AtkImage.html#atk-image-get-image-description">atk_image_get_image_description ()</a>
395
413
  </dt>
396
- <dt>atk_image_get_image_locale, <a class="indexterm" href="AtkImage.html#atk-image-get-image-locale">atk_image_get_image_locale ()</a>
414
+ <dt>atk_image_get_image_locale, <a class="indexterm" href="AtkImage.html#atk-image-get-image-locale">atk_image_get_image_locale ()</a>
397
415
  </dt>
398
- <dt>atk_image_get_image_position, <a class="indexterm" href="AtkImage.html#atk-image-get-image-position">atk_image_get_image_position ()</a>
416
+ <dt>atk_image_get_image_position, <a class="indexterm" href="AtkImage.html#atk-image-get-image-position">atk_image_get_image_position ()</a>
399
417
  </dt>
400
- <dt>atk_image_get_image_size, <a class="indexterm" href="AtkImage.html#atk-image-get-image-size">atk_image_get_image_size ()</a>
418
+ <dt>atk_image_get_image_size, <a class="indexterm" href="AtkImage.html#atk-image-get-image-size">atk_image_get_image_size ()</a>
401
419
  </dt>
402
- <dt>atk_image_set_image_description, <a class="indexterm" href="AtkImage.html#atk-image-set-image-description">atk_image_set_image_description ()</a>
420
+ <dt>atk_image_set_image_description, <a class="indexterm" href="AtkImage.html#atk-image-set-image-description">atk_image_set_image_description ()</a>
403
421
  </dt>
404
- <dt>atk_implementor_ref_accessible, <a class="indexterm" href="AtkObject.html#atk-implementor-ref-accessible">atk_implementor_ref_accessible ()</a>
422
+ <dt>atk_implementor_ref_accessible, <a class="indexterm" href="AtkObject.html#atk-implementor-ref-accessible">atk_implementor_ref_accessible ()</a>
423
+ </dt>
424
+ <dt>ATK_INTERFACE_AGE, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-INTERFACE-AGE:CAPS">ATK_INTERFACE_AGE</a>
405
425
  </dt>
406
426
  <dt>ATK_MAJOR_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MAJOR-VERSION:CAPS">ATK_MAJOR_VERSION</a>
407
427
  </dt>
@@ -409,297 +429,347 @@
409
429
  </dt>
410
430
  <dt>ATK_MINOR_VERSION, <a class="indexterm" href="atk-Versioning-Utilities.html#ATK-MINOR-VERSION:CAPS">ATK_MINOR_VERSION</a>
411
431
  </dt>
412
- <dt>atk_no_op_object_factory_new, <a class="indexterm" href="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new">atk_no_op_object_factory_new ()</a>
432
+ <dt>atk_misc_get_instance, <a class="indexterm" href="AtkMisc.html#atk-misc-get-instance">atk_misc_get_instance ()</a>, <a class="indexterm" href="AtkMisc.html#atk-misc-get-instance">atk_misc_get_instance ()</a>
433
+ </dt>
434
+ <dt>atk_misc_threads_enter, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-enter">atk_misc_threads_enter ()</a>, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-enter">atk_misc_threads_enter ()</a>
435
+ </dt>
436
+ <dt>atk_misc_threads_leave, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-leave">atk_misc_threads_leave ()</a>, <a class="indexterm" href="AtkMisc.html#atk-misc-threads-leave">atk_misc_threads_leave ()</a>
437
+ </dt>
438
+ <dt>atk_no_op_object_factory_new, <a class="indexterm" href="AtkNoOpObjectFactory.html#atk-no-op-object-factory-new">atk_no_op_object_factory_new ()</a>
439
+ </dt>
440
+ <dt>atk_no_op_object_new, <a class="indexterm" href="AtkNoOpObject.html#atk-no-op-object-new">atk_no_op_object_new ()</a>
441
+ </dt>
442
+ <dt>atk_object_add_relationship, <a class="indexterm" href="AtkObject.html#atk-object-add-relationship">atk_object_add_relationship ()</a>
443
+ </dt>
444
+ <dt>atk_object_connect_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-connect-property-change-handler">atk_object_connect_property_change_handler ()</a>
445
+ </dt>
446
+ <dt>atk_object_factory_create_accessible, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-create-accessible">atk_object_factory_create_accessible ()</a>
447
+ </dt>
448
+ <dt>atk_object_factory_get_accessible_type, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-get-accessible-type">atk_object_factory_get_accessible_type ()</a>
449
+ </dt>
450
+ <dt>atk_object_factory_invalidate, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-invalidate">atk_object_factory_invalidate ()</a>
451
+ </dt>
452
+ <dt>atk_object_get_attributes, <a class="indexterm" href="AtkObject.html#atk-object-get-attributes">atk_object_get_attributes ()</a>
453
+ </dt>
454
+ <dt>atk_object_get_description, <a class="indexterm" href="AtkObject.html#atk-object-get-description">atk_object_get_description ()</a>
455
+ </dt>
456
+ <dt>atk_object_get_index_in_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-index-in-parent">atk_object_get_index_in_parent ()</a>
457
+ </dt>
458
+ <dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
459
+ </dt>
460
+ <dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
461
+ </dt>
462
+ <dt>atk_object_get_name, <a class="indexterm" href="AtkObject.html#atk-object-get-name">atk_object_get_name ()</a>
463
+ </dt>
464
+ <dt>atk_object_get_n_accessible_children, <a class="indexterm" href="AtkObject.html#atk-object-get-n-accessible-children">atk_object_get_n_accessible_children ()</a>
465
+ </dt>
466
+ <dt>atk_object_get_object_locale, <a class="indexterm" href="AtkObject.html#atk-object-get-object-locale">atk_object_get_object_locale ()</a>
467
+ </dt>
468
+ <dt>atk_object_get_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-parent">atk_object_get_parent ()</a>
469
+ </dt>
470
+ <dt>atk_object_get_role, <a class="indexterm" href="AtkObject.html#atk-object-get-role">atk_object_get_role ()</a>
471
+ </dt>
472
+ <dt>atk_object_initialize, <a class="indexterm" href="AtkObject.html#atk-object-initialize">atk_object_initialize ()</a>
473
+ </dt>
474
+ <dt>atk_object_notify_state_change, <a class="indexterm" href="AtkObject.html#atk-object-notify-state-change">atk_object_notify_state_change ()</a>
475
+ </dt>
476
+ <dt>atk_object_peek_parent, <a class="indexterm" href="AtkObject.html#atk-object-peek-parent">atk_object_peek_parent ()</a>
477
+ </dt>
478
+ <dt>atk_object_ref_accessible_child, <a class="indexterm" href="AtkObject.html#atk-object-ref-accessible-child">atk_object_ref_accessible_child ()</a>
479
+ </dt>
480
+ <dt>atk_object_ref_relation_set, <a class="indexterm" href="AtkObject.html#atk-object-ref-relation-set">atk_object_ref_relation_set ()</a>
481
+ </dt>
482
+ <dt>atk_object_ref_state_set, <a class="indexterm" href="AtkObject.html#atk-object-ref-state-set">atk_object_ref_state_set ()</a>
413
483
  </dt>
414
- <dt>atk_no_op_object_new, <a class="indexterm" href="AtkNoOpObject.html#atk-no-op-object-new">atk_no_op_object_new ()</a>
484
+ <dt>atk_object_remove_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-remove-property-change-handler">atk_object_remove_property_change_handler ()</a>
415
485
  </dt>
416
- <dt>atk_object_add_relationship, <a class="indexterm" href="AtkObject.html#atk-object-add-relationship">atk_object_add_relationship ()</a>
486
+ <dt>atk_object_remove_relationship, <a class="indexterm" href="AtkObject.html#atk-object-remove-relationship">atk_object_remove_relationship ()</a>
417
487
  </dt>
418
- <dt>atk_object_connect_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-connect-property-change-handler">atk_object_connect_property_change_handler ()</a>
488
+ <dt>atk_object_set_description, <a class="indexterm" href="AtkObject.html#atk-object-set-description">atk_object_set_description ()</a>
419
489
  </dt>
420
- <dt>atk_object_factory_create_accessible, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-create-accessible">atk_object_factory_create_accessible ()</a>
490
+ <dt>atk_object_set_name, <a class="indexterm" href="AtkObject.html#atk-object-set-name">atk_object_set_name ()</a>
421
491
  </dt>
422
- <dt>atk_object_factory_get_accessible_type, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-get-accessible-type">atk_object_factory_get_accessible_type ()</a>
492
+ <dt>atk_object_set_parent, <a class="indexterm" href="AtkObject.html#atk-object-set-parent">atk_object_set_parent ()</a>
423
493
  </dt>
424
- <dt>atk_object_factory_invalidate, <a class="indexterm" href="AtkObjectFactory.html#atk-object-factory-invalidate">atk_object_factory_invalidate ()</a>
494
+ <dt>atk_object_set_role, <a class="indexterm" href="AtkObject.html#atk-object-set-role">atk_object_set_role ()</a>
425
495
  </dt>
426
- <dt>atk_object_get_attributes, <a class="indexterm" href="AtkObject.html#atk-object-get-attributes">atk_object_get_attributes ()</a>
496
+ <dt>atk_plug_get_id, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-get-id">atk_plug_get_id ()</a>
427
497
  </dt>
428
- <dt>atk_object_get_description, <a class="indexterm" href="AtkObject.html#atk-object-get-description">atk_object_get_description ()</a>
498
+ <dt>atk_plug_new, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-new">atk_plug_new ()</a>
429
499
  </dt>
430
- <dt>atk_object_get_index_in_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-index-in-parent">atk_object_get_index_in_parent ()</a>
500
+ <dt>atk_range_copy, <a class="indexterm" href="atk-AtkRange.html#atk-range-copy">atk_range_copy ()</a>
431
501
  </dt>
432
- <dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
502
+ <dt>atk_range_free, <a class="indexterm" href="atk-AtkRange.html#atk-range-free">atk_range_free ()</a>
433
503
  </dt>
434
- <dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
504
+ <dt>atk_range_get_description, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-description">atk_range_get_description ()</a>
435
505
  </dt>
436
- <dt>atk_object_get_name, <a class="indexterm" href="AtkObject.html#atk-object-get-name">atk_object_get_name ()</a>
506
+ <dt>atk_range_get_lower_limit, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-lower-limit">atk_range_get_lower_limit ()</a>
437
507
  </dt>
438
- <dt>atk_object_get_n_accessible_children, <a class="indexterm" href="AtkObject.html#atk-object-get-n-accessible-children">atk_object_get_n_accessible_children ()</a>
508
+ <dt>atk_range_get_type, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-type">atk_range_get_type ()</a>
439
509
  </dt>
440
- <dt>atk_object_get_object_locale, <a class="indexterm" href="AtkObject.html#atk-object-get-object-locale">atk_object_get_object_locale ()</a>
510
+ <dt>atk_range_get_upper_limit, <a class="indexterm" href="atk-AtkRange.html#atk-range-get-upper-limit">atk_range_get_upper_limit ()</a>
441
511
  </dt>
442
- <dt>atk_object_get_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-parent">atk_object_get_parent ()</a>
512
+ <dt>atk_range_new, <a class="indexterm" href="atk-AtkRange.html#atk-range-new">atk_range_new ()</a>
443
513
  </dt>
444
- <dt>atk_object_get_role, <a class="indexterm" href="AtkObject.html#atk-object-get-role">atk_object_get_role ()</a>
514
+ <dt>atk_registry_get_factory, <a class="indexterm" href="AtkRegistry.html#atk-registry-get-factory">atk_registry_get_factory ()</a>
445
515
  </dt>
446
- <dt>atk_object_initialize, <a class="indexterm" href="AtkObject.html#atk-object-initialize">atk_object_initialize ()</a>
516
+ <dt>atk_registry_get_factory_type, <a class="indexterm" href="AtkRegistry.html#atk-registry-get-factory-type">atk_registry_get_factory_type ()</a>
447
517
  </dt>
448
- <dt>atk_object_notify_state_change, <a class="indexterm" href="AtkObject.html#atk-object-notify-state-change">atk_object_notify_state_change ()</a>
518
+ <dt>atk_registry_set_factory_type, <a class="indexterm" href="AtkRegistry.html#atk-registry-set-factory-type">atk_registry_set_factory_type ()</a>
449
519
  </dt>
450
- <dt>atk_object_ref_accessible_child, <a class="indexterm" href="AtkObject.html#atk-object-ref-accessible-child">atk_object_ref_accessible_child ()</a>
520
+ <dt>atk_relation_add_target, <a class="indexterm" href="AtkRelation.html#atk-relation-add-target">atk_relation_add_target ()</a>
451
521
  </dt>
452
- <dt>atk_object_ref_relation_set, <a class="indexterm" href="AtkObject.html#atk-object-ref-relation-set">atk_object_ref_relation_set ()</a>
522
+ <dt>atk_relation_get_relation_type, <a class="indexterm" href="AtkRelation.html#atk-relation-get-relation-type">atk_relation_get_relation_type ()</a>
453
523
  </dt>
454
- <dt>atk_object_ref_state_set, <a class="indexterm" href="AtkObject.html#atk-object-ref-state-set">atk_object_ref_state_set ()</a>
524
+ <dt>atk_relation_get_target, <a class="indexterm" href="AtkRelation.html#atk-relation-get-target">atk_relation_get_target ()</a>
455
525
  </dt>
456
- <dt>atk_object_remove_property_change_handler, <a class="indexterm" href="AtkObject.html#atk-object-remove-property-change-handler">atk_object_remove_property_change_handler ()</a>
526
+ <dt>atk_relation_new, <a class="indexterm" href="AtkRelation.html#atk-relation-new">atk_relation_new ()</a>
457
527
  </dt>
458
- <dt>atk_object_remove_relationship, <a class="indexterm" href="AtkObject.html#atk-object-remove-relationship">atk_object_remove_relationship ()</a>
528
+ <dt>atk_relation_remove_target, <a class="indexterm" href="AtkRelation.html#atk-relation-remove-target">atk_relation_remove_target ()</a>
459
529
  </dt>
460
- <dt>atk_object_set_description, <a class="indexterm" href="AtkObject.html#atk-object-set-description">atk_object_set_description ()</a>
530
+ <dt>atk_relation_set_add, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add">atk_relation_set_add ()</a>
461
531
  </dt>
462
- <dt>atk_object_set_name, <a class="indexterm" href="AtkObject.html#atk-object-set-name">atk_object_set_name ()</a>
532
+ <dt>atk_relation_set_add_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type">atk_relation_set_add_relation_by_type ()</a>
463
533
  </dt>
464
- <dt>atk_object_set_parent, <a class="indexterm" href="AtkObject.html#atk-object-set-parent">atk_object_set_parent ()</a>
534
+ <dt>atk_relation_set_contains, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-contains">atk_relation_set_contains ()</a>
465
535
  </dt>
466
- <dt>atk_object_set_role, <a class="indexterm" href="AtkObject.html#atk-object-set-role">atk_object_set_role ()</a>
536
+ <dt>atk_relation_set_contains_target, <a class="indexterm" href="AtkRelation.html#atk-relation-set-contains-target">atk_relation_set_contains_target ()</a>
467
537
  </dt>
468
- <dt>atk_plug_get_id, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-get-id">atk_plug_get_id ()</a>
538
+ <dt>atk_relation_set_get_n_relations, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-n-relations">atk_relation_set_get_n_relations ()</a>
469
539
  </dt>
470
- <dt>atk_plug_new, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-new">atk_plug_new ()</a>
540
+ <dt>atk_relation_set_get_relation, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-relation">atk_relation_set_get_relation ()</a>
471
541
  </dt>
472
- <dt>atk_registry_get_factory, <a class="indexterm" href="AtkRegistry.html#atk-registry-get-factory">atk_registry_get_factory ()</a>
542
+ <dt>atk_relation_set_get_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-relation-by-type">atk_relation_set_get_relation_by_type ()</a>
473
543
  </dt>
474
- <dt>atk_registry_get_factory_type, <a class="indexterm" href="AtkRegistry.html#atk-registry-get-factory-type">atk_registry_get_factory_type ()</a>
544
+ <dt>atk_relation_set_new, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-new">atk_relation_set_new ()</a>
475
545
  </dt>
476
- <dt>atk_registry_set_factory_type, <a class="indexterm" href="AtkRegistry.html#atk-registry-set-factory-type">atk_registry_set_factory_type ()</a>
546
+ <dt>atk_relation_set_remove, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-remove">atk_relation_set_remove ()</a>
477
547
  </dt>
478
- <dt>atk_relation_add_target, <a class="indexterm" href="AtkRelation.html#atk-relation-add-target">atk_relation_add_target ()</a>
548
+ <dt>atk_relation_type_for_name, <a class="indexterm" href="AtkRelation.html#atk-relation-type-for-name">atk_relation_type_for_name ()</a>
479
549
  </dt>
480
- <dt>atk_relation_get_relation_type, <a class="indexterm" href="AtkRelation.html#atk-relation-get-relation-type">atk_relation_get_relation_type ()</a>
550
+ <dt>atk_relation_type_get_name, <a class="indexterm" href="AtkRelation.html#atk-relation-type-get-name">atk_relation_type_get_name ()</a>
481
551
  </dt>
482
- <dt>atk_relation_get_target, <a class="indexterm" href="AtkRelation.html#atk-relation-get-target">atk_relation_get_target ()</a>
552
+ <dt>atk_relation_type_register, <a class="indexterm" href="AtkRelation.html#atk-relation-type-register">atk_relation_type_register ()</a>
483
553
  </dt>
484
- <dt>atk_relation_new, <a class="indexterm" href="AtkRelation.html#atk-relation-new">atk_relation_new ()</a>
554
+ <dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
485
555
  </dt>
486
- <dt>atk_relation_remove_target, <a class="indexterm" href="AtkRelation.html#atk-relation-remove-target">atk_relation_remove_target ()</a>
556
+ <dt>atk_remove_global_event_listener, <a class="indexterm" href="AtkUtil.html#atk-remove-global-event-listener">atk_remove_global_event_listener ()</a>
487
557
  </dt>
488
- <dt>atk_relation_set_add, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add">atk_relation_set_add ()</a>
558
+ <dt>atk_remove_key_event_listener, <a class="indexterm" href="AtkUtil.html#atk-remove-key-event-listener">atk_remove_key_event_listener ()</a>
489
559
  </dt>
490
- <dt>atk_relation_set_add_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-add-relation-by-type">atk_relation_set_add_relation_by_type ()</a>
560
+ <dt>atk_role_for_name, <a class="indexterm" href="AtkObject.html#atk-role-for-name">atk_role_for_name ()</a>
491
561
  </dt>
492
- <dt>atk_relation_set_contains, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-contains">atk_relation_set_contains ()</a>
562
+ <dt>atk_role_get_localized_name, <a class="indexterm" href="AtkObject.html#atk-role-get-localized-name">atk_role_get_localized_name ()</a>
493
563
  </dt>
494
- <dt>atk_relation_set_get_n_relations, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-n-relations">atk_relation_set_get_n_relations ()</a>
564
+ <dt>atk_role_get_name, <a class="indexterm" href="AtkObject.html#atk-role-get-name">atk_role_get_name ()</a>
495
565
  </dt>
496
- <dt>atk_relation_set_get_relation, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-relation">atk_relation_set_get_relation ()</a>
566
+ <dt>atk_role_register, <a class="indexterm" href="AtkObject.html#atk-role-register">atk_role_register ()</a>
497
567
  </dt>
498
- <dt>atk_relation_set_get_relation_by_type, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-get-relation-by-type">atk_relation_set_get_relation_by_type ()</a>
568
+ <dt>atk_selection_add_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-add-selection">atk_selection_add_selection ()</a>
499
569
  </dt>
500
- <dt>atk_relation_set_new, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-new">atk_relation_set_new ()</a>
570
+ <dt>atk_selection_clear_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-clear-selection">atk_selection_clear_selection ()</a>
501
571
  </dt>
502
- <dt>atk_relation_set_remove, <a class="indexterm" href="AtkRelationSet.html#atk-relation-set-remove">atk_relation_set_remove ()</a>
572
+ <dt>atk_selection_get_selection_count, <a class="indexterm" href="AtkSelection.html#atk-selection-get-selection-count">atk_selection_get_selection_count ()</a>
503
573
  </dt>
504
- <dt>atk_relation_type_for_name, <a class="indexterm" href="AtkRelation.html#atk-relation-type-for-name">atk_relation_type_for_name ()</a>
574
+ <dt>atk_selection_is_child_selected, <a class="indexterm" href="AtkSelection.html#atk-selection-is-child-selected">atk_selection_is_child_selected ()</a>
505
575
  </dt>
506
- <dt>atk_relation_type_get_name, <a class="indexterm" href="AtkRelation.html#atk-relation-type-get-name">atk_relation_type_get_name ()</a>
576
+ <dt>atk_selection_ref_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-ref-selection">atk_selection_ref_selection ()</a>
507
577
  </dt>
508
- <dt>atk_relation_type_register, <a class="indexterm" href="AtkRelation.html#atk-relation-type-register">atk_relation_type_register ()</a>
578
+ <dt>atk_selection_remove_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-remove-selection">atk_selection_remove_selection ()</a>
509
579
  </dt>
510
- <dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
580
+ <dt>atk_selection_select_all_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-select-all-selection">atk_selection_select_all_selection ()</a>
511
581
  </dt>
512
- <dt>atk_remove_global_event_listener, <a class="indexterm" href="AtkUtil.html#atk-remove-global-event-listener">atk_remove_global_event_listener ()</a>
582
+ <dt>atk_socket_embed, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-embed">atk_socket_embed ()</a>
513
583
  </dt>
514
- <dt>atk_remove_key_event_listener, <a class="indexterm" href="AtkUtil.html#atk-remove-key-event-listener">atk_remove_key_event_listener ()</a>
584
+ <dt>atk_socket_is_occupied, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-is-occupied">atk_socket_is_occupied ()</a>
515
585
  </dt>
516
- <dt>atk_role_for_name, <a class="indexterm" href="AtkObject.html#atk-role-for-name">atk_role_for_name ()</a>
586
+ <dt>atk_socket_new, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-new">atk_socket_new ()</a>
517
587
  </dt>
518
- <dt>atk_role_get_localized_name, <a class="indexterm" href="AtkObject.html#atk-role-get-localized-name">atk_role_get_localized_name ()</a>
588
+ <dt>atk_state_set_add_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-add-state">atk_state_set_add_state ()</a>
519
589
  </dt>
520
- <dt>atk_role_get_name, <a class="indexterm" href="AtkObject.html#atk-role-get-name">atk_role_get_name ()</a>
590
+ <dt>atk_state_set_add_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-add-states">atk_state_set_add_states ()</a>
521
591
  </dt>
522
- <dt>atk_role_register, <a class="indexterm" href="AtkObject.html#atk-role-register">atk_role_register ()</a>
592
+ <dt>atk_state_set_and_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-and-sets">atk_state_set_and_sets ()</a>
523
593
  </dt>
524
- <dt>atk_selection_add_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-add-selection">atk_selection_add_selection ()</a>
594
+ <dt>atk_state_set_clear_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-clear-states">atk_state_set_clear_states ()</a>
525
595
  </dt>
526
- <dt>atk_selection_clear_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-clear-selection">atk_selection_clear_selection ()</a>
596
+ <dt>atk_state_set_contains_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-contains-state">atk_state_set_contains_state ()</a>
527
597
  </dt>
528
- <dt>atk_selection_get_selection_count, <a class="indexterm" href="AtkSelection.html#atk-selection-get-selection-count">atk_selection_get_selection_count ()</a>
598
+ <dt>atk_state_set_contains_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-contains-states">atk_state_set_contains_states ()</a>
529
599
  </dt>
530
- <dt>atk_selection_is_child_selected, <a class="indexterm" href="AtkSelection.html#atk-selection-is-child-selected">atk_selection_is_child_selected ()</a>
600
+ <dt>atk_state_set_is_empty, <a class="indexterm" href="AtkStateSet.html#atk-state-set-is-empty">atk_state_set_is_empty ()</a>
531
601
  </dt>
532
- <dt>atk_selection_ref_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-ref-selection">atk_selection_ref_selection ()</a>
602
+ <dt>atk_state_set_new, <a class="indexterm" href="AtkStateSet.html#atk-state-set-new">atk_state_set_new ()</a>
533
603
  </dt>
534
- <dt>atk_selection_remove_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-remove-selection">atk_selection_remove_selection ()</a>
604
+ <dt>atk_state_set_or_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-or-sets">atk_state_set_or_sets ()</a>
535
605
  </dt>
536
- <dt>atk_selection_select_all_selection, <a class="indexterm" href="AtkSelection.html#atk-selection-select-all-selection">atk_selection_select_all_selection ()</a>
606
+ <dt>atk_state_set_remove_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-remove-state">atk_state_set_remove_state ()</a>
537
607
  </dt>
538
- <dt>atk_socket_embed, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-embed">atk_socket_embed ()</a>
608
+ <dt>atk_state_set_xor_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-xor-sets">atk_state_set_xor_sets ()</a>
539
609
  </dt>
540
- <dt>atk_socket_is_occupied, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-is-occupied">atk_socket_is_occupied ()</a>
610
+ <dt>atk_state_type_for_name, <a class="indexterm" href="atk-AtkState.html#atk-state-type-for-name">atk_state_type_for_name ()</a>
541
611
  </dt>
542
- <dt>atk_socket_new, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-new">atk_socket_new ()</a>
612
+ <dt>atk_state_type_get_name, <a class="indexterm" href="atk-AtkState.html#atk-state-type-get-name">atk_state_type_get_name ()</a>
543
613
  </dt>
544
- <dt>atk_state_set_add_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-add-state">atk_state_set_add_state ()</a>
614
+ <dt>atk_state_type_register, <a class="indexterm" href="atk-AtkState.html#atk-state-type-register">atk_state_type_register ()</a>
545
615
  </dt>
546
- <dt>atk_state_set_add_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-add-states">atk_state_set_add_states ()</a>
616
+ <dt>atk_streamable_content_get_mime_type, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-mime-type">atk_streamable_content_get_mime_type ()</a>
547
617
  </dt>
548
- <dt>atk_state_set_and_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-and-sets">atk_state_set_and_sets ()</a>
618
+ <dt>atk_streamable_content_get_n_mime_types, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-n-mime-types">atk_streamable_content_get_n_mime_types ()</a>
549
619
  </dt>
550
- <dt>atk_state_set_clear_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-clear-states">atk_state_set_clear_states ()</a>
620
+ <dt>atk_streamable_content_get_stream, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-stream">atk_streamable_content_get_stream ()</a>
551
621
  </dt>
552
- <dt>atk_state_set_contains_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-contains-state">atk_state_set_contains_state ()</a>
622
+ <dt>atk_streamable_content_get_uri, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-uri">atk_streamable_content_get_uri ()</a>
553
623
  </dt>
554
- <dt>atk_state_set_contains_states, <a class="indexterm" href="AtkStateSet.html#atk-state-set-contains-states">atk_state_set_contains_states ()</a>
624
+ <dt>atk_table_add_column_selection, <a class="indexterm" href="AtkTable.html#atk-table-add-column-selection">atk_table_add_column_selection ()</a>
555
625
  </dt>
556
- <dt>atk_state_set_is_empty, <a class="indexterm" href="AtkStateSet.html#atk-state-set-is-empty">atk_state_set_is_empty ()</a>
626
+ <dt>atk_table_add_row_selection, <a class="indexterm" href="AtkTable.html#atk-table-add-row-selection">atk_table_add_row_selection ()</a>
557
627
  </dt>
558
- <dt>atk_state_set_new, <a class="indexterm" href="AtkStateSet.html#atk-state-set-new">atk_state_set_new ()</a>
628
+ <dt>atk_table_cell_get_column_header_cells, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-column-header-cells">atk_table_cell_get_column_header_cells ()</a>
559
629
  </dt>
560
- <dt>atk_state_set_or_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-or-sets">atk_state_set_or_sets ()</a>
630
+ <dt>atk_table_cell_get_column_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-column-span">atk_table_cell_get_column_span ()</a>
561
631
  </dt>
562
- <dt>atk_state_set_remove_state, <a class="indexterm" href="AtkStateSet.html#atk-state-set-remove-state">atk_state_set_remove_state ()</a>
632
+ <dt>atk_table_cell_get_position, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-position">atk_table_cell_get_position ()</a>
563
633
  </dt>
564
- <dt>atk_state_set_xor_sets, <a class="indexterm" href="AtkStateSet.html#atk-state-set-xor-sets">atk_state_set_xor_sets ()</a>
634
+ <dt>atk_table_cell_get_row_column_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-column-span">atk_table_cell_get_row_column_span ()</a>
565
635
  </dt>
566
- <dt>atk_state_type_for_name, <a class="indexterm" href="atk-AtkState.html#atk-state-type-for-name">atk_state_type_for_name ()</a>
636
+ <dt>atk_table_cell_get_row_header_cells, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-header-cells">atk_table_cell_get_row_header_cells ()</a>
567
637
  </dt>
568
- <dt>atk_state_type_get_name, <a class="indexterm" href="atk-AtkState.html#atk-state-type-get-name">atk_state_type_get_name ()</a>
638
+ <dt>atk_table_cell_get_row_span, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-row-span">atk_table_cell_get_row_span ()</a>
569
639
  </dt>
570
- <dt>atk_state_type_register, <a class="indexterm" href="atk-AtkState.html#atk-state-type-register">atk_state_type_register ()</a>
640
+ <dt>atk_table_cell_get_table, <a class="indexterm" href="AtkTableCell.html#atk-table-cell-get-table">atk_table_cell_get_table ()</a>
571
641
  </dt>
572
- <dt>atk_streamable_content_get_mime_type, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-mime-type">atk_streamable_content_get_mime_type ()</a>
642
+ <dt>atk_table_get_caption, <a class="indexterm" href="AtkTable.html#atk-table-get-caption">atk_table_get_caption ()</a>
573
643
  </dt>
574
- <dt>atk_streamable_content_get_n_mime_types, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-n-mime-types">atk_streamable_content_get_n_mime_types ()</a>
644
+ <dt>atk_table_get_column_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index ()</a>
575
645
  </dt>
576
- <dt>atk_streamable_content_get_stream, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-stream">atk_streamable_content_get_stream ()</a>
646
+ <dt>atk_table_get_column_description, <a class="indexterm" href="AtkTable.html#atk-table-get-column-description">atk_table_get_column_description ()</a>
577
647
  </dt>
578
- <dt>atk_streamable_content_get_uri, <a class="indexterm" href="AtkStreamableContent.html#atk-streamable-content-get-uri">atk_streamable_content_get_uri ()</a>
648
+ <dt>atk_table_get_column_extent_at, <a class="indexterm" href="AtkTable.html#atk-table-get-column-extent-at">atk_table_get_column_extent_at ()</a>
579
649
  </dt>
580
- <dt>atk_table_add_column_selection, <a class="indexterm" href="AtkTable.html#atk-table-add-column-selection">atk_table_add_column_selection ()</a>
650
+ <dt>atk_table_get_column_header, <a class="indexterm" href="AtkTable.html#atk-table-get-column-header">atk_table_get_column_header ()</a>
581
651
  </dt>
582
- <dt>atk_table_add_row_selection, <a class="indexterm" href="AtkTable.html#atk-table-add-row-selection">atk_table_add_row_selection ()</a>
652
+ <dt>atk_table_get_index_at, <a class="indexterm" href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at ()</a>
583
653
  </dt>
584
- <dt>atk_table_get_caption, <a class="indexterm" href="AtkTable.html#atk-table-get-caption">atk_table_get_caption ()</a>
654
+ <dt>atk_table_get_n_columns, <a class="indexterm" href="AtkTable.html#atk-table-get-n-columns">atk_table_get_n_columns ()</a>
585
655
  </dt>
586
- <dt>atk_table_get_column_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-column-at-index">atk_table_get_column_at_index ()</a>
656
+ <dt>atk_table_get_n_rows, <a class="indexterm" href="AtkTable.html#atk-table-get-n-rows">atk_table_get_n_rows ()</a>
587
657
  </dt>
588
- <dt>atk_table_get_column_description, <a class="indexterm" href="AtkTable.html#atk-table-get-column-description">atk_table_get_column_description ()</a>
658
+ <dt>atk_table_get_row_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index ()</a>
589
659
  </dt>
590
- <dt>atk_table_get_column_extent_at, <a class="indexterm" href="AtkTable.html#atk-table-get-column-extent-at">atk_table_get_column_extent_at ()</a>
660
+ <dt>atk_table_get_row_description, <a class="indexterm" href="AtkTable.html#atk-table-get-row-description">atk_table_get_row_description ()</a>
591
661
  </dt>
592
- <dt>atk_table_get_column_header, <a class="indexterm" href="AtkTable.html#atk-table-get-column-header">atk_table_get_column_header ()</a>
662
+ <dt>atk_table_get_row_extent_at, <a class="indexterm" href="AtkTable.html#atk-table-get-row-extent-at">atk_table_get_row_extent_at ()</a>
593
663
  </dt>
594
- <dt>atk_table_get_index_at, <a class="indexterm" href="AtkTable.html#atk-table-get-index-at">atk_table_get_index_at ()</a>
664
+ <dt>atk_table_get_row_header, <a class="indexterm" href="AtkTable.html#atk-table-get-row-header">atk_table_get_row_header ()</a>
595
665
  </dt>
596
- <dt>atk_table_get_n_columns, <a class="indexterm" href="AtkTable.html#atk-table-get-n-columns">atk_table_get_n_columns ()</a>
666
+ <dt>atk_table_get_selected_columns, <a class="indexterm" href="AtkTable.html#atk-table-get-selected-columns">atk_table_get_selected_columns ()</a>
597
667
  </dt>
598
- <dt>atk_table_get_n_rows, <a class="indexterm" href="AtkTable.html#atk-table-get-n-rows">atk_table_get_n_rows ()</a>
668
+ <dt>atk_table_get_selected_rows, <a class="indexterm" href="AtkTable.html#atk-table-get-selected-rows">atk_table_get_selected_rows ()</a>
599
669
  </dt>
600
- <dt>atk_table_get_row_at_index, <a class="indexterm" href="AtkTable.html#atk-table-get-row-at-index">atk_table_get_row_at_index ()</a>
670
+ <dt>atk_table_get_summary, <a class="indexterm" href="AtkTable.html#atk-table-get-summary">atk_table_get_summary ()</a>
601
671
  </dt>
602
- <dt>atk_table_get_row_description, <a class="indexterm" href="AtkTable.html#atk-table-get-row-description">atk_table_get_row_description ()</a>
672
+ <dt>atk_table_is_column_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-column-selected">atk_table_is_column_selected ()</a>
603
673
  </dt>
604
- <dt>atk_table_get_row_extent_at, <a class="indexterm" href="AtkTable.html#atk-table-get-row-extent-at">atk_table_get_row_extent_at ()</a>
674
+ <dt>atk_table_is_row_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-row-selected">atk_table_is_row_selected ()</a>
605
675
  </dt>
606
- <dt>atk_table_get_row_header, <a class="indexterm" href="AtkTable.html#atk-table-get-row-header">atk_table_get_row_header ()</a>
676
+ <dt>atk_table_is_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-selected">atk_table_is_selected ()</a>
607
677
  </dt>
608
- <dt>atk_table_get_selected_columns, <a class="indexterm" href="AtkTable.html#atk-table-get-selected-columns">atk_table_get_selected_columns ()</a>
678
+ <dt>atk_table_ref_at, <a class="indexterm" href="AtkTable.html#atk-table-ref-at">atk_table_ref_at ()</a>
609
679
  </dt>
610
- <dt>atk_table_get_selected_rows, <a class="indexterm" href="AtkTable.html#atk-table-get-selected-rows">atk_table_get_selected_rows ()</a>
680
+ <dt>atk_table_remove_column_selection, <a class="indexterm" href="AtkTable.html#atk-table-remove-column-selection">atk_table_remove_column_selection ()</a>
611
681
  </dt>
612
- <dt>atk_table_get_summary, <a class="indexterm" href="AtkTable.html#atk-table-get-summary">atk_table_get_summary ()</a>
682
+ <dt>atk_table_remove_row_selection, <a class="indexterm" href="AtkTable.html#atk-table-remove-row-selection">atk_table_remove_row_selection ()</a>
613
683
  </dt>
614
- <dt>atk_table_is_column_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-column-selected">atk_table_is_column_selected ()</a>
684
+ <dt>atk_table_set_caption, <a class="indexterm" href="AtkTable.html#atk-table-set-caption">atk_table_set_caption ()</a>
615
685
  </dt>
616
- <dt>atk_table_is_row_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-row-selected">atk_table_is_row_selected ()</a>
686
+ <dt>atk_table_set_column_description, <a class="indexterm" href="AtkTable.html#atk-table-set-column-description">atk_table_set_column_description ()</a>
617
687
  </dt>
618
- <dt>atk_table_is_selected, <a class="indexterm" href="AtkTable.html#atk-table-is-selected">atk_table_is_selected ()</a>
688
+ <dt>atk_table_set_column_header, <a class="indexterm" href="AtkTable.html#atk-table-set-column-header">atk_table_set_column_header ()</a>
619
689
  </dt>
620
- <dt>atk_table_ref_at, <a class="indexterm" href="AtkTable.html#atk-table-ref-at">atk_table_ref_at ()</a>
690
+ <dt>atk_table_set_row_description, <a class="indexterm" href="AtkTable.html#atk-table-set-row-description">atk_table_set_row_description ()</a>
621
691
  </dt>
622
- <dt>atk_table_remove_column_selection, <a class="indexterm" href="AtkTable.html#atk-table-remove-column-selection">atk_table_remove_column_selection ()</a>
692
+ <dt>atk_table_set_row_header, <a class="indexterm" href="AtkTable.html#atk-table-set-row-header">atk_table_set_row_header ()</a>
623
693
  </dt>
624
- <dt>atk_table_remove_row_selection, <a class="indexterm" href="AtkTable.html#atk-table-remove-row-selection">atk_table_remove_row_selection ()</a>
694
+ <dt>atk_table_set_summary, <a class="indexterm" href="AtkTable.html#atk-table-set-summary">atk_table_set_summary ()</a>
625
695
  </dt>
626
- <dt>atk_table_set_caption, <a class="indexterm" href="AtkTable.html#atk-table-set-caption">atk_table_set_caption ()</a>
696
+ <dt>atk_text_add_selection, <a class="indexterm" href="AtkText.html#atk-text-add-selection">atk_text_add_selection ()</a>
627
697
  </dt>
628
- <dt>atk_table_set_column_description, <a class="indexterm" href="AtkTable.html#atk-table-set-column-description">atk_table_set_column_description ()</a>
698
+ <dt>atk_text_attribute_for_name, <a class="indexterm" href="AtkText.html#atk-text-attribute-for-name">atk_text_attribute_for_name ()</a>
629
699
  </dt>
630
- <dt>atk_table_set_column_header, <a class="indexterm" href="AtkTable.html#atk-table-set-column-header">atk_table_set_column_header ()</a>
700
+ <dt>atk_text_attribute_get_name, <a class="indexterm" href="AtkText.html#atk-text-attribute-get-name">atk_text_attribute_get_name ()</a>
631
701
  </dt>
632
- <dt>atk_table_set_row_description, <a class="indexterm" href="AtkTable.html#atk-table-set-row-description">atk_table_set_row_description ()</a>
702
+ <dt>atk_text_attribute_get_value, <a class="indexterm" href="AtkText.html#atk-text-attribute-get-value">atk_text_attribute_get_value ()</a>
633
703
  </dt>
634
- <dt>atk_table_set_row_header, <a class="indexterm" href="AtkTable.html#atk-table-set-row-header">atk_table_set_row_header ()</a>
704
+ <dt>atk_text_attribute_register, <a class="indexterm" href="AtkText.html#atk-text-attribute-register">atk_text_attribute_register ()</a>
635
705
  </dt>
636
- <dt>atk_table_set_summary, <a class="indexterm" href="AtkTable.html#atk-table-set-summary">atk_table_set_summary ()</a>
706
+ <dt>atk_text_free_ranges, <a class="indexterm" href="AtkText.html#atk-text-free-ranges">atk_text_free_ranges ()</a>
637
707
  </dt>
638
- <dt>atk_text_add_selection, <a class="indexterm" href="AtkText.html#atk-text-add-selection">atk_text_add_selection ()</a>
708
+ <dt>atk_text_get_bounded_ranges, <a class="indexterm" href="AtkText.html#atk-text-get-bounded-ranges">atk_text_get_bounded_ranges ()</a>
639
709
  </dt>
640
- <dt>atk_text_attribute_for_name, <a class="indexterm" href="AtkText.html#atk-text-attribute-for-name">atk_text_attribute_for_name ()</a>
710
+ <dt>atk_text_get_caret_offset, <a class="indexterm" href="AtkText.html#atk-text-get-caret-offset">atk_text_get_caret_offset ()</a>
641
711
  </dt>
642
- <dt>atk_text_attribute_get_name, <a class="indexterm" href="AtkText.html#atk-text-attribute-get-name">atk_text_attribute_get_name ()</a>
712
+ <dt>atk_text_get_character_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-character-at-offset">atk_text_get_character_at_offset ()</a>
643
713
  </dt>
644
- <dt>atk_text_attribute_get_value, <a class="indexterm" href="AtkText.html#atk-text-attribute-get-value">atk_text_attribute_get_value ()</a>
714
+ <dt>atk_text_get_character_count, <a class="indexterm" href="AtkText.html#atk-text-get-character-count">atk_text_get_character_count ()</a>
645
715
  </dt>
646
- <dt>atk_text_attribute_register, <a class="indexterm" href="AtkText.html#atk-text-attribute-register">atk_text_attribute_register ()</a>
716
+ <dt>atk_text_get_character_extents, <a class="indexterm" href="AtkText.html#atk-text-get-character-extents">atk_text_get_character_extents ()</a>
647
717
  </dt>
648
- <dt>atk_text_free_ranges, <a class="indexterm" href="AtkText.html#atk-text-free-ranges">atk_text_free_ranges ()</a>
718
+ <dt>atk_text_get_default_attributes, <a class="indexterm" href="AtkText.html#atk-text-get-default-attributes">atk_text_get_default_attributes ()</a>
649
719
  </dt>
650
- <dt>atk_text_get_bounded_ranges, <a class="indexterm" href="AtkText.html#atk-text-get-bounded-ranges">atk_text_get_bounded_ranges ()</a>
720
+ <dt>atk_text_get_n_selections, <a class="indexterm" href="AtkText.html#atk-text-get-n-selections">atk_text_get_n_selections ()</a>
651
721
  </dt>
652
- <dt>atk_text_get_caret_offset, <a class="indexterm" href="AtkText.html#atk-text-get-caret-offset">atk_text_get_caret_offset ()</a>
722
+ <dt>atk_text_get_offset_at_point, <a class="indexterm" href="AtkText.html#atk-text-get-offset-at-point">atk_text_get_offset_at_point ()</a>
653
723
  </dt>
654
- <dt>atk_text_get_character_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-character-at-offset">atk_text_get_character_at_offset ()</a>
724
+ <dt>atk_text_get_range_extents, <a class="indexterm" href="AtkText.html#atk-text-get-range-extents">atk_text_get_range_extents ()</a>
655
725
  </dt>
656
- <dt>atk_text_get_character_count, <a class="indexterm" href="AtkText.html#atk-text-get-character-count">atk_text_get_character_count ()</a>
726
+ <dt>atk_text_get_run_attributes, <a class="indexterm" href="AtkText.html#atk-text-get-run-attributes">atk_text_get_run_attributes ()</a>
657
727
  </dt>
658
- <dt>atk_text_get_character_extents, <a class="indexterm" href="AtkText.html#atk-text-get-character-extents">atk_text_get_character_extents ()</a>
728
+ <dt>atk_text_get_selection, <a class="indexterm" href="AtkText.html#atk-text-get-selection">atk_text_get_selection ()</a>
659
729
  </dt>
660
- <dt>atk_text_get_default_attributes, <a class="indexterm" href="AtkText.html#atk-text-get-default-attributes">atk_text_get_default_attributes ()</a>
730
+ <dt>atk_text_get_string_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-string-at-offset">atk_text_get_string_at_offset ()</a>
661
731
  </dt>
662
- <dt>atk_text_get_n_selections, <a class="indexterm" href="AtkText.html#atk-text-get-n-selections">atk_text_get_n_selections ()</a>
732
+ <dt>atk_text_get_text, <a class="indexterm" href="AtkText.html#atk-text-get-text">atk_text_get_text ()</a>
663
733
  </dt>
664
- <dt>atk_text_get_offset_at_point, <a class="indexterm" href="AtkText.html#atk-text-get-offset-at-point">atk_text_get_offset_at_point ()</a>
734
+ <dt>atk_text_get_text_after_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-after-offset">atk_text_get_text_after_offset ()</a>
665
735
  </dt>
666
- <dt>atk_text_get_range_extents, <a class="indexterm" href="AtkText.html#atk-text-get-range-extents">atk_text_get_range_extents ()</a>
736
+ <dt>atk_text_get_text_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-at-offset">atk_text_get_text_at_offset ()</a>
667
737
  </dt>
668
- <dt>atk_text_get_run_attributes, <a class="indexterm" href="AtkText.html#atk-text-get-run-attributes">atk_text_get_run_attributes ()</a>
738
+ <dt>atk_text_get_text_before_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-before-offset">atk_text_get_text_before_offset ()</a>
669
739
  </dt>
670
- <dt>atk_text_get_selection, <a class="indexterm" href="AtkText.html#atk-text-get-selection">atk_text_get_selection ()</a>
740
+ <dt>atk_text_remove_selection, <a class="indexterm" href="AtkText.html#atk-text-remove-selection">atk_text_remove_selection ()</a>
671
741
  </dt>
672
- <dt>atk_text_get_string_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-string-at-offset">atk_text_get_string_at_offset ()</a>
742
+ <dt>atk_text_set_caret_offset, <a class="indexterm" href="AtkText.html#atk-text-set-caret-offset">atk_text_set_caret_offset ()</a>
673
743
  </dt>
674
- <dt>atk_text_get_text, <a class="indexterm" href="AtkText.html#atk-text-get-text">atk_text_get_text ()</a>
744
+ <dt>atk_text_set_selection, <a class="indexterm" href="AtkText.html#atk-text-set-selection">atk_text_set_selection ()</a>
675
745
  </dt>
676
- <dt>atk_text_get_text_after_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-after-offset">atk_text_get_text_after_offset ()</a>
746
+ <dt>ATK_TYPE_RANGE, <a class="indexterm" href="atk-AtkRange.html#ATK-TYPE-RANGE:CAPS">ATK_TYPE_RANGE</a>
677
747
  </dt>
678
- <dt>atk_text_get_text_at_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-at-offset">atk_text_get_text_at_offset ()</a>
748
+ <dt>atk_value_get_current_value, <a class="indexterm" href="AtkValue.html#atk-value-get-current-value">atk_value_get_current_value ()</a>
679
749
  </dt>
680
- <dt>atk_text_get_text_before_offset, <a class="indexterm" href="AtkText.html#atk-text-get-text-before-offset">atk_text_get_text_before_offset ()</a>
750
+ <dt>atk_value_get_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-increment">atk_value_get_increment ()</a>
681
751
  </dt>
682
- <dt>atk_text_remove_selection, <a class="indexterm" href="AtkText.html#atk-text-remove-selection">atk_text_remove_selection ()</a>
752
+ <dt>atk_value_get_maximum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-maximum-value">atk_value_get_maximum_value ()</a>
683
753
  </dt>
684
- <dt>atk_text_set_caret_offset, <a class="indexterm" href="AtkText.html#atk-text-set-caret-offset">atk_text_set_caret_offset ()</a>
754
+ <dt>atk_value_get_minimum_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>
685
755
  </dt>
686
- <dt>atk_text_set_selection, <a class="indexterm" href="AtkText.html#atk-text-set-selection">atk_text_set_selection ()</a>
756
+ <dt>atk_value_get_minimum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-value">atk_value_get_minimum_value ()</a>
687
757
  </dt>
688
- <dt>atk_value_get_current_value, <a class="indexterm" href="AtkValue.html#atk-value-get-current-value">atk_value_get_current_value ()</a>
758
+ <dt>atk_value_get_range, <a class="indexterm" href="AtkValue.html#atk-value-get-range">atk_value_get_range ()</a>
689
759
  </dt>
690
- <dt>atk_value_get_maximum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-maximum-value">atk_value_get_maximum_value ()</a>
760
+ <dt>atk_value_get_sub_ranges, <a class="indexterm" href="AtkValue.html#atk-value-get-sub-ranges">atk_value_get_sub_ranges ()</a>
691
761
  </dt>
692
- <dt>atk_value_get_minimum_increment, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-increment">atk_value_get_minimum_increment ()</a>
762
+ <dt>atk_value_get_value_and_text, <a class="indexterm" href="AtkValue.html#atk-value-get-value-and-text">atk_value_get_value_and_text ()</a>
693
763
  </dt>
694
- <dt>atk_value_get_minimum_value, <a class="indexterm" href="AtkValue.html#atk-value-get-minimum-value">atk_value_get_minimum_value ()</a>
764
+ <dt>atk_value_set_current_value, <a class="indexterm" href="AtkValue.html#atk-value-set-current-value">atk_value_set_current_value ()</a>
695
765
  </dt>
696
- <dt>atk_value_set_current_value, <a class="indexterm" href="AtkValue.html#atk-value-set-current-value">atk_value_set_current_value ()</a>
766
+ <dt>atk_value_set_value, <a class="indexterm" href="AtkValue.html#atk-value-set-value">atk_value_set_value ()</a>
697
767
  </dt>
698
768
  </dl>
699
769
  </div></div>
700
770
  </div>
701
771
  <div class="footer">
702
772
  <hr>
703
- Generated by GTK-Doc V1.19.1</div>
773
+ Generated by GTK-Doc V1.21.1</div>
704
774
  </body>
705
775
  </html>