atk 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/README +2 -2
  3. data/Rakefile +2 -1
  4. data/ext/atk/extconf.rb +1 -1
  5. data/ext/atk/rbatkcomponent.c +0 -4
  6. data/ext/atk/rbatkdocument.c +0 -4
  7. data/ext/atk/rbatkrelation.c +0 -4
  8. data/ext/atk/rbatkrelationset.c +0 -4
  9. data/ext/atk/rbatkutil.c +0 -4
  10. data/lib/1.9/atk.so +0 -0
  11. data/lib/2.0/atk.so +0 -0
  12. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  13. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkaction.h +0 -1
  15. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +38 -2
  16. data/vendor/local/include/atk-1.0/atk/atkdocument.h +7 -7
  17. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +0 -3
  18. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -2
  19. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +10 -19
  20. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +0 -4
  21. data/vendor/local/include/atk-1.0/atk/atkimage.h +0 -3
  22. data/vendor/local/include/atk-1.0/atk/atkobject.h +40 -78
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +15 -0
  24. data/vendor/local/include/atk-1.0/atk/atkselection.h +0 -3
  25. data/vendor/local/include/atk-1.0/atk/atktable.h +0 -5
  26. data/vendor/local/include/atk-1.0/atk/atktext.h +72 -11
  27. data/vendor/local/include/atk-1.0/atk/atkutil.h +4 -0
  28. data/vendor/local/include/atk-1.0/atk/atkvalue.h +0 -1
  29. data/vendor/local/include/atk-1.0/atk/atkversion.h +2 -2
  30. data/vendor/local/include/atk-1.0/atk/atkwindow.h +0 -2
  31. data/vendor/local/lib/atk-1.0.def +2 -0
  32. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  33. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  34. data/vendor/local/lib/libatk-1.0.la +2 -2
  35. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  36. data/vendor/local/share/gir-1.0/Atk-1.0.gir +2497 -2086
  37. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +80 -43
  38. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +246 -33
  39. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +94 -39
  40. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +22 -27
  41. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +17 -21
  42. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +34 -25
  43. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +25 -30
  44. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +26 -26
  45. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +15 -18
  46. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +14 -18
  47. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +119 -77
  48. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +15 -25
  49. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +12 -22
  50. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +17 -20
  51. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +21 -22
  52. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +24 -33
  53. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +13 -16
  54. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +28 -29
  55. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +47 -54
  56. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +451 -191
  57. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +43 -20
  58. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +21 -24
  59. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +12 -15
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +8 -8
  61. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +8 -8
  62. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +8 -8
  63. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +8 -8
  64. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +8 -8
  65. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +8 -8
  66. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +8 -8
  67. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +8 -8
  68. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +8 -8
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +10 -8
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +8 -8
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +8 -8
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +8 -8
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +34 -8
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +26 -10
  75. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +50 -37
  76. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +34 -15
  77. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +51 -22
  78. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +14 -17
  79. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +14 -17
  80. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +27 -14
  81. data/vendor/local/share/gtk-doc/html/atk/atk.html +114 -15
  82. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  83. data/vendor/local/share/gtk-doc/html/atk/index.html +43 -35
  84. data/vendor/local/share/gtk-doc/html/atk/index.sgml +16 -7
  85. data/vendor/local/share/gtk-doc/html/atk/left-insensitive.png +0 -0
  86. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  87. data/vendor/local/share/gtk-doc/html/atk/right-insensitive.png +0 -0
  88. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  89. data/vendor/local/share/gtk-doc/html/atk/style.css +71 -16
  90. data/vendor/local/share/gtk-doc/html/atk/up-insensitive.png +0 -0
  91. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  92. data/vendor/local/share/gtk-doc/html/atk/utilities.html +33 -0
  93. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  95. metadata +15 -14
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-24.html" title="Index of new symbols in 1.24">
10
10
  <link rel="next" href="api-index-1-28.html" title="Index of new symbols in 1.28">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-24.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-28.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-24.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-28.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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -26,6 +26,6 @@
26
26
  </div>
27
27
  <div class="footer">
28
28
  <hr>
29
- Generated by GTK-Doc V1.18.1</div>
29
+ Generated by GTK-Doc V1.19.1</div>
30
30
  </body>
31
31
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-26.html" title="Index of new symbols in 1.26">
10
10
  <link rel="next" href="api-index-1-30.html" title="Index of new symbols in 1.30">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-26.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-30.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-26.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-30.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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -26,6 +26,6 @@
26
26
  </div>
27
27
  <div class="footer">
28
28
  <hr>
29
- Generated by GTK-Doc V1.18.1</div>
29
+ Generated by GTK-Doc V1.19.1</div>
30
30
  </body>
31
31
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated symbols">
10
10
  <link rel="next" href="api-index-1-4.html" title="Index of new symbols in 1.4">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-deprecated.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-4.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-deprecated.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-4.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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -36,6 +36,6 @@
36
36
  </div>
37
37
  <div class="footer">
38
38
  <hr>
39
- Generated by GTK-Doc V1.18.1</div>
39
+ Generated by GTK-Doc V1.19.1</div>
40
40
  </body>
41
41
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-28.html" title="Index of new symbols in 1.28">
10
10
  <link rel="next" href="api-index-1-32.html" title="Index of new symbols in 1.32">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-28.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-32.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-28.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-32.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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -25,6 +25,8 @@
25
25
  <div class="index"><div class="indexdiv">
26
26
  <h3>A</h3>
27
27
  <dl>
28
+ <dt>atk_plug_get_id, <a class="indexterm" href="atk-AtkPlug.html#atk-plug-get-id">atk_plug_get_id ()</a>
29
+ </dt>
28
30
  <dt>atk_socket_embed, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-embed">atk_socket_embed ()</a>
29
31
  </dt>
30
32
  <dt>atk_socket_is_occupied, <a class="indexterm" href="atk-AtkSocket.html#atk-socket-is-occupied">atk_socket_is_occupied ()</a>
@@ -34,6 +36,6 @@
34
36
  </div>
35
37
  <div class="footer">
36
38
  <hr>
37
- Generated by GTK-Doc V1.18.1</div>
39
+ Generated by GTK-Doc V1.19.1</div>
38
40
  </body>
39
41
  </html>
@@ -7,16 +7,16 @@
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-1-30.html" title="Index of new symbols in 1.30">
10
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
10
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
11
  <link rel="stylesheet" href="style.css" type="text/css">
12
12
  </head>
13
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="2"><tr valign="middle">
15
- <td><a accesskey="p" href="api-index-1-30.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
16
- <td> </td>
17
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
18
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
19
- <td> </td>
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
15
+ <td width="100%" align="left"></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-1-30.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
20
  </tr></table>
21
21
  <div class="index">
22
22
  <div class="titlepage"><div><div><h2 class="title">
@@ -25,6 +25,6 @@
25
25
  </div>
26
26
  <div class="footer">
27
27
  <hr>
28
- Generated by GTK-Doc V1.18.1</div>
28
+ Generated by GTK-Doc V1.19.1</div>
29
29
  </body>
30
30
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-3.html" title="Index of new symbols in 1.3">
10
10
  <link rel="next" href="api-index-1-6.html" title="Index of new symbols in 1.6">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-3.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-6.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-3.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="api-index-1-6.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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -30,6 +30,6 @@
30
30
  </div>
31
31
  <div class="footer">
32
32
  <hr>
33
- Generated by GTK-Doc V1.18.1</div>
33
+ Generated by GTK-Doc V1.19.1</div>
34
34
  </body>
35
35
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="api-index-1-4.html" title="Index of new symbols in 1.4">
10
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.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-1-4.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-12.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-4.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
21
  </tr></table>
22
22
  <div class="index">
23
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -30,6 +30,6 @@
30
30
  </div>
31
31
  <div class="footer">
32
32
  <hr>
33
- Generated by GTK-Doc V1.18.1</div>
33
+ Generated by GTK-Doc V1.19.1</div>
34
34
  </body>
35
35
  </html>
@@ -8,16 +8,16 @@
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.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-1-3.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
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-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -25,19 +25,45 @@
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>
29
+ </dt>
30
+ <dt>AtkHyperlink:selected-link, <a class="indexterm" href="AtkHyperlink.html#AtkHyperlink--selected-link">The "selected-link" property</a>
31
+ </dt>
32
+ <dt>AtkObject::focus-event, <a class="indexterm" href="AtkObject.html#AtkObject-focus-event">The "focus-event" signal</a>
33
+ </dt>
34
+ <dt>AtkText::text-changed, <a class="indexterm" href="AtkText.html#AtkText-text-changed">The "text-changed" signal</a>
35
+ </dt>
36
+ <dt>atk_add_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-add-focus-tracker">atk_add_focus_tracker ()</a>
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>
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>
41
+ </dt>
28
42
  <dt>atk_document_get_locale, <a class="indexterm" href="AtkDocument.html#atk-document-get-locale">atk_document_get_locale ()</a>
29
43
  </dt>
44
+ <dt>atk_focus_tracker_init, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-init">atk_focus_tracker_init ()</a>
45
+ </dt>
46
+ <dt>atk_focus_tracker_notify, <a class="indexterm" href="AtkUtil.html#atk-focus-tracker-notify">atk_focus_tracker_notify ()</a>
47
+ </dt>
30
48
  <dt>atk_hyperlink_is_selected_link, <a class="indexterm" href="AtkHyperlink.html#atk-hyperlink-is-selected-link">atk_hyperlink_is_selected_link ()</a>
31
49
  </dt>
32
50
  <dt>atk_object_get_layer, <a class="indexterm" href="AtkObject.html#atk-object-get-layer">atk_object_get_layer ()</a>
33
51
  </dt>
34
52
  <dt>atk_object_get_mdi_zorder, <a class="indexterm" href="AtkObject.html#atk-object-get-mdi-zorder">atk_object_get_mdi_zorder ()</a>
35
53
  </dt>
54
+ <dt>atk_remove_focus_tracker, <a class="indexterm" href="AtkUtil.html#atk-remove-focus-tracker">atk_remove_focus_tracker ()</a>
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>
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>
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>
61
+ </dt>
36
62
  </dl>
37
63
  </div></div>
38
64
  </div>
39
65
  <div class="footer">
40
66
  <hr>
41
- Generated by GTK-Doc V1.18.1</div>
67
+ Generated by GTK-Doc V1.19.1</div>
42
68
  </body>
43
69
  </html>
@@ -8,16 +8,16 @@
8
8
  <link rel="up" href="index.html" title="ATK - Accessibility Toolkit">
9
9
  <link rel="prev" href="atk-Versioning-Utilities.html" title="Versioning macros">
10
10
  <link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16
- <td><a accesskey="p" href="atk-Versioning-Utilities.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
- <td> </td>
18
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
20
- <td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
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>
17
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
18
+ <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
19
+ <td><a accesskey="p" href="atk-Versioning-Utilities.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
20
+ <td><a accesskey="n" href="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
23
  <div class="titlepage"><div><div><h2 class="title">
@@ -27,6 +27,8 @@
27
27
  <dl>
28
28
  <dt>AtkAction, <a class="indexterm" href="AtkAction.html#AtkAction-struct">AtkAction</a>
29
29
  </dt>
30
+ <dt>AtkActionIface, <a class="indexterm" href="AtkAction.html#AtkActionIface">struct AtkActionIface</a>
31
+ </dt>
30
32
  <dt>AtkAttribute, <a class="indexterm" href="AtkText.html#AtkAttribute">struct AtkAttribute</a>
31
33
  </dt>
32
34
  <dt>AtkAttributeSet, <a class="indexterm" href="AtkText.html#AtkAttributeSet">AtkAttributeSet</a>
@@ -35,6 +37,8 @@
35
37
  </dt>
36
38
  <dt>AtkComponent::bounds-changed, <a class="indexterm" href="AtkComponent.html#AtkComponent-bounds-changed">The "bounds-changed" signal</a>
37
39
  </dt>
40
+ <dt>AtkComponentIface, <a class="indexterm" href="AtkComponent.html#AtkComponentIface">struct AtkComponentIface</a>
41
+ </dt>
38
42
  <dt>AtkCoordType, <a class="indexterm" href="AtkUtil.html#AtkCoordType">enum AtkCoordType</a>
39
43
  </dt>
40
44
  <dt>AtkDocument, <a class="indexterm" href="AtkDocument.html#AtkDocument-struct">AtkDocument</a>
@@ -45,12 +49,16 @@
45
49
  </dt>
46
50
  <dt>AtkDocument::reload, <a class="indexterm" href="AtkDocument.html#AtkDocument-reload">The "reload" signal</a>
47
51
  </dt>
52
+ <dt>AtkDocumentIface, <a class="indexterm" href="AtkDocument.html#AtkDocumentIface">struct AtkDocumentIface</a>
53
+ </dt>
48
54
  <dt>AtkEditableText, <a class="indexterm" href="AtkEditableText.html#AtkEditableText-struct">AtkEditableText</a>
49
55
  </dt>
50
56
  <dt>AtkEventListener, <a class="indexterm" href="AtkUtil.html#AtkEventListener">AtkEventListener ()</a>
51
57
  </dt>
52
58
  <dt>AtkEventListenerInit, <a class="indexterm" href="AtkUtil.html#AtkEventListenerInit">AtkEventListenerInit ()</a>
53
59
  </dt>
60
+ <dt>AtkFocusHandler, <a class="indexterm" href="AtkComponent.html#AtkFocusHandler">AtkFocusHandler ()</a>
61
+ </dt>
54
62
  <dt>AtkFunction, <a class="indexterm" href="AtkObject.html#AtkFunction">AtkFunction ()</a>
55
63
  </dt>
56
64
  <dt>AtkGObjectAccessible, <a class="indexterm" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct">struct AtkGObjectAccessible</a>
@@ -143,6 +151,8 @@
143
151
  </dt>
144
152
  <dt>AtkPropertyValues, <a class="indexterm" href="AtkObject.html#AtkPropertyValues">AtkPropertyValues</a>
145
153
  </dt>
154
+ <dt>AtkRectangle, <a class="indexterm" href="AtkComponent.html#AtkRectangle">struct AtkRectangle</a>
155
+ </dt>
146
156
  <dt>AtkRegistry, <a class="indexterm" href="AtkRegistry.html#AtkRegistry-struct">AtkRegistry</a>
147
157
  </dt>
148
158
  <dt>AtkRelation, <a class="indexterm" href="AtkRelation.html#AtkRelation-struct">struct AtkRelation</a>
@@ -201,14 +211,16 @@
201
211
  </dt>
202
212
  <dt>AtkText::text-selection-changed, <a class="indexterm" href="AtkText.html#AtkText-text-selection-changed">The "text-selection-changed" signal</a>
203
213
  </dt>
204
- <dt>AtkText::text-update, <a class="indexterm" href="AtkText.html#AtkText-text-update">The "text-update" signal</a>
205
- </dt>
206
214
  <dt>AtkTextAttribute, <a class="indexterm" href="AtkText.html#AtkTextAttribute">enum AtkTextAttribute</a>
207
215
  </dt>
208
216
  <dt>AtkTextBoundary, <a class="indexterm" href="AtkText.html#AtkTextBoundary">enum AtkTextBoundary</a>
209
217
  </dt>
210
218
  <dt>AtkTextClipType, <a class="indexterm" href="AtkText.html#AtkTextClipType">enum AtkTextClipType</a>
211
219
  </dt>
220
+ <dt>AtkTextGranularity, <a class="indexterm" href="AtkText.html#AtkTextGranularity">enum AtkTextGranularity</a>
221
+ </dt>
222
+ <dt>AtkTextIface, <a class="indexterm" href="AtkText.html#AtkTextIface">struct AtkTextIface</a>
223
+ </dt>
212
224
  <dt>AtkTextRange, <a class="indexterm" href="AtkText.html#AtkTextRange">struct AtkTextRange</a>
213
225
  </dt>
214
226
  <dt>AtkTextRectangle, <a class="indexterm" href="AtkText.html#AtkTextRectangle">struct AtkTextRectangle</a>
@@ -425,6 +437,8 @@
425
437
  </dt>
426
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>
427
439
  </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>
441
+ </dt>
428
442
  <dt>atk_object_get_parent, <a class="indexterm" href="AtkObject.html#atk-object-get-parent">atk_object_get_parent ()</a>
429
443
  </dt>
430
444
  <dt>atk_object_get_role, <a class="indexterm" href="AtkObject.html#atk-object-get-role">atk_object_get_role ()</a>
@@ -655,6 +669,8 @@
655
669
  </dt>
656
670
  <dt>atk_text_get_selection, <a class="indexterm" href="AtkText.html#atk-text-get-selection">atk_text_get_selection ()</a>
657
671
  </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>
673
+ </dt>
658
674
  <dt>atk_text_get_text, <a class="indexterm" href="AtkText.html#atk-text-get-text">atk_text_get_text ()</a>
659
675
  </dt>
660
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>
@@ -684,6 +700,6 @@
684
700
  </div>
685
701
  <div class="footer">
686
702
  <hr>
687
- Generated by GTK-Doc V1.18.1</div>
703
+ Generated by GTK-Doc V1.19.1</div>
688
704
  </body>
689
705
  </html>
@@ -2,37 +2,34 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkHyperlinkImpl</title>
5
+ <title>AtkHyperlinImpl</title>
6
6
  <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
8
  <link rel="up" href="atk.html" title="ATK Library">
9
9
  <link rel="prev" href="AtkHyperlink.html" title="AtkHyperlink">
10
10
  <link rel="next" href="AtkHypertext.html" title="AtkHypertext">
11
- <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
- <tr valign="middle">
17
- <td><a accesskey="p" href="AtkHyperlink.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
- <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
- <th width="100%" align="center">ATK - Accessibility Toolkit</th>
21
- <td><a accesskey="n" href="AtkHypertext.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
- </tr>
23
- <tr><td colspan="5" class="shortcuts">
24
- <a href="#atk-AtkHyperlinkImpl.synopsis" class="shortcut">Top</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
+ <td width="100%" align="left">
17
+ <a href="#" class="shortcut">Top</a>
25
18
   | 
26
19
  <a href="#atk-AtkHyperlinkImpl.description" class="shortcut">Description</a>
27
- </td></tr>
28
- </table>
20
+ </td>
21
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
+ <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="AtkHyperlink.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24
+ <td><a accesskey="n" href="AtkHypertext.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ </tr></table>
29
26
  <div class="refentry">
30
27
  <a name="atk-AtkHyperlinkImpl"></a><div class="titlepage"></div>
31
28
  <div class="refnamediv"><table width="100%"><tr>
32
29
  <td valign="top">
33
- <h2><span class="refentrytitle"><a name="atk-AtkHyperlinkImpl.top_of_page"></a>AtkHyperlinkImpl</span></h2>
34
- <p>AtkHyperlinkImpl — An interface from which the AtkHyperlink associated with an
35
- AtkObject may be obtained.</p>
30
+ <h2><span class="refentrytitle"><a name="atk-AtkHyperlinkImpl.top_of_page"></a>AtkHyperlinImpl</span></h2>
31
+ <p>AtkHyperlinImpl — An interface from which the AtkHyperlink
32
+ associated with an AtkObject may be obtained.</p>
36
33
  </td>
37
34
  <td valign="top" align="right"></td>
38
35
  </tr></table></div>
@@ -45,20 +42,36 @@ AtkObject may be obtained.</p>
45
42
  <div class="refsect1">
46
43
  <a name="atk-AtkHyperlinkImpl.description"></a><h2>Description</h2>
47
44
  <p>
48
- AtkHyperlinkImpl allows AtkObjects to
49
- refer to their associated AtkHyperlink instance, if one
50
- exists. AtkHyperlinkImpl differs from AtkHyperlink in that
51
- AtkHyperlinkImpl is an interface, whereas AtkHyperlink is
52
- a object type. The AtkHyperlinkImpl interface allows
53
- a client to query an AtkObject for the availability of
54
- an associated AtkHyperlink instance, and obtain that
55
- instance. It is thus particularly useful in cases where
56
- embedded content or inline content within a text object
57
- is present, since the embedding text object implements
58
- AtkHypertext and the inline/embedded objects are
59
- exposed as children which implement AtkHyperlinkImpl,
60
- in addition to their being obtainable via AtkHypertext:getLink
61
- followed by AtkHyperlink:getObject.
45
+ AtkHyperlinkImpl allows AtkObjects to refer to their associated
46
+ AtkHyperlink instance, if one exists. AtkHyperlinkImpl differs
47
+ from AtkHyperlink in that AtkHyperlinkImpl is an interface, whereas
48
+ AtkHyperlink is a object type. The AtkHyperlinkImpl interface
49
+ allows a client to query an AtkObject for the availability of an
50
+ associated AtkHyperlink instance, and obtain that instance. It is
51
+ thus particularly useful in cases where embedded content or inline
52
+ content within a text object is present, since the embedding text
53
+ object implements AtkHypertext and the inline/embedded objects are
54
+ exposed as children which implement AtkHyperlinkImpl, in addition
55
+ to their being obtainable via AtkHypertext:getLink followed by
56
+ AtkHyperlink:getObject.
57
+ </p>
58
+ <p>
59
+ The AtkHyperlinkImpl interface should be supported by objects
60
+ exposed within the hierarchy as children of an AtkHypertext
61
+ container which correspond to "links" or embedded content within
62
+ the text. HTML anchors are not, for instance, normally exposed
63
+ this way, but embedded images and components which appear inline in
64
+ the content of a text object are. The AtkHyperlinkIface interface
65
+ allows a means of determining which children are hyperlinks in this
66
+ sense of the word, and for obtaining their corresponding
67
+ AtkHyperlink object, from which the embedding range, URI, etc. can
68
+ be obtained.
69
+ </p>
70
+ <p>
71
+ To some extent this interface exists because, for historical
72
+ reasons, AtkHyperlink was defined as an object type, not an
73
+ interface. Thus, in order to interact with AtkObjects via
74
+ AtkHyperlink semantics, a new interface was required.
62
75
  </p>
63
76
  </div>
64
77
  <div class="refsect1">
@@ -67,11 +80,11 @@ followed by AtkHyperlink:getObject.
67
80
  <a name="AtkHyperlinkImpl"></a><h3>AtkHyperlinkImpl</h3>
68
81
  <pre class="programlisting">typedef struct _AtkHyperlinkImpl AtkHyperlinkImpl;</pre>
69
82
  <p>
70
- A queryable interface which allows AtkHyperlink instances associated with an
71
- AtkObject to be obtained. AtkHyperlinkImpl corresponds to AT-SPI's
72
- Hyperlink interface, and differs from AtkHyperlink in that AtkHyperlink
73
- is an object type, rather than an interface, and thus cannot be directly
74
- queried.
83
+ A queryable interface which allows AtkHyperlink instances
84
+ associated with an AtkObject to be obtained. AtkHyperlinkImpl
85
+ corresponds to AT-SPI's Hyperlink interface, and differs from
86
+ AtkHyperlink in that AtkHyperlink is an object type, rather than an
87
+ interface, and thus cannot be directly queried. FTW
75
88
  </p>
76
89
  </div>
77
90
  <hr>
@@ -102,6 +115,6 @@ implementing AtkObject. <span class="annotation">[<a href="http://foldoc.org/tra
102
115
  </div>
103
116
  <div class="footer">
104
117
  <hr>
105
- Generated by GTK-Doc V1.18.1</div>
118
+ Generated by GTK-Doc V1.19.1</div>
106
119
  </body>
107
120
  </html>