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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. data/Rakefile +12 -1
  2. data/lib/1.8/atk.so +0 -0
  3. data/lib/1.9/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk.h +1 -0
  6. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -8
  7. data/vendor/local/include/atk-1.0/atk/atkdocument.h +6 -6
  8. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -0
  9. data/vendor/local/include/atk-1.0/atk/atkimage.h +4 -4
  10. data/vendor/local/include/atk-1.0/atk/atkmisc.h +24 -1
  11. data/vendor/local/include/atk-1.0/atk/atkobject.h +35 -7
  12. data/vendor/local/include/atk-1.0/atk/atkrelation.h +1 -1
  13. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +3 -0
  14. data/vendor/local/include/atk-1.0/atk/atkstate.h +1 -1
  15. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -6
  16. data/vendor/local/include/atk-1.0/atk/atktable.h +5 -8
  17. data/vendor/local/include/atk-1.0/atk/atktext.h +4 -2
  18. data/vendor/local/include/atk-1.0/atk/atkutil.h +75 -66
  19. data/vendor/local/include/atk-1.0/atk/atkwindow.h +54 -0
  20. data/vendor/local/lib/atk-1.0.def +2 -0
  21. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  22. data/vendor/local/lib/libatk-1.0.la +41 -0
  23. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  24. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +330 -0
  25. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +639 -0
  26. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +343 -0
  27. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +328 -0
  28. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +128 -0
  29. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +400 -0
  30. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +215 -0
  31. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +238 -0
  32. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +109 -0
  33. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +94 -0
  34. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +1960 -0
  35. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +166 -0
  36. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +201 -0
  37. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +443 -0
  38. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +313 -0
  39. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +330 -0
  40. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +395 -0
  41. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +213 -0
  42. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1210 -0
  43. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1745 -0
  44. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +743 -0
  45. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +216 -0
  46. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +51 -0
  47. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +31 -0
  48. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +31 -0
  49. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +35 -0
  50. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +45 -0
  51. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +31 -0
  52. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +31 -0
  53. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +31 -0
  54. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +41 -0
  55. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +39 -0
  56. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +30 -0
  57. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +35 -0
  58. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +35 -0
  59. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +41 -0
  60. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +651 -0
  61. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +107 -0
  62. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +81 -0
  63. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +130 -0
  64. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +430 -0
  65. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +573 -0
  66. data/vendor/local/share/gtk-doc/html/atk/atk.html +121 -0
  67. data/vendor/local/share/gtk-doc/html/atk/home.png +0 -0
  68. data/vendor/local/share/gtk-doc/html/atk/index.html +136 -0
  69. data/vendor/local/share/gtk-doc/html/atk/index.sgml +688 -0
  70. data/vendor/local/share/gtk-doc/html/atk/left.png +0 -0
  71. data/vendor/local/share/gtk-doc/html/atk/right.png +0 -0
  72. data/vendor/local/share/gtk-doc/html/atk/style.css +266 -0
  73. data/vendor/local/share/gtk-doc/html/atk/up.png +0 -0
  74. data/vendor/local/share/license/atk/AUTHORS +5 -0
  75. data/vendor/local/share/license/atk/COPYING +482 -0
  76. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  77. data/vendor/local/share/locale/ast/LC_MESSAGES/atk10.mo +0 -0
  78. data/vendor/local/share/locale/be/LC_MESSAGES/atk10.mo +0 -0
  79. data/vendor/local/share/locale/bg/LC_MESSAGES/atk10.mo +0 -0
  80. data/vendor/local/share/locale/bn_IN/LC_MESSAGES/atk10.mo +0 -0
  81. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  82. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  83. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  84. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  85. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  86. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  87. data/vendor/local/share/locale/en_GB/LC_MESSAGES/atk10.mo +0 -0
  88. data/vendor/local/share/locale/eo/LC_MESSAGES/atk10.mo +0 -0
  89. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  90. data/vendor/local/share/locale/et/LC_MESSAGES/atk10.mo +0 -0
  91. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  92. data/vendor/local/share/locale/fa/LC_MESSAGES/atk10.mo +0 -0
  93. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  94. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  95. data/vendor/local/share/locale/gu/LC_MESSAGES/atk10.mo +0 -0
  96. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  97. data/vendor/local/share/locale/hi/LC_MESSAGES/atk10.mo +0 -0
  98. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  99. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  100. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  101. data/vendor/local/share/locale/ja/LC_MESSAGES/atk10.mo +0 -0
  102. data/vendor/local/share/locale/km/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/kn/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/ml/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/nn/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/or/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/te/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/uk/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/vi/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/zu/LC_MESSAGES/atk10.mo +0 -0
  130. metadata +65 -14
  131. data/vendor/local/lib/atk-1.0.lib +0 -0
  132. data/vendor/local/manifest/atk-dev_1.32.0-2_win32.mft +0 -37
  133. data/vendor/local/manifest/atk_1.32.0-2_win32.mft +0 -95
  134. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.log +0 -740
  135. data/vendor/local/src/dieterv/packaging/atk_1.32.0-2_win32.sh +0 -76
@@ -0,0 +1,128 @@
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>AtkGObjectAccessible</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="atk.html" title="ATK Library">
9
+ <link rel="prev" href="AtkEditableText.html" title="AtkEditableText">
10
+ <link rel="next" href="AtkHyperlink.html" title="AtkHyperlink">
11
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="AtkEditableText.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="AtkHyperlink.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="#AtkGObjectAccessible.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkGObjectAccessible.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkGObjectAccessible.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+ </td></tr>
30
+ </table>
31
+ <div class="refentry">
32
+ <a name="AtkGObjectAccessible"></a><div class="titlepage"></div>
33
+ <div class="refnamediv"><table width="100%"><tr>
34
+ <td valign="top">
35
+ <h2><span class="refentrytitle"><a name="AtkGObjectAccessible.top_of_page"></a>AtkGObjectAccessible</span></h2>
36
+ <p>AtkGObjectAccessible — This object class is derived from AtkObject and can be used as a basis
37
+ implementing accessible objects.</p>
38
+ </td>
39
+ <td valign="top" align="right"></td>
40
+ </tr></table></div>
41
+ <div class="refsynopsisdiv">
42
+ <a name="AtkGObjectAccessible.synopsis"></a><h2>Synopsis</h2>
43
+ <pre class="synopsis">struct <a class="link" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct" title="struct AtkGObjectAccessible">AtkGObjectAccessible</a>;
44
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object" title="atk_gobject_accessible_for_object ()">atk_gobject_accessible_for_object</a> (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);
45
+ <span class="returnvalue">GObject</span> * <a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object" title="atk_gobject_accessible_get_object ()">atk_gobject_accessible_get_object</a> (<em class="parameter"><code><a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a> *obj</code></em>);
46
+ </pre>
47
+ </div>
48
+ <div class="refsect1">
49
+ <a name="AtkGObjectAccessible.object-hierarchy"></a><h2>Object Hierarchy</h2>
50
+ <pre class="synopsis">
51
+ GObject
52
+ +----<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>
53
+ +----AtkGObjectAccessible
54
+ </pre>
55
+ </div>
56
+ <div class="refsect1">
57
+ <a name="AtkGObjectAccessible.description"></a><h2>Description</h2>
58
+ <p>
59
+ This object class is derived from AtkObject. It can be used as a basis for
60
+ implementing accessible objects for GObjects which are not derived from
61
+ GtkWidget. One example of its use is in providing an accessible object
62
+ for GnomeCanvasItem in the GAIL library.
63
+ </p>
64
+ </div>
65
+ <div class="refsect1">
66
+ <a name="AtkGObjectAccessible.details"></a><h2>Details</h2>
67
+ <div class="refsect2">
68
+ <a name="AtkGObjectAccessible-struct"></a><h3>struct AtkGObjectAccessible</h3>
69
+ <pre class="programlisting">struct AtkGObjectAccessible;</pre>
70
+ <p>
71
+ The AtkGObjectAccessible structure should not be accessed directly.
72
+ </p>
73
+ </div>
74
+ <hr>
75
+ <div class="refsect2">
76
+ <a name="atk-gobject-accessible-for-object"></a><h3>atk_gobject_accessible_for_object ()</h3>
77
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_gobject_accessible_for_object (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
78
+ <p>
79
+ Gets the accessible object for the specified <em class="parameter"><code>obj</code></em>.
80
+ </p>
81
+ <div class="variablelist"><table border="0">
82
+ <col align="left" valign="top">
83
+ <tbody>
84
+ <tr>
85
+ <td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
86
+ <td>a <span class="type">GObject</span>
87
+ </td>
88
+ </tr>
89
+ <tr>
90
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
91
+ <td>a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is the accessible object for
92
+ the <em class="parameter"><code>obj</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
93
+ </td>
94
+ </tr>
95
+ </tbody>
96
+ </table></div>
97
+ </div>
98
+ <hr>
99
+ <div class="refsect2">
100
+ <a name="atk-gobject-accessible-get-object"></a><h3>atk_gobject_accessible_get_object ()</h3>
101
+ <pre class="programlisting"><span class="returnvalue">GObject</span> * atk_gobject_accessible_get_object (<em class="parameter"><code><a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a> *obj</code></em>);</pre>
102
+ <p>
103
+ Gets the GObject for which <em class="parameter"><code>obj</code></em> is the accessible object.
104
+ </p>
105
+ <div class="variablelist"><table border="0">
106
+ <col align="left" valign="top">
107
+ <tbody>
108
+ <tr>
109
+ <td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
110
+ <td>a <a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a>
111
+ </td>
112
+ </tr>
113
+ <tr>
114
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
115
+ <td>a <span class="type">GObject</span> which is the object for which <em class="parameter"><code>obj</code></em> is
116
+ the accessible object. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
117
+ </td>
118
+ </tr>
119
+ </tbody>
120
+ </table></div>
121
+ </div>
122
+ </div>
123
+ </div>
124
+ <div class="footer">
125
+ <hr>
126
+ Generated by GTK-Doc V1.18.1</div>
127
+ </body>
128
+ </html>
@@ -0,0 +1,400 @@
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>AtkHyperlink</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
+ <link rel="up" href="atk.html" title="ATK Library">
9
+ <link rel="prev" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible">
10
+ <link rel="next" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinkImpl">
11
+ <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="AtkGObjectAccessible.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="atk-AtkHyperlinkImpl.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="#AtkHyperlink.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkHyperlink.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkHyperlink.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#AtkHyperlink.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
+  | 
32
+ <a href="#AtkHyperlink.properties" class="shortcut">Properties</a>
33
+  | 
34
+ <a href="#AtkHyperlink.signals" class="shortcut">Signals</a>
35
+ </td></tr>
36
+ </table>
37
+ <div class="refentry">
38
+ <a name="AtkHyperlink"></a><div class="titlepage"></div>
39
+ <div class="refnamediv"><table width="100%"><tr>
40
+ <td valign="top">
41
+ <h2><span class="refentrytitle"><a name="AtkHyperlink.top_of_page"></a>AtkHyperlink</span></h2>
42
+ <p>AtkHyperlink — An ATK object which encapsulates a link or set of links in a hypertext document.</p>
43
+ </td>
44
+ <td valign="top" align="right"></td>
45
+ </tr></table></div>
46
+ <div class="refsynopsisdiv">
47
+ <a name="AtkHyperlink.synopsis"></a><h2>Synopsis</h2>
48
+ <pre class="synopsis">struct <a class="link" href="AtkHyperlink.html#AtkHyperlink-struct" title="struct AtkHyperlink">AtkHyperlink</a>;
49
+ enum <a class="link" href="AtkHyperlink.html#AtkHyperlinkStateFlags" title="enum AtkHyperlinkStateFlags">AtkHyperlinkStateFlags</a>;
50
+ <span class="returnvalue">gchar</span> * <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-uri" title="atk_hyperlink_get_uri ()">atk_hyperlink_get_uri</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
51
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
52
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-object" title="atk_hyperlink_get_object ()">atk_hyperlink_get_object</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
53
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);
54
+ <span class="returnvalue">gint</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-end-index" title="atk_hyperlink_get_end_index ()">atk_hyperlink_get_end_index</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
55
+ <span class="returnvalue">gint</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-start-index" title="atk_hyperlink_get_start_index ()">atk_hyperlink_get_start_index</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
56
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-valid" title="atk_hyperlink_is_valid ()">atk_hyperlink_is_valid</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
57
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-inline" title="atk_hyperlink_is_inline ()">atk_hyperlink_is_inline</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
58
+ <span class="returnvalue">gint</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-n-anchors" title="atk_hyperlink_get_n_anchors ()">atk_hyperlink_get_n_anchors</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
59
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-selected-link" title="atk_hyperlink_is_selected_link ()">atk_hyperlink_is_selected_link</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
60
+ </pre>
61
+ </div>
62
+ <div class="refsect1">
63
+ <a name="AtkHyperlink.object-hierarchy"></a><h2>Object Hierarchy</h2>
64
+ <pre class="synopsis">
65
+ GObject
66
+ +----AtkHyperlink
67
+ </pre>
68
+ </div>
69
+ <div class="refsect1">
70
+ <a name="AtkHyperlink.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
71
+ <p>
72
+ AtkHyperlink implements
73
+ <a class="link" href="AtkAction.html" title="AtkAction">AtkAction</a>.</p>
74
+ </div>
75
+ <div class="refsect1">
76
+ <a name="AtkHyperlink.properties"></a><h2>Properties</h2>
77
+ <pre class="synopsis">
78
+ "<a class="link" href="AtkHyperlink.html#AtkHyperlink--end-index" title='The "end-index" property'>end-index</a>" <span class="type">gint</span> : Read
79
+ "<a class="link" href="AtkHyperlink.html#AtkHyperlink--number-of-anchors" title='The "number-of-anchors" property'>number-of-anchors</a>" <span class="type">gint</span> : Read
80
+ "<a class="link" href="AtkHyperlink.html#AtkHyperlink--selected-link" title='The "selected-link" property'>selected-link</a>" <span class="type">gboolean</span> : Read
81
+ "<a class="link" href="AtkHyperlink.html#AtkHyperlink--start-index" title='The "start-index" property'>start-index</a>" <span class="type">gint</span> : Read
82
+ </pre>
83
+ </div>
84
+ <div class="refsect1">
85
+ <a name="AtkHyperlink.signals"></a><h2>Signals</h2>
86
+ <pre class="synopsis">
87
+ "<a class="link" href="AtkHyperlink.html#AtkHyperlink-link-activated" title='The "link-activated" signal'>link-activated</a>" : <code class="literal">Run Last</code>
88
+ </pre>
89
+ </div>
90
+ <div class="refsect1">
91
+ <a name="AtkHyperlink.description"></a><h2>Description</h2>
92
+ <p>
93
+ An ATK object which encapsulates a link or set of links
94
+ (for instance in the case of client-side image maps) in a hypertext document.
95
+ It may implement the AtkAction interface. AtkHyperlink may also be used
96
+ to refer to inline embedded content, since it allows specification of a start
97
+ and end offset within the host AtkHypertext object.
98
+ </p>
99
+ </div>
100
+ <div class="refsect1">
101
+ <a name="AtkHyperlink.details"></a><h2>Details</h2>
102
+ <div class="refsect2">
103
+ <a name="AtkHyperlink-struct"></a><h3>struct AtkHyperlink</h3>
104
+ <pre class="programlisting">struct AtkHyperlink;</pre>
105
+ <p>
106
+ The AtkHyperlink structure should not be accessed directly.
107
+ </p>
108
+ </div>
109
+ <hr>
110
+ <div class="refsect2">
111
+ <a name="AtkHyperlinkStateFlags"></a><h3>enum AtkHyperlinkStateFlags</h3>
112
+ <pre class="programlisting">typedef enum {
113
+ ATK_HYPERLINK_IS_INLINE = 1 &lt;&lt; 0
114
+ } AtkHyperlinkStateFlags;
115
+ </pre>
116
+ <p>
117
+ Describes the type of link
118
+ </p>
119
+ <div class="variablelist"><table border="0">
120
+ <col align="left" valign="top">
121
+ <tbody><tr>
122
+ <td><p><a name="ATK-HYPERLINK-IS-INLINE:CAPS"></a><span class="term"><code class="literal">ATK_HYPERLINK_IS_INLINE</code></span></p></td>
123
+ <td>Link is inline
124
+ </td>
125
+ </tr></tbody>
126
+ </table></div>
127
+ </div>
128
+ <hr>
129
+ <div class="refsect2">
130
+ <a name="atk-hyperlink-get-uri"></a><h3>atk_hyperlink_get_uri ()</h3>
131
+ <pre class="programlisting"><span class="returnvalue">gchar</span> * atk_hyperlink_get_uri (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
132
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
133
+ <p>
134
+ Get a the URI associated with the anchor specified
135
+ by <em class="parameter"><code>i</code></em> of <em class="parameter"><code>link_</code></em>.
136
+ </p>
137
+ <p>
138
+ Multiple anchors are primarily used by client-side image maps.
139
+ </p>
140
+ <div class="variablelist"><table border="0">
141
+ <col align="left" valign="top">
142
+ <tbody>
143
+ <tr>
144
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
145
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
146
+ </td>
147
+ </tr>
148
+ <tr>
149
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
150
+ <td>a (zero-index) integer specifying the desired anchor</td>
151
+ </tr>
152
+ <tr>
153
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
154
+ <td>a string specifying the URI</td>
155
+ </tr>
156
+ </tbody>
157
+ </table></div>
158
+ </div>
159
+ <hr>
160
+ <div class="refsect2">
161
+ <a name="atk-hyperlink-get-object"></a><h3>atk_hyperlink_get_object ()</h3>
162
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_hyperlink_get_object (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
163
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
164
+ <p>
165
+ Returns the item associated with this hyperlinks nth anchor.
166
+ For instance, the returned <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> will implement <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
167
+ if <em class="parameter"><code>link_</code></em> is a text hyperlink, <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> if <em class="parameter"><code>link_</code></em> is an image
168
+ hyperlink etc.
169
+ </p>
170
+ <p>
171
+ Multiple anchors are primarily used by client-side image maps.
172
+ </p>
173
+ <div class="variablelist"><table border="0">
174
+ <col align="left" valign="top">
175
+ <tbody>
176
+ <tr>
177
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
178
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
179
+ </td>
180
+ </tr>
181
+ <tr>
182
+ <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
183
+ <td>a (zero-index) integer specifying the desired anchor</td>
184
+ </tr>
185
+ <tr>
186
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
187
+ <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> associated with this hyperlinks
188
+ i-th anchor. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
189
+ </td>
190
+ </tr>
191
+ </tbody>
192
+ </table></div>
193
+ </div>
194
+ <hr>
195
+ <div class="refsect2">
196
+ <a name="atk-hyperlink-get-end-index"></a><h3>atk_hyperlink_get_end_index ()</h3>
197
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_hyperlink_get_end_index (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
198
+ <p>
199
+ Gets the index with the hypertext document at which this link ends.
200
+ </p>
201
+ <div class="variablelist"><table border="0">
202
+ <col align="left" valign="top">
203
+ <tbody>
204
+ <tr>
205
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
206
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
207
+ </td>
208
+ </tr>
209
+ <tr>
210
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
211
+ <td>the index with the hypertext document at which this link ends</td>
212
+ </tr>
213
+ </tbody>
214
+ </table></div>
215
+ </div>
216
+ <hr>
217
+ <div class="refsect2">
218
+ <a name="atk-hyperlink-get-start-index"></a><h3>atk_hyperlink_get_start_index ()</h3>
219
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_hyperlink_get_start_index (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
220
+ <p>
221
+ Gets the index with the hypertext document at which this link begins.
222
+ </p>
223
+ <div class="variablelist"><table border="0">
224
+ <col align="left" valign="top">
225
+ <tbody>
226
+ <tr>
227
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
228
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
229
+ </td>
230
+ </tr>
231
+ <tr>
232
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
233
+ <td>the index with the hypertext document at which this link begins</td>
234
+ </tr>
235
+ </tbody>
236
+ </table></div>
237
+ </div>
238
+ <hr>
239
+ <div class="refsect2">
240
+ <a name="atk-hyperlink-is-valid"></a><h3>atk_hyperlink_is_valid ()</h3>
241
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_valid (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
242
+ <p>
243
+ Since the document that a link is associated with may have changed
244
+ this method returns <code class="literal">TRUE</code> if the link is still valid (with
245
+ respect to the document it references) and <code class="literal">FALSE</code> otherwise.
246
+ </p>
247
+ <div class="variablelist"><table border="0">
248
+ <col align="left" valign="top">
249
+ <tbody>
250
+ <tr>
251
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
252
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
253
+ </td>
254
+ </tr>
255
+ <tr>
256
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
257
+ <td>whether or not this link is still valid</td>
258
+ </tr>
259
+ </tbody>
260
+ </table></div>
261
+ </div>
262
+ <hr>
263
+ <div class="refsect2">
264
+ <a name="atk-hyperlink-is-inline"></a><h3>atk_hyperlink_is_inline ()</h3>
265
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_inline (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
266
+ <p>
267
+ Indicates whether the link currently displays some or all of its
268
+ content inline. Ordinary HTML links will usually return
269
+ <code class="literal">FALSE</code>, but an inline &amp;lt;src&amp;gt; HTML element will return
270
+ <code class="literal">TRUE</code>.
271
+ a *
272
+ </p>
273
+ <div class="variablelist"><table border="0">
274
+ <col align="left" valign="top">
275
+ <tbody>
276
+ <tr>
277
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
278
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
279
+ </td>
280
+ </tr>
281
+ <tr>
282
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
283
+ <td>whether or not this link displays its content inline.</td>
284
+ </tr>
285
+ </tbody>
286
+ </table></div>
287
+ </div>
288
+ <hr>
289
+ <div class="refsect2">
290
+ <a name="atk-hyperlink-get-n-anchors"></a><h3>atk_hyperlink_get_n_anchors ()</h3>
291
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_hyperlink_get_n_anchors (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
292
+ <p>
293
+ Gets the number of anchors associated with this hyperlink.
294
+ </p>
295
+ <div class="variablelist"><table border="0">
296
+ <col align="left" valign="top">
297
+ <tbody>
298
+ <tr>
299
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
300
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
301
+ </td>
302
+ </tr>
303
+ <tr>
304
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
305
+ <td>the number of anchors associated with this hyperlink</td>
306
+ </tr>
307
+ </tbody>
308
+ </table></div>
309
+ </div>
310
+ <hr>
311
+ <div class="refsect2">
312
+ <a name="atk-hyperlink-is-selected-link"></a><h3>atk_hyperlink_is_selected_link ()</h3>
313
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_selected_link (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
314
+ <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
315
+ <h3 class="title">Warning</h3>
316
+ <p><code class="literal">atk_hyperlink_is_selected_link</code> is deprecated and should not be used in newly-written code. Please use ATK_STATE_SELECTED to indicate when a hyperlink within a Hypertext container is selected.</p>
317
+ </div>
318
+ <p>
319
+ Determines whether this AtkHyperlink is selected
320
+ </p>
321
+ <div class="variablelist"><table border="0">
322
+ <col align="left" valign="top">
323
+ <tbody>
324
+ <tr>
325
+ <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
326
+ <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
327
+ </td>
328
+ </tr>
329
+ <tr>
330
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
331
+ <td>True is the AtkHyperlink is selected, False otherwise</td>
332
+ </tr>
333
+ </tbody>
334
+ </table></div>
335
+ <p class="since">Since 1.4</p>
336
+ </div>
337
+ </div>
338
+ <div class="refsect1">
339
+ <a name="AtkHyperlink.property-details"></a><h2>Property Details</h2>
340
+ <div class="refsect2">
341
+ <a name="AtkHyperlink--end-index"></a><h3>The <code class="literal">"end-index"</code> property</h3>
342
+ <pre class="programlisting"> "end-index" <span class="type">gint</span> : Read</pre>
343
+ <p>The end index of the AtkHyperlink object.</p>
344
+ <p>Allowed values: &gt;= 0</p>
345
+ <p>Default value: 0</p>
346
+ </div>
347
+ <hr>
348
+ <div class="refsect2">
349
+ <a name="AtkHyperlink--number-of-anchors"></a><h3>The <code class="literal">"number-of-anchors"</code> property</h3>
350
+ <pre class="programlisting"> "number-of-anchors" <span class="type">gint</span> : Read</pre>
351
+ <p>The number of anchors associated with the AtkHyperlink object.</p>
352
+ <p>Allowed values: &gt;= 0</p>
353
+ <p>Default value: 0</p>
354
+ </div>
355
+ <hr>
356
+ <div class="refsect2">
357
+ <a name="AtkHyperlink--selected-link"></a><h3>The <code class="literal">"selected-link"</code> property</h3>
358
+ <pre class="programlisting"> "selected-link" <span class="type">gboolean</span> : Read</pre>
359
+ <p>Specifies whether the AtkHyperlink object is selected.</p>
360
+ <p>Default value: FALSE</p>
361
+ </div>
362
+ <hr>
363
+ <div class="refsect2">
364
+ <a name="AtkHyperlink--start-index"></a><h3>The <code class="literal">"start-index"</code> property</h3>
365
+ <pre class="programlisting"> "start-index" <span class="type">gint</span> : Read</pre>
366
+ <p>The start index of the AtkHyperlink object.</p>
367
+ <p>Allowed values: &gt;= 0</p>
368
+ <p>Default value: 0</p>
369
+ </div>
370
+ </div>
371
+ <div class="refsect1">
372
+ <a name="AtkHyperlink.signal-details"></a><h2>Signal Details</h2>
373
+ <div class="refsect2">
374
+ <a name="AtkHyperlink-link-activated"></a><h3>The <code class="literal">"link-activated"</code> signal</h3>
375
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *atkhyperlink,
376
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
377
+ <p>
378
+ The signal link-activated is emitted when a link is activated.
379
+ </p>
380
+ <div class="variablelist"><table border="0">
381
+ <col align="left" valign="top">
382
+ <tbody>
383
+ <tr>
384
+ <td><p><span class="term"><em class="parameter"><code>atkhyperlink</code></em> :</span></p></td>
385
+ <td>the object which received the signal.</td>
386
+ </tr>
387
+ <tr>
388
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
389
+ <td>user data set when the signal handler was connected.</td>
390
+ </tr>
391
+ </tbody>
392
+ </table></div>
393
+ </div>
394
+ </div>
395
+ </div>
396
+ <div class="footer">
397
+ <hr>
398
+ Generated by GTK-Doc V1.18.1</div>
399
+ </body>
400
+ </html>