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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
  6. data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
  8. data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
  9. data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
  10. data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
  11. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
  12. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
  13. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
  14. data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
  15. data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
  16. data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
  17. data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
  18. data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
  19. data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
  20. data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
  21. data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
  22. data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
  23. data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
  24. data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
  25. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
  26. data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
  27. data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
  28. data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
  29. data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
  30. data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
  31. data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
  32. data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
  33. data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
  34. data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
  35. data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
  36. data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
  37. data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
  38. data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
  39. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  40. data/vendor/local/lib/libatk-1.0.la +3 -3
  41. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  42. data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
  43. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
  44. data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
  45. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
  46. data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
  47. data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
  48. data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
  49. data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
  50. data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
  51. data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
  52. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
  53. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
  54. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
  55. data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
  56. data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
  57. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
  58. data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
  59. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
  60. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
  61. data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
  62. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
  63. data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
  64. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
  65. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
  66. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
  67. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
  68. data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
  69. data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
  70. data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
  71. data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
  72. data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
  73. data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
  74. data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
  75. data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
  76. data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
  77. data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
  78. data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
  79. data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
  80. data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
  81. data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
  82. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
  83. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
  84. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
  85. data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
  86. data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
  87. data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
  88. data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
  89. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
  90. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
  91. data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
  92. data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
  93. data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
  94. data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
  95. data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
  96. data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
  97. data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
  98. data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
  99. data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
  100. data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
  101. data/vendor/local/share/license/atk/AUTHORS +18 -5
  102. data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
  103. data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
  104. data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
  105. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
  106. data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
  107. data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
  108. data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
  109. data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
  110. data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
  111. data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
  112. data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
  113. data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
  114. data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
  115. data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
  116. data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
  117. data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
  118. data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
  119. data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
  120. data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
  121. data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
  122. data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
  123. data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
  124. data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
  125. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  126. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
  127. data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
  128. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  129. data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
  130. data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
  131. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
  132. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
  133. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
  134. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
  135. metadata +27 -19
  136. data/lib/1.9/atk.so +0 -0
  137. data/lib/2.1/atk.so +0 -0
  138. data/vendor/local/lib/atk-1.0.def +0 -248
  139. data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
  140. data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
  141. data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
  142. data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
  143. data/vendor/local/share/gtk-doc/html/atk/api-index-1-32.html +0 -30
@@ -2,30 +2,26 @@
2
2
  <html>
3
3
  <head>
4
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">
5
+ <title>ATK - Accessibility Toolkit: AtkHypertext</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
- <link rel="up" href="atk.html" title="ATK Library">
8
+ <link rel="up" href="interfaces.html" title="ATK Interfaces">
9
9
  <link rel="prev" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinImpl">
10
10
  <link rel="next" href="AtkImage.html" title="AtkImage">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#AtkHypertext.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkHypertext.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkHypertext.implementations" class="shortcut">Known Implementations</a>
24
-  | 
25
- <a href="#AtkHypertext.signals" class="shortcut">Signals</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#AtkHypertext.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkHypertext.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_implementations">  <span class="dim">|</span> 
20
+ <a href="#AtkHypertext.implementations" class="shortcut">Known Implementations</a></span><span id="nav_signals">  <span class="dim">|</span> 
21
+ <a href="#AtkHypertext.signals" class="shortcut">Signals</a></span>
26
22
  </td>
27
23
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
28
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
24
+ <td><a accesskey="u" href="interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
29
25
  <td><a accesskey="p" href="atk-AtkHyperlinkImpl.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
30
26
  <td><a accesskey="n" href="AtkImage.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
31
27
  </tr></table>
@@ -37,23 +33,75 @@
37
33
  <p>AtkHypertext — The ATK interface which provides standard
38
34
  mechanism for manipulating hyperlinks.</p>
39
35
  </td>
40
- <td valign="top" align="right"></td>
36
+ <td class="gallery_image" valign="top" align="right"></td>
41
37
  </tr></table></div>
42
- <div class="refsynopsisdiv">
43
- <a name="AtkHypertext.synopsis"></a><h2>Synopsis</h2>
44
- <pre class="synopsis"> <a class="link" href="AtkHypertext.html#AtkHypertext-struct" title="AtkHypertext">AtkHypertext</a>;
45
- <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>,
46
- <em class="parameter"><code><span class="type">gint</span> link_index</code></em>);
47
- <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>);
48
- <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>,
49
- <em class="parameter"><code><span class="type">gint</span> char_index</code></em>);
50
- </pre>
38
+ <div class="refsect1">
39
+ <a name="AtkHypertext.functions"></a><h2>Functions</h2>
40
+ <div class="informaltable"><table width="100%" border="0">
41
+ <colgroup>
42
+ <col width="150px" class="functions_return">
43
+ <col class="functions_name">
44
+ </colgroup>
45
+ <tbody>
46
+ <tr>
47
+ <td class="function_type">
48
+ <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> *
49
+ </td>
50
+ <td class="function_name">
51
+ <a class="link" href="AtkHypertext.html#atk-hypertext-get-link" title="atk_hypertext_get_link ()">atk_hypertext_get_link</a> <span class="c_punctuation">()</span>
52
+ </td>
53
+ </tr>
54
+ <tr>
55
+ <td class="function_type">
56
+ <span class="returnvalue">gint</span>
57
+ </td>
58
+ <td class="function_name">
59
+ <a class="link" href="AtkHypertext.html#atk-hypertext-get-n-links" title="atk_hypertext_get_n_links ()">atk_hypertext_get_n_links</a> <span class="c_punctuation">()</span>
60
+ </td>
61
+ </tr>
62
+ <tr>
63
+ <td class="function_type">
64
+ <span class="returnvalue">gint</span>
65
+ </td>
66
+ <td class="function_name">
67
+ <a class="link" href="AtkHypertext.html#atk-hypertext-get-link-index" title="atk_hypertext_get_link_index ()">atk_hypertext_get_link_index</a> <span class="c_punctuation">()</span>
68
+ </td>
69
+ </tr>
70
+ </tbody>
71
+ </table></div>
72
+ </div>
73
+ <div class="refsect1">
74
+ <a name="AtkHypertext.signals"></a><h2>Signals</h2>
75
+ <div class="informaltable"><table border="0">
76
+ <colgroup>
77
+ <col width="150px" class="signals_return">
78
+ <col width="300px" class="signals_name">
79
+ <col width="200px" class="signals_flags">
80
+ </colgroup>
81
+ <tbody><tr>
82
+ <td class="signal_type"><span class="returnvalue">void</span></td>
83
+ <td class="signal_name"><a class="link" href="AtkHypertext.html#AtkHypertext-link-selected" title="The “link-selected” signal">link-selected</a></td>
84
+ <td class="signal_flags">Run Last</td>
85
+ </tr></tbody>
86
+ </table></div>
87
+ </div>
88
+ <div class="refsect1">
89
+ <a name="AtkHypertext.other"></a><h2>Types and Values</h2>
90
+ <div class="informaltable"><table width="100%" border="0">
91
+ <colgroup>
92
+ <col width="150px" class="name">
93
+ <col class="description">
94
+ </colgroup>
95
+ <tbody><tr>
96
+ <td class="datatype_keyword"> </td>
97
+ <td class="function_name"><a class="link" href="AtkHypertext.html#AtkHypertext-struct" title="AtkHypertext">AtkHypertext</a></td>
98
+ </tr></tbody>
99
+ </table></div>
51
100
  </div>
52
101
  <div class="refsect1">
53
102
  <a name="AtkHypertext.object-hierarchy"></a><h2>Object Hierarchy</h2>
54
- <pre class="synopsis">
55
- GInterface
56
- +----AtkHypertext
103
+ <pre class="screen"> GInterface
104
+ <span class="lineart">╰──</span> AtkHypertext
57
105
  </pre>
58
106
  </div>
59
107
  <div class="refsect1">
@@ -63,148 +111,176 @@ AtkHypertext is implemented by
63
111
  <a class="link" href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
64
112
  </div>
65
113
  <div class="refsect1">
66
- <a name="AtkHypertext.signals"></a><h2>Signals</h2>
67
- <pre class="synopsis">
68
- "<a class="link" href="AtkHypertext.html#AtkHypertext-link-selected" title='The "link-selected" signal'>link-selected</a>" : <code class="literal">Run Last</code>
69
- </pre>
70
- </div>
71
- <div class="refsect1">
72
114
  <a name="AtkHypertext.description"></a><h2>Description</h2>
73
- <p>
74
- An interface used for objects which implement linking between
115
+ <p>An interface used for objects which implement linking between
75
116
  multiple resource or content locations, or multiple 'markers'
76
117
  within a single document. A Hypertext instance is associated with
77
118
  one or more Hyperlinks, which are associated with particular
78
119
  offsets within the Hypertext's included content. While this
79
120
  interface is derived from Text, there is no requirement that
80
121
  Hypertext instances have textual content; they may implement Image
81
- as well, and Hyperlinks need not have non-zero text offsets.
82
- </p>
122
+ as well, and Hyperlinks need not have non-zero text offsets.</p>
83
123
  </div>
84
124
  <div class="refsect1">
85
- <a name="AtkHypertext.details"></a><h2>Details</h2>
86
- <div class="refsect2">
87
- <a name="AtkHypertext-struct"></a><h3>AtkHypertext</h3>
88
- <pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
89
- <p>
90
- </p>
91
- </div>
92
- <hr>
125
+ <a name="AtkHypertext.functions_details"></a><h2>Functions</h2>
93
126
  <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
127
+ <a name="atk-hypertext-get-link"></a><h3>atk_hypertext_get_link ()</h3>
128
+ <pre class="programlisting"><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="returnvalue">AtkHyperlink</span></a> *
129
+ 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>,
130
+ <em class="parameter"><code><span class="type">gint</span> link_index</code></em>);</pre>
131
+ <p>Gets the link in this hypertext document at index
99
132
  <em class="parameter"><code>link_index</code></em>
100
133
  </p>
101
- <div class="variablelist"><table border="0">
102
- <col align="left" valign="top">
134
+ <div class="refsect3">
135
+ <a name="id-1.5.7.9.2.5"></a><h4>Parameters</h4>
136
+ <div class="informaltable"><table width="100%" border="0">
137
+ <colgroup>
138
+ <col width="150px" class="parameters_name">
139
+ <col class="parameters_description">
140
+ <col width="200px" class="parameters_annotations">
141
+ </colgroup>
103
142
  <tbody>
104
143
  <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>
144
+ <td class="parameter_name"><p>hypertext</p></td>
145
+ <td class="parameter_description"><p>an <a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a></p></td>
146
+ <td class="parameter_annotations"> </td>
108
147
  </tr>
109
148
  <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>
149
+ <td class="parameter_name"><p>link_index</p></td>
150
+ <td class="parameter_description"><p>an integer specifying the desired link</p></td>
151
+ <td class="parameter_annotations"> </td>
118
152
  </tr>
119
153
  </tbody>
120
154
  </table></div>
121
155
  </div>
156
+ <div class="refsect3">
157
+ <a name="id-1.5.7.9.2.6"></a><h4>Returns</h4>
158
+ <p> the link in this hypertext document at
159
+ index <em class="parameter"><code>link_index</code></em>
160
+ . </p>
161
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
162
+ </div>
163
+ </div>
122
164
  <hr>
123
165
  <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>
166
+ <a name="atk-hypertext-get-n-links"></a><h3>atk_hypertext_get_n_links ()</h3>
167
+ <pre class="programlisting"><span class="returnvalue">gint</span>
168
+ 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>
169
+ <p>Gets the number of links within this hypertext document.</p>
170
+ <div class="refsect3">
171
+ <a name="id-1.5.7.9.3.5"></a><h4>Parameters</h4>
172
+ <div class="informaltable"><table width="100%" border="0">
173
+ <colgroup>
174
+ <col width="150px" class="parameters_name">
175
+ <col class="parameters_description">
176
+ <col width="200px" class="parameters_annotations">
177
+ </colgroup>
178
+ <tbody><tr>
179
+ <td class="parameter_name"><p>hypertext</p></td>
180
+ <td class="parameter_description"><p>an <a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a></p></td>
181
+ <td class="parameter_annotations"> </td>
182
+ </tr></tbody>
142
183
  </table></div>
143
184
  </div>
185
+ <div class="refsect3">
186
+ <a name="id-1.5.7.9.3.6"></a><h4>Returns</h4>
187
+ <p> the number of links within this hypertext document</p>
188
+ <p></p>
189
+ </div>
190
+ </div>
144
191
  <hr>
145
192
  <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">
193
+ <a name="atk-hypertext-get-link-index"></a><h3>atk_hypertext_get_link_index ()</h3>
194
+ <pre class="programlisting"><span class="returnvalue">gint</span>
195
+ 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>,
196
+ <em class="parameter"><code><span class="type">gint</span> char_index</code></em>);</pre>
197
+ <p>Gets the index into the array of hyperlinks that is associated with
198
+ the character specified by <em class="parameter"><code>char_index</code></em>
199
+ .</p>
200
+ <div class="refsect3">
201
+ <a name="id-1.5.7.9.4.5"></a><h4>Parameters</h4>
202
+ <div class="informaltable"><table width="100%" border="0">
203
+ <colgroup>
204
+ <col width="150px" class="parameters_name">
205
+ <col class="parameters_description">
206
+ <col width="200px" class="parameters_annotations">
207
+ </colgroup>
155
208
  <tbody>
156
209
  <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>
210
+ <td class="parameter_name"><p>hypertext</p></td>
211
+ <td class="parameter_description"><p>an <a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a></p></td>
212
+ <td class="parameter_annotations"> </td>
164
213
  </tr>
165
214
  <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>
215
+ <td class="parameter_name"><p>char_index</p></td>
216
+ <td class="parameter_description"><p>a character index</p></td>
217
+ <td class="parameter_annotations"> </td>
169
218
  </tr>
170
219
  </tbody>
171
220
  </table></div>
172
221
  </div>
222
+ <div class="refsect3">
223
+ <a name="id-1.5.7.9.4.6"></a><h4>Returns</h4>
224
+ <p> an index into the array of hyperlinks in <em class="parameter"><code>hypertext</code></em>
225
+ ,
226
+ or -1 if there is no hyperlink associated with this character.</p>
227
+ <p></p>
228
+ </div>
229
+ </div>
173
230
  </div>
174
231
  <div class="refsect1">
175
- <a name="AtkHypertext.signal-details"></a><h2>Signal Details</h2>
232
+ <a name="AtkHypertext.other_details"></a><h2>Types and Values</h2>
176
233
  <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>
234
+ <a name="AtkHypertext-struct"></a><h3>AtkHypertext</h3>
235
+ <pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
181
236
  <p>
182
- The "link-selected" signal is emitted by an AtkHyperText
183
- object when one of the hyperlinks associated with the object
184
- is selected.
185
237
  </p>
186
- <div class="variablelist"><table border="0">
187
- <col align="left" valign="top">
238
+ </div>
239
+ </div>
240
+ <div class="refsect1">
241
+ <a name="AtkHypertext.signal-details"></a><h2>Signal Details</h2>
242
+ <div class="refsect2">
243
+ <a name="AtkHypertext-link-selected"></a><h3>The <code class="literal">“link-selected”</code> signal</h3>
244
+ <pre class="programlisting"><span class="returnvalue">void</span>
245
+ user_function (<a class="link" href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a> *atkhypertext,
246
+ <span class="type">gint</span> arg1,
247
+ <span class="type">gpointer</span> user_data)</pre>
248
+ <p>The "link-selected" signal is emitted by an AtkHyperText
249
+ object when one of the hyperlinks associated with the object
250
+ is selected.</p>
251
+ <div class="refsect3">
252
+ <a name="id-1.5.7.11.2.5"></a><h4>Parameters</h4>
253
+ <div class="informaltable"><table width="100%" border="0">
254
+ <colgroup>
255
+ <col width="150px" class="parameters_name">
256
+ <col class="parameters_description">
257
+ <col width="200px" class="parameters_annotations">
258
+ </colgroup>
188
259
  <tbody>
189
260
  <tr>
190
- <td><p><span class="term"><em class="parameter"><code>atkhypertext</code></em> :</span></p></td>
191
- <td>the object which received the signal.</td>
261
+ <td class="parameter_name"><p>atkhypertext</p></td>
262
+ <td class="parameter_description"><p>the object which received the signal.</p></td>
263
+ <td class="parameter_annotations"> </td>
192
264
  </tr>
193
265
  <tr>
194
- <td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
195
- <td>the index of the hyperlink which is selected</td>
266
+ <td class="parameter_name"><p>arg1</p></td>
267
+ <td class="parameter_description"><p>the index of the hyperlink which is selected</p></td>
268
+ <td class="parameter_annotations"> </td>
196
269
  </tr>
197
270
  <tr>
198
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
199
- <td>user data set when the signal handler was connected.</td>
271
+ <td class="parameter_name"><p>user_data</p></td>
272
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
273
+ <td class="parameter_annotations"> </td>
200
274
  </tr>
201
275
  </tbody>
202
276
  </table></div>
203
277
  </div>
278
+ <p>Flags: Run Last</p>
279
+ </div>
204
280
  </div>
205
281
  </div>
206
282
  <div class="footer">
207
283
  <hr>
208
- Generated by GTK-Doc V1.19.1</div>
284
+ Generated by GTK-Doc V1.21.1</div>
209
285
  </body>
210
286
  </html>
@@ -2,30 +2,27 @@
2
2
  <html>
3
3
  <head>
4
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">
5
+ <title>ATK - Accessibility Toolkit: AtkImage</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
  <link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
8
- <link rel="up" href="atk.html" title="ATK Library">
8
+ <link rel="up" href="interfaces.html" title="ATK Interfaces">
9
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.19.1 (XML mode)">
10
+ <link rel="next" href="AtkSelection.html" title="AtkSelection">
11
+ <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
  <link rel="stylesheet" href="style.css" type="text/css">
13
13
  </head>
14
14
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
- <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
16
- <td width="100%" align="left">
17
- <a href="#" class="shortcut">Top</a>
18
-  | 
19
- <a href="#AtkImage.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkImage.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkImage.implementations" class="shortcut">Known Implementations</a>
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
+ <td width="100%" align="left" class="shortcuts">
17
+ <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
18
+ <a href="#AtkImage.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkImage.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_implementations">  <span class="dim">|</span> 
20
+ <a href="#AtkImage.implementations" class="shortcut">Known Implementations</a></span>
24
21
  </td>
25
22
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
26
- <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="u" href="interfaces.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
27
24
  <td><a accesskey="p" href="AtkHypertext.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
28
- <td><a accesskey="n" href="AtkNoOpObject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25
+ <td><a accesskey="n" href="AtkSelection.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
29
26
  </tr></table>
30
27
  <div class="refentry">
31
28
  <a name="AtkImage"></a><div class="titlepage"></div>
@@ -35,29 +32,74 @@
35
32
  <p>AtkImage — The ATK Interface implemented by components
36
33
  which expose image or pixmap content on-screen.</p>
37
34
  </td>
38
- <td valign="top" align="right"></td>
35
+ <td class="gallery_image" valign="top" align="right"></td>
39
36
  </tr></table></div>
40
- <div class="refsynopsisdiv">
41
- <a name="AtkImage.synopsis"></a><h2>Synopsis</h2>
42
- <pre class="synopsis"> <a class="link" href="AtkImage.html#AtkImage-struct" title="AtkImage">AtkImage</a>;
43
- <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>,
44
- <em class="parameter"><code><span class="type">gint</span> *x</code></em>,
45
- <em class="parameter"><code><span class="type">gint</span> *y</code></em>,
46
- <em class="parameter"><code><a class="link" href="AtkUtil.html#AtkCoordType" title="enum AtkCoordType"><span class="type">AtkCoordType</span></a> coord_type</code></em>);
47
- 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>);
48
- <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>,
49
- <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);
50
- <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>,
51
- <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
52
- <em class="parameter"><code><span class="type">gint</span> *height</code></em>);
53
- 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>);
54
- </pre>
37
+ <div class="refsect1">
38
+ <a name="AtkImage.functions"></a><h2>Functions</h2>
39
+ <div class="informaltable"><table width="100%" border="0">
40
+ <colgroup>
41
+ <col width="150px" class="functions_return">
42
+ <col class="functions_name">
43
+ </colgroup>
44
+ <tbody>
45
+ <tr>
46
+ <td class="function_type">
47
+ <span class="returnvalue">void</span>
48
+ </td>
49
+ <td class="function_name">
50
+ <a class="link" href="AtkImage.html#atk-image-get-image-position" title="atk_image_get_image_position ()">atk_image_get_image_position</a> <span class="c_punctuation">()</span>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="AtkImage.html#atk-image-get-image-description" title="atk_image_get_image_description ()">atk_image_get_image_description</a> <span class="c_punctuation">()</span>
58
+ </td>
59
+ </tr>
60
+ <tr>
61
+ <td class="function_type">
62
+ <span class="returnvalue">gboolean</span>
63
+ </td>
64
+ <td class="function_name">
65
+ <a class="link" href="AtkImage.html#atk-image-set-image-description" title="atk_image_set_image_description ()">atk_image_set_image_description</a> <span class="c_punctuation">()</span>
66
+ </td>
67
+ </tr>
68
+ <tr>
69
+ <td class="function_type">
70
+ <span class="returnvalue">void</span>
71
+ </td>
72
+ <td class="function_name">
73
+ <a class="link" href="AtkImage.html#atk-image-get-image-size" title="atk_image_get_image_size ()">atk_image_get_image_size</a> <span class="c_punctuation">()</span>
74
+ </td>
75
+ </tr>
76
+ <tr>
77
+ <td class="function_type">const <span class="returnvalue">gchar</span> *
78
+ </td>
79
+ <td class="function_name">
80
+ <a class="link" href="AtkImage.html#atk-image-get-image-locale" title="atk_image_get_image_locale ()">atk_image_get_image_locale</a> <span class="c_punctuation">()</span>
81
+ </td>
82
+ </tr>
83
+ </tbody>
84
+ </table></div>
85
+ </div>
86
+ <div class="refsect1">
87
+ <a name="AtkImage.other"></a><h2>Types and Values</h2>
88
+ <div class="informaltable"><table width="100%" border="0">
89
+ <colgroup>
90
+ <col width="150px" class="name">
91
+ <col class="description">
92
+ </colgroup>
93
+ <tbody><tr>
94
+ <td class="datatype_keyword"> </td>
95
+ <td class="function_name"><a class="link" href="AtkImage.html#AtkImage-struct" title="AtkImage">AtkImage</a></td>
96
+ </tr></tbody>
97
+ </table></div>
55
98
  </div>
56
99
  <div class="refsect1">
57
100
  <a name="AtkImage.object-hierarchy"></a><h2>Object Hierarchy</h2>
58
- <pre class="synopsis">
59
- GInterface
60
- +----AtkImage
101
+ <pre class="screen"> GInterface
102
+ <span class="lineart">╰──</span> AtkImage
61
103
  </pre>
62
104
  </div>
63
105
  <div class="refsect1">
@@ -68,171 +110,210 @@ AtkImage is implemented by
68
110
  </div>
69
111
  <div class="refsect1">
70
112
  <a name="AtkImage.description"></a><h2>Description</h2>
71
- <p>
72
- <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
113
+ <p><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
73
114
  components which display image/pixmap information onscreen, and
74
115
  which provide information (other than just widget borders, etc.)
75
116
  via that image content. For instance, icons, buttons with icons,
76
117
  toolbar elements, and image viewing panes typically should
77
- implement <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>.
78
- </p>
79
- <p>
80
- <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> primarily provides two types of information: coordinate
118
+ implement <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>.</p>
119
+ <p><a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> primarily provides two types of information: coordinate
81
120
  information (useful for screen review mode of screenreaders, and
82
121
  for use by onscreen magnifiers), and descriptive information. The
83
122
  descriptive information is provided for alternative, text-only
84
123
  presentation of the most significant information present in the
85
- image.
86
- </p>
124
+ image.</p>
87
125
  </div>
88
126
  <div class="refsect1">
89
- <a name="AtkImage.details"></a><h2>Details</h2>
90
- <div class="refsect2">
91
- <a name="AtkImage-struct"></a><h3>AtkImage</h3>
92
- <pre class="programlisting">typedef struct _AtkImage AtkImage;</pre>
93
- <p>
94
- </p>
95
- </div>
96
- <hr>
127
+ <a name="AtkImage.functions_details"></a><h2>Functions</h2>
97
128
  <div class="refsect2">
98
- <a name="atk-image-get-image-position"></a><h3>atk_image_get_image_position ()</h3>
99
- <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>,
100
- <em class="parameter"><code><span class="type">gint</span> *x</code></em>,
101
- <em class="parameter"><code><span class="type">gint</span> *y</code></em>,
102
- <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>
103
- <p>
104
- Gets the position of the image in the form of a point specifying the
105
- images top-left corner.
106
- </p>
107
- <div class="variablelist"><table border="0">
108
- <col align="left" valign="top">
129
+ <a name="atk-image-get-image-position"></a><h3>atk_image_get_image_position ()</h3>
130
+ <pre class="programlisting"><span class="returnvalue">void</span>
131
+ 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>,
132
+ <em class="parameter"><code><span class="type">gint</span> *x</code></em>,
133
+ <em class="parameter"><code><span class="type">gint</span> *y</code></em>,
134
+ <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>
135
+ <p>Gets the position of the image in the form of a point specifying the
136
+ images top-left corner.</p>
137
+ <div class="refsect3">
138
+ <a name="id-1.5.8.8.2.5"></a><h4>Parameters</h4>
139
+ <div class="informaltable"><table width="100%" border="0">
140
+ <colgroup>
141
+ <col width="150px" class="parameters_name">
142
+ <col class="parameters_description">
143
+ <col width="200px" class="parameters_annotations">
144
+ </colgroup>
109
145
  <tbody>
110
146
  <tr>
111
- <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
112
- <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
147
+ <td class="parameter_name"><p>image</p></td>
148
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkImageIface</p></td>
149
+ <td class="parameter_annotations"> </td>
113
150
  </tr>
114
151
  <tr>
115
- <td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
116
- <td>address of <span class="type">gint</span> to put x coordinate position; otherwise, -1 if value cannot be obtained.</td>
152
+ <td class="parameter_name"><p>x</p></td>
153
+ <td class="parameter_description"><p>address of <span class="type">gint</span> to put x coordinate position; otherwise, -1 if value cannot be obtained.</p></td>
154
+ <td class="parameter_annotations"> </td>
117
155
  </tr>
118
156
  <tr>
119
- <td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
120
- <td>address of <span class="type">gint</span> to put y coordinate position; otherwise, -1 if value cannot be obtained.</td>
157
+ <td class="parameter_name"><p>y</p></td>
158
+ <td class="parameter_description"><p>address of <span class="type">gint</span> to put y coordinate position; otherwise, -1 if value cannot be obtained.</p></td>
159
+ <td class="parameter_annotations"> </td>
121
160
  </tr>
122
161
  <tr>
123
- <td><p><span class="term"><em class="parameter"><code>coord_type</code></em> :</span></p></td>
124
- <td>specifies whether the coordinates are relative to the screen
125
- or to the components top level window</td>
162
+ <td class="parameter_name"><p>coord_type</p></td>
163
+ <td class="parameter_description"><p>specifies whether the coordinates are relative to the screen
164
+ or to the components top level window</p></td>
165
+ <td class="parameter_annotations"> </td>
126
166
  </tr>
127
167
  </tbody>
128
168
  </table></div>
129
169
  </div>
170
+ </div>
130
171
  <hr>
131
172
  <div class="refsect2">
132
- <a name="atk-image-get-image-description"></a><h3>atk_image_get_image_description ()</h3>
133
- <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>
134
- <p>
135
- Get a textual description of this image.
136
- </p>
137
- <div class="variablelist"><table border="0">
138
- <col align="left" valign="top">
139
- <tbody>
140
- <tr>
141
- <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
142
- <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
143
- </tr>
144
- <tr>
145
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
146
- <td>a string representing the image description</td>
147
- </tr>
148
- </tbody>
173
+ <a name="atk-image-get-image-description"></a><h3>atk_image_get_image_description ()</h3>
174
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
175
+ 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>
176
+ <p>Get a textual description of this image.</p>
177
+ <div class="refsect3">
178
+ <a name="id-1.5.8.8.3.5"></a><h4>Parameters</h4>
179
+ <div class="informaltable"><table width="100%" border="0">
180
+ <colgroup>
181
+ <col width="150px" class="parameters_name">
182
+ <col class="parameters_description">
183
+ <col width="200px" class="parameters_annotations">
184
+ </colgroup>
185
+ <tbody><tr>
186
+ <td class="parameter_name"><p>image</p></td>
187
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkImageIface</p></td>
188
+ <td class="parameter_annotations"> </td>
189
+ </tr></tbody>
149
190
  </table></div>
150
191
  </div>
192
+ <div class="refsect3">
193
+ <a name="id-1.5.8.8.3.6"></a><h4>Returns</h4>
194
+ <p> a string representing the image description</p>
195
+ <p></p>
196
+ </div>
197
+ </div>
151
198
  <hr>
152
199
  <div class="refsect2">
153
- <a name="atk-image-set-image-description"></a><h3>atk_image_set_image_description ()</h3>
154
- <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>,
155
- <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
156
- <p>
157
- Sets the textual description for this image.
158
- </p>
159
- <div class="variablelist"><table border="0">
160
- <col align="left" valign="top">
200
+ <a name="atk-image-set-image-description"></a><h3>atk_image_set_image_description ()</h3>
201
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
202
+ 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>,
203
+ <em class="parameter"><code>const <span class="type">gchar</span> *description</code></em>);</pre>
204
+ <p>Sets the textual description for this image.</p>
205
+ <div class="refsect3">
206
+ <a name="id-1.5.8.8.4.5"></a><h4>Parameters</h4>
207
+ <div class="informaltable"><table width="100%" border="0">
208
+ <colgroup>
209
+ <col width="150px" class="parameters_name">
210
+ <col class="parameters_description">
211
+ <col width="200px" class="parameters_annotations">
212
+ </colgroup>
161
213
  <tbody>
162
214
  <tr>
163
- <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
164
- <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
165
- </tr>
166
- <tr>
167
- <td><p><span class="term"><em class="parameter"><code>description</code></em> :</span></p></td>
168
- <td>a string description to set for <em class="parameter"><code>image</code></em>
169
- </td>
215
+ <td class="parameter_name"><p>image</p></td>
216
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkImageIface</p></td>
217
+ <td class="parameter_annotations"> </td>
170
218
  </tr>
171
219
  <tr>
172
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
173
- <td>boolean TRUE, or FALSE if operation could
174
- not be completed.</td>
220
+ <td class="parameter_name"><p>description</p></td>
221
+ <td class="parameter_description"><p>a string description to set for <em class="parameter"><code>image</code></em>
222
+ </p></td>
223
+ <td class="parameter_annotations"> </td>
175
224
  </tr>
176
225
  </tbody>
177
226
  </table></div>
178
227
  </div>
228
+ <div class="refsect3">
229
+ <a name="id-1.5.8.8.4.6"></a><h4>Returns</h4>
230
+ <p> boolean TRUE, or FALSE if operation could
231
+ not be completed.</p>
232
+ <p></p>
233
+ </div>
234
+ </div>
179
235
  <hr>
180
236
  <div class="refsect2">
181
- <a name="atk-image-get-image-size"></a><h3>atk_image_get_image_size ()</h3>
182
- <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>,
183
- <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
184
- <em class="parameter"><code><span class="type">gint</span> *height</code></em>);</pre>
185
- <p>
186
- Get the width and height in pixels for the specified image.
187
- The values of <em class="parameter"><code>width</code></em> and <em class="parameter"><code>height</code></em> are returned as -1 if the
188
- values cannot be obtained (for instance, if the object is not onscreen).
189
- </p>
190
- <div class="variablelist"><table border="0">
191
- <col align="left" valign="top">
237
+ <a name="atk-image-get-image-size"></a><h3>atk_image_get_image_size ()</h3>
238
+ <pre class="programlisting"><span class="returnvalue">void</span>
239
+ 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>,
240
+ <em class="parameter"><code><span class="type">gint</span> *width</code></em>,
241
+ <em class="parameter"><code><span class="type">gint</span> *height</code></em>);</pre>
242
+ <p>Get the width and height in pixels for the specified image.
243
+ The values of <em class="parameter"><code>width</code></em>
244
+ and <em class="parameter"><code>height</code></em>
245
+ are returned as -1 if the
246
+ values cannot be obtained (for instance, if the object is not onscreen).</p>
247
+ <div class="refsect3">
248
+ <a name="id-1.5.8.8.5.5"></a><h4>Parameters</h4>
249
+ <div class="informaltable"><table width="100%" border="0">
250
+ <colgroup>
251
+ <col width="150px" class="parameters_name">
252
+ <col class="parameters_description">
253
+ <col width="200px" class="parameters_annotations">
254
+ </colgroup>
192
255
  <tbody>
193
256
  <tr>
194
- <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
195
- <td>a <span class="type">GObject</span> instance that implements AtkImageIface</td>
257
+ <td class="parameter_name"><p>image</p></td>
258
+ <td class="parameter_description"><p>a <span class="type">GObject</span> instance that implements AtkImageIface</p></td>
259
+ <td class="parameter_annotations"> </td>
196
260
  </tr>
197
261
  <tr>
198
- <td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
199
- <td>filled with the image width, or -1 if the value cannot be obtained.</td>
262
+ <td class="parameter_name"><p>width</p></td>
263
+ <td class="parameter_description"><p>filled with the image width, or -1 if the value cannot be obtained.</p></td>
264
+ <td class="parameter_annotations"> </td>
200
265
  </tr>
201
266
  <tr>
202
- <td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
203
- <td>filled with the image height, or -1 if the value cannot be obtained.</td>
267
+ <td class="parameter_name"><p>height</p></td>
268
+ <td class="parameter_description"><p>filled with the image height, or -1 if the value cannot be obtained.</p></td>
269
+ <td class="parameter_annotations"> </td>
204
270
  </tr>
205
271
  </tbody>
206
272
  </table></div>
207
273
  </div>
274
+ </div>
208
275
  <hr>
209
276
  <div class="refsect2">
210
- <a name="atk-image-get-image-locale"></a><h3>atk_image_get_image_locale ()</h3>
211
- <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>
277
+ <a name="atk-image-get-image-locale"></a><h3>atk_image_get_image_locale ()</h3>
278
+ <pre class="programlisting">const <span class="returnvalue">gchar</span> *
279
+ 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>
280
+ <p>Since ATK 1.12</p>
281
+ <div class="refsect3">
282
+ <a name="id-1.5.8.8.6.5"></a><h4>Parameters</h4>
283
+ <div class="informaltable"><table width="100%" border="0">
284
+ <colgroup>
285
+ <col width="150px" class="parameters_name">
286
+ <col class="parameters_description">
287
+ <col width="200px" class="parameters_annotations">
288
+ </colgroup>
289
+ <tbody><tr>
290
+ <td class="parameter_name"><p>image</p></td>
291
+ <td class="parameter_description"><p>An <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a></p></td>
292
+ <td class="parameter_annotations"> </td>
293
+ </tr></tbody>
294
+ </table></div>
295
+ </div>
296
+ <div class="refsect3">
297
+ <a name="id-1.5.8.8.6.6"></a><h4>Returns</h4>
298
+ <p> a string corresponding to the POSIX
299
+ LC_MESSAGES locale used by the image description, or <code class="literal">NULL</code> if the
300
+ image does not specify a locale. </p>
301
+ <p><span class="annotation">[<a href="http://foldoc.org/nullable"><span class="acronym">nullable</span></a>]</span></p>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ <div class="refsect1">
306
+ <a name="AtkImage.other_details"></a><h2>Types and Values</h2>
307
+ <div class="refsect2">
308
+ <a name="AtkImage-struct"></a><h3>AtkImage</h3>
309
+ <pre class="programlisting">typedef struct _AtkImage AtkImage;</pre>
212
310
  <p>
213
- Since ATK 1.12
214
311
  </p>
215
- <div class="variablelist"><table border="0">
216
- <col align="left" valign="top">
217
- <tbody>
218
- <tr>
219
- <td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
220
- <td>An <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a>
221
- </td>
222
- </tr>
223
- <tr>
224
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
225
- <td>a string corresponding to the POSIX LC_MESSAGES locale
226
- used by the image description, or NULL if the image does not
227
- specify a locale.</td>
228
- </tr>
229
- </tbody>
230
- </table></div>
231
312
  </div>
232
313
  </div>
233
314
  </div>
234
315
  <div class="footer">
235
316
  <hr>
236
- Generated by GTK-Doc V1.19.1</div>
317
+ Generated by GTK-Doc V1.21.1</div>
237
318
  </body>
238
319
  </html>