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,215 @@
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>AtkHypertext</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="atk-AtkHyperlinkImpl.html" title="AtkHyperlinkImpl">
10
+ <link rel="next" href="AtkImage.html" title="AtkImage">
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="atk-AtkHyperlinkImpl.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="AtkImage.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="#AtkHypertext.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkHypertext.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkHypertext.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#AtkHypertext.implementations" class="shortcut">Known Implementations</a>
31
+  | 
32
+ <a href="#AtkHypertext.signals" class="shortcut">Signals</a>
33
+ </td></tr>
34
+ </table>
35
+ <div class="refentry">
36
+ <a name="AtkHypertext"></a><div class="titlepage"></div>
37
+ <div class="refnamediv"><table width="100%"><tr>
38
+ <td valign="top">
39
+ <h2><span class="refentrytitle"><a name="AtkHypertext.top_of_page"></a>AtkHypertext</span></h2>
40
+ <p>AtkHypertext — The ATK interface which provides standard mechanism for manipulating hyperlinks.</p>
41
+ </td>
42
+ <td valign="top" align="right"></td>
43
+ </tr></table></div>
44
+ <div class="refsynopsisdiv">
45
+ <a name="AtkHypertext.synopsis"></a><h2>Synopsis</h2>
46
+ <pre class="synopsis"> <a class="link" href="AtkHypertext.html#AtkHypertext-struct" title="AtkHypertext">AtkHypertext</a>;
47
+ <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> * <a class="link" href="AtkHypertext.html#atk-hypertext-get-link" title="atk_hypertext_get_link ()">atk_hypertext_get_link</a> (<em class="parameter"><code><a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *hypertext</code></em>,
48
+ <em class="parameter"><code><span class="type">gint</span> link_index</code></em>);
49
+ <span class="returnvalue">gint</span> <a class="link" href="AtkHypertext.html#atk-hypertext-get-n-links" title="atk_hypertext_get_n_links ()">atk_hypertext_get_n_links</a> (<em class="parameter"><code><a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *hypertext</code></em>);
50
+ <span class="returnvalue">gint</span> <a class="link" href="AtkHypertext.html#atk-hypertext-get-link-index" title="atk_hypertext_get_link_index ()">atk_hypertext_get_link_index</a> (<em class="parameter"><code><a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *hypertext</code></em>,
51
+ <em class="parameter"><code><span class="type">gint</span> char_index</code></em>);
52
+ </pre>
53
+ </div>
54
+ <div class="refsect1">
55
+ <a name="AtkHypertext.object-hierarchy"></a><h2>Object Hierarchy</h2>
56
+ <pre class="synopsis">
57
+ GInterface
58
+ +----AtkHypertext
59
+ </pre>
60
+ </div>
61
+ <div class="refsect1">
62
+ <a name="AtkHypertext.implementations"></a><h2>Known Implementations</h2>
63
+ <p>
64
+ AtkHypertext is implemented by
65
+ <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
66
+ </div>
67
+ <div class="refsect1">
68
+ <a name="AtkHypertext.signals"></a><h2>Signals</h2>
69
+ <pre class="synopsis">
70
+ "<a class="link" href="AtkHypertext.html#AtkHypertext-link-selected" title='The "link-selected" signal'>link-selected</a>" : <code class="literal">Run Last</code>
71
+ </pre>
72
+ </div>
73
+ <div class="refsect1">
74
+ <a name="AtkHypertext.description"></a><h2>Description</h2>
75
+ <p>
76
+ An interface used for objects which implement linking between multiple
77
+ resource or content locations, or multiple 'markers' within a single
78
+ document. A Hypertext instance is associated with one or more Hyperlinks,
79
+ which are associated with particular offsets within the Hypertext's included
80
+ content. While this interface is derived from Text, there is no requirement that Hypertext instances have textual content; they may implement Image as well, and Hyperlinks need not have non-zero text offsets.
81
+ </p>
82
+ </div>
83
+ <div class="refsect1">
84
+ <a name="AtkHypertext.details"></a><h2>Details</h2>
85
+ <div class="refsect2">
86
+ <a name="AtkHypertext-struct"></a><h3>AtkHypertext</h3>
87
+ <pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
88
+ <p>
89
+ The AtkHypertext structure does not contain any fields.
90
+ </p>
91
+ </div>
92
+ <hr>
93
+ <div class="refsect2">
94
+ <a name="atk-hypertext-get-link"></a><h3>atk_hypertext_get_link ()</h3>
95
+ <pre class="programlisting"><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> * atk_hypertext_get_link (<em class="parameter"><code><a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *hypertext</code></em>,
96
+ <em class="parameter"><code><span class="type">gint</span> link_index</code></em>);</pre>
97
+ <p>
98
+ Gets the link in this hypertext document at index
99
+ <em class="parameter"><code>link_index</code></em>
100
+ </p>
101
+ <div class="variablelist"><table border="0">
102
+ <col align="left" valign="top">
103
+ <tbody>
104
+ <tr>
105
+ <td><p><span class="term"><em class="parameter"><code>hypertext</code></em> :</span></p></td>
106
+ <td>an <a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a>
107
+ </td>
108
+ </tr>
109
+ <tr>
110
+ <td><p><span class="term"><em class="parameter"><code>link_index</code></em> :</span></p></td>
111
+ <td>an integer specifying the desired link</td>
112
+ </tr>
113
+ <tr>
114
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
115
+ <td>the link in this hypertext document at
116
+ index <em class="parameter"><code>link_index</code></em>. <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
+ <hr>
123
+ <div class="refsect2">
124
+ <a name="atk-hypertext-get-n-links"></a><h3>atk_hypertext_get_n_links ()</h3>
125
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_hypertext_get_n_links (<em class="parameter"><code><a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *hypertext</code></em>);</pre>
126
+ <p>
127
+ Gets the number of links within this hypertext document.
128
+ </p>
129
+ <div class="variablelist"><table border="0">
130
+ <col align="left" valign="top">
131
+ <tbody>
132
+ <tr>
133
+ <td><p><span class="term"><em class="parameter"><code>hypertext</code></em> :</span></p></td>
134
+ <td>an <a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a>
135
+ </td>
136
+ </tr>
137
+ <tr>
138
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
139
+ <td>the number of links within this hypertext document</td>
140
+ </tr>
141
+ </tbody>
142
+ </table></div>
143
+ </div>
144
+ <hr>
145
+ <div class="refsect2">
146
+ <a name="atk-hypertext-get-link-index"></a><h3>atk_hypertext_get_link_index ()</h3>
147
+ <pre class="programlisting"><span class="returnvalue">gint</span> atk_hypertext_get_link_index (<em class="parameter"><code><a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *hypertext</code></em>,
148
+ <em class="parameter"><code><span class="type">gint</span> char_index</code></em>);</pre>
149
+ <p>
150
+ Gets the index into the array of hyperlinks that is associated with
151
+ the character specified by <em class="parameter"><code>char_index</code></em>.
152
+ </p>
153
+ <div class="variablelist"><table border="0">
154
+ <col align="left" valign="top">
155
+ <tbody>
156
+ <tr>
157
+ <td><p><span class="term"><em class="parameter"><code>hypertext</code></em> :</span></p></td>
158
+ <td>an <a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a>
159
+ </td>
160
+ </tr>
161
+ <tr>
162
+ <td><p><span class="term"><em class="parameter"><code>char_index</code></em> :</span></p></td>
163
+ <td>a character index</td>
164
+ </tr>
165
+ <tr>
166
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
167
+ <td>an index into the array of hyperlinks in <em class="parameter"><code>hypertext</code></em>,
168
+ or -1 if there is no hyperlink associated with this character.</td>
169
+ </tr>
170
+ </tbody>
171
+ </table></div>
172
+ </div>
173
+ </div>
174
+ <div class="refsect1">
175
+ <a name="AtkHypertext.signal-details"></a><h2>Signal Details</h2>
176
+ <div class="refsect2">
177
+ <a name="AtkHypertext-link-selected"></a><h3>The <code class="literal">"link-selected"</code> signal</h3>
178
+ <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *atkhypertext,
179
+ <span class="type">gint</span> arg1,
180
+ <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
181
+ <p>
182
+ The "link-selected" signal is emitted by an AtkHyperText object when one of
183
+ the hyperlinks associated with the object is selected.
184
+ </p>
185
+ <div class="variablelist"><table border="0">
186
+ <col align="left" valign="top">
187
+ <tbody>
188
+ <tr>
189
+ <td><p><span class="term"><em class="parameter"><code>atkhypertext</code></em> :</span></p></td>
190
+ <td>the object which received the signal.</td>
191
+ </tr>
192
+ <tr>
193
+ <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
194
+ <td>the index of the hyperlink which is selected</td>
195
+ </tr>
196
+ <tr>
197
+ <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
198
+ <td>user data set when the signal handler was connected.</td>
199
+ </tr>
200
+ </tbody>
201
+ </table></div>
202
+ </div>
203
+ </div>
204
+ <div class="refsect1">
205
+ <a name="AtkHypertext.see-also"></a><h2>See Also</h2>
206
+ <p>
207
+ AtkHyperlink
208
+ </p>
209
+ </div>
210
+ </div>
211
+ <div class="footer">
212
+ <hr>
213
+ Generated by GTK-Doc V1.18.1</div>
214
+ </body>
215
+ </html>
@@ -0,0 +1,238 @@
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>AtkImage</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="AtkHypertext.html" title="AtkHypertext">
10
+ <link rel="next" href="AtkNoOpObject.html" title="AtkNoOpObject">
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="AtkHypertext.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="AtkNoOpObject.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="#AtkImage.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#AtkImage.description" class="shortcut">Description</a>
27
+  | 
28
+ <a href="#AtkImage.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
+  | 
30
+ <a href="#AtkImage.implementations" class="shortcut">Known Implementations</a>
31
+ </td></tr>
32
+ </table>
33
+ <div class="refentry">
34
+ <a name="AtkImage"></a><div class="titlepage"></div>
35
+ <div class="refnamediv"><table width="100%"><tr>
36
+ <td valign="top">
37
+ <h2><span class="refentrytitle"><a name="AtkImage.top_of_page"></a>AtkImage</span></h2>
38
+ <p>AtkImage — The ATK Interface implemented by components which expose image or pixmap
39
+ content on-screen.</p>
40
+ </td>
41
+ <td valign="top" align="right"></td>
42
+ </tr></table></div>
43
+ <div class="refsynopsisdiv">
44
+ <a name="AtkImage.synopsis"></a><h2>Synopsis</h2>
45
+ <pre class="synopsis"> <a class="link" href="AtkImage.html#AtkImage-struct" title="AtkImage">AtkImage</a>;
46
+ <span class="returnvalue">void</span> <a class="link" href="AtkImage.html#atk-image-get-image-position" title="atk_image_get_image_position ()">atk_image_get_image_position</a> (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>,
47
+ <em class="parameter"><code><span class="type">gint</span> *x</code></em>,
48
+ <em class="parameter"><code><span class="type">gint</span> *y</code></em>,
49
+ <em class="parameter"><code><a class="link" href="AtkUtil.html#AtkCoordType" title="enum AtkCoordType"><span class="type">AtkCoordType</span></a> coord_type</code></em>);
50
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkImage.html#atk-image-get-image-description" title="atk_image_get_image_description ()">atk_image_get_image_description</a> (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>);
51
+ <span class="returnvalue">gboolean</span> <a class="link" href="AtkImage.html#atk-image-set-image-description" title="atk_image_set_image_description ()">atk_image_set_image_description</a> (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>,
52
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
53
+ <span class="returnvalue">void</span> <a class="link" href="AtkImage.html#atk-image-get-image-size" title="atk_image_get_image_size ()">atk_image_get_image_size</a> (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>,
54
+ <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
55
+ <em class="parameter"><code><span class="type">gint</span> *height</code></em>);
56
+ const <span class="returnvalue">gchar</span> * <a class="link" href="AtkImage.html#atk-image-get-image-locale" title="atk_image_get_image_locale ()">atk_image_get_image_locale</a> (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>);
57
+ </pre>
58
+ </div>
59
+ <div class="refsect1">
60
+ <a name="AtkImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
61
+ <pre class="synopsis">
62
+ GInterface
63
+ +----AtkImage
64
+ </pre>
65
+ </div>
66
+ <div class="refsect1">
67
+ <a name="AtkImage.implementations"></a><h2>Known Implementations</h2>
68
+ <p>
69
+ AtkImage is implemented by
70
+ <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
71
+ </div>
72
+ <div class="refsect1">
73
+ <a name="AtkImage.description"></a><h2>Description</h2>
74
+ <p>
75
+ <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> should be implemented by <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> subtypes on behalf of
76
+ components which display image/pixmap information onscreen, and which
77
+ provide information (other than just widget borders, etc.) via that
78
+ image content. For instance, icons, buttons with icons, toolbar
79
+ elements, and image viewing panes typically should implement <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>.
80
+ </p>
81
+ <p>
82
+ <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> primarily provides two types of information: coordinate
83
+ information (useful for screen review mode of screenreaders, and for use
84
+ by onscreen magnifiers), and descriptive information. The descriptive
85
+ information is provided for alternative, text-only presentation of the
86
+ most significant information present in the image.
87
+ </p>
88
+ </div>
89
+ <div class="refsect1">
90
+ <a name="AtkImage.details"></a><h2>Details</h2>
91
+ <div class="refsect2">
92
+ <a name="AtkImage-struct"></a><h3>AtkImage</h3>
93
+ <pre class="programlisting">typedef struct _AtkImage AtkImage;</pre>
94
+ <p>
95
+ The AtkImage structure does not contain any fields.
96
+ </p>
97
+ </div>
98
+ <hr>
99
+ <div class="refsect2">
100
+ <a name="atk-image-get-image-position"></a><h3>atk_image_get_image_position ()</h3>
101
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_image_get_image_position (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>,
102
+ <em class="parameter"><code><span class="type">gint</span> *x</code></em>,
103
+ <em class="parameter"><code><span class="type">gint</span> *y</code></em>,
104
+ <em class="parameter"><code><a class="link" href="AtkUtil.html#AtkCoordType" title="enum AtkCoordType"><span class="type">AtkCoordType</span></a> coord_type</code></em>);</pre>
105
+ <p>
106
+ Gets the position of the image in the form of a point specifying the
107
+ images top-left corner.
108
+ </p>
109
+ <div class="variablelist"><table border="0">
110
+ <col align="left" valign="top">
111
+ <tbody>
112
+ <tr>
113
+ <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
114
+ <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
115
+ </tr>
116
+ <tr>
117
+ <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
118
+ <td>address of <span class="type">gint</span> to put x coordinate position; otherwise, -1 if value cannot be obtained.</td>
119
+ </tr>
120
+ <tr>
121
+ <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
122
+ <td>address of <span class="type">gint</span> to put y coordinate position; otherwise, -1 if value cannot be obtained.</td>
123
+ </tr>
124
+ <tr>
125
+ <td><p><span class="term"><em class="parameter"><code>coord_type</code></em> :</span></p></td>
126
+ <td>specifies whether the coordinates are relative to the screen
127
+ or to the components top level window</td>
128
+ </tr>
129
+ </tbody>
130
+ </table></div>
131
+ </div>
132
+ <hr>
133
+ <div class="refsect2">
134
+ <a name="atk-image-get-image-description"></a><h3>atk_image_get_image_description ()</h3>
135
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_image_get_image_description (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>);</pre>
136
+ <p>
137
+ Get a textual description of this image.
138
+ </p>
139
+ <div class="variablelist"><table border="0">
140
+ <col align="left" valign="top">
141
+ <tbody>
142
+ <tr>
143
+ <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
144
+ <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
145
+ </tr>
146
+ <tr>
147
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
148
+ <td>a string representing the image description</td>
149
+ </tr>
150
+ </tbody>
151
+ </table></div>
152
+ </div>
153
+ <hr>
154
+ <div class="refsect2">
155
+ <a name="atk-image-set-image-description"></a><h3>atk_image_set_image_description ()</h3>
156
+ <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_image_set_image_description (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>,
157
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
158
+ <p>
159
+ Sets the textual description for this image.
160
+ </p>
161
+ <div class="variablelist"><table border="0">
162
+ <col align="left" valign="top">
163
+ <tbody>
164
+ <tr>
165
+ <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
166
+ <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
167
+ </tr>
168
+ <tr>
169
+ <td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
170
+ <td>a string description to set for <em class="parameter"><code>image</code></em>
171
+ </td>
172
+ </tr>
173
+ <tr>
174
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
175
+ <td>boolean TRUE, or FALSE if operation could
176
+ not be completed.</td>
177
+ </tr>
178
+ </tbody>
179
+ </table></div>
180
+ </div>
181
+ <hr>
182
+ <div class="refsect2">
183
+ <a name="atk-image-get-image-size"></a><h3>atk_image_get_image_size ()</h3>
184
+ <pre class="programlisting"><span class="returnvalue">void</span> atk_image_get_image_size (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>,
185
+ <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
186
+ <em class="parameter"><code><span class="type">gint</span> *height</code></em>);</pre>
187
+ <p>
188
+ Get the width and height in pixels for the specified image.
189
+ The values of <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em> are returned as -1 if the
190
+ values cannot be obtained (for instance, if the object is not onscreen).
191
+ </p>
192
+ <div class="variablelist"><table border="0">
193
+ <col align="left" valign="top">
194
+ <tbody>
195
+ <tr>
196
+ <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
197
+ <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
198
+ </tr>
199
+ <tr>
200
+ <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
201
+ <td>filled with the image width, or -1 if the value cannot be obtained.</td>
202
+ </tr>
203
+ <tr>
204
+ <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
205
+ <td>filled with the image height, or -1 if the value cannot be obtained.</td>
206
+ </tr>
207
+ </tbody>
208
+ </table></div>
209
+ </div>
210
+ <hr>
211
+ <div class="refsect2">
212
+ <a name="atk-image-get-image-locale"></a><h3>atk_image_get_image_locale ()</h3>
213
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> * atk_image_get_image_locale (<em class="parameter"><code><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> *image</code></em>);</pre>
214
+ <p>
215
+ Since ATK 1.12
216
+ </p>
217
+ <div class="variablelist"><table border="0">
218
+ <col align="left" valign="top">
219
+ <tbody>
220
+ <tr>
221
+ <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
222
+ <td>An <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>
223
+ </td>
224
+ </tr>
225
+ <tr>
226
+ <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
227
+ <td>a string corresponding to the POSIX LC_MESSAGES locale used by the image description, or NULL if the image does not specify a locale.</td>
228
+ </tr>
229
+ </tbody>
230
+ </table></div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ <div class="footer">
235
+ <hr>
236
+ Generated by GTK-Doc V1.18.1</div>
237
+ </body>
238
+ </html>