atk 2.2.0-x86-mingw32 → 2.2.1-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 (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,27 +2,25 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkGObjectAccessible</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkGObjectAccessible</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">
9
- <link rel="prev" href="AtkEditableText.html" title="AtkEditableText">
8
+ <link rel="up" href="accessibles.html" title="Custom accessible objects">
9
+ <link rel="prev" href="accessibles.html" title="Custom accessible objects">
10
10
  <link rel="next" href="AtkHyperlink.html" title="AtkHyperlink">
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="#AtkGObjectAccessible.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkGObjectAccessible.object-hierarchy" class="shortcut">Object Hierarchy</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="#AtkGObjectAccessible.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkGObjectAccessible.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
22
20
  </td>
23
21
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
24
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
- <td><a accesskey="p" href="AtkEditableText.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
22
+ <td><a accesskey="u" href="accessibles.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23
+ <td><a accesskey="p" href="accessibles.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
26
24
  <td><a accesskey="n" href="AtkHyperlink.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
25
  </tr></table>
28
26
  <div class="refentry">
@@ -33,92 +31,136 @@
33
31
  <p>AtkGObjectAccessible — This object class is derived from AtkObject and
34
32
  can be used as a basis implementing accessible objects.</p>
35
33
  </td>
36
- <td valign="top" align="right"></td>
34
+ <td class="gallery_image" valign="top" align="right"></td>
37
35
  </tr></table></div>
38
- <div class="refsynopsisdiv">
39
- <a name="AtkGObjectAccessible.synopsis"></a><h2>Synopsis</h2>
40
- <pre class="synopsis">struct <a class="link" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct" title="struct AtkGObjectAccessible">AtkGObjectAccessible</a>;
41
- <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object" title="atk_gobject_accessible_for_object ()">atk_gobject_accessible_for_object</a> (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);
42
- <span class="returnvalue">GObject</span> * <a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object" title="atk_gobject_accessible_get_object ()">atk_gobject_accessible_get_object</a> (<em class="parameter"><code><a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a> *obj</code></em>);
43
- </pre>
36
+ <div class="refsect1">
37
+ <a name="AtkGObjectAccessible.functions"></a><h2>Functions</h2>
38
+ <div class="informaltable"><table width="100%" border="0">
39
+ <colgroup>
40
+ <col width="150px" class="functions_return">
41
+ <col class="functions_name">
42
+ </colgroup>
43
+ <tbody>
44
+ <tr>
45
+ <td class="function_type">
46
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
47
+ </td>
48
+ <td class="function_name">
49
+ <a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-for-object" title="atk_gobject_accessible_for_object ()">atk_gobject_accessible_for_object</a> <span class="c_punctuation">()</span>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="function_type">
54
+ <span class="returnvalue">GObject</span> *
55
+ </td>
56
+ <td class="function_name">
57
+ <a class="link" href="AtkGObjectAccessible.html#atk-gobject-accessible-get-object" title="atk_gobject_accessible_get_object ()">atk_gobject_accessible_get_object</a> <span class="c_punctuation">()</span>
58
+ </td>
59
+ </tr>
60
+ </tbody>
61
+ </table></div>
62
+ </div>
63
+ <div class="refsect1">
64
+ <a name="AtkGObjectAccessible.other"></a><h2>Types and Values</h2>
65
+ <div class="informaltable"><table width="100%" border="0">
66
+ <colgroup>
67
+ <col width="150px" class="name">
68
+ <col class="description">
69
+ </colgroup>
70
+ <tbody><tr>
71
+ <td class="datatype_keyword">struct</td>
72
+ <td class="function_name"><a class="link" href="AtkGObjectAccessible.html#AtkGObjectAccessible-struct" title="struct AtkGObjectAccessible">AtkGObjectAccessible</a></td>
73
+ </tr></tbody>
74
+ </table></div>
44
75
  </div>
45
76
  <div class="refsect1">
46
77
  <a name="AtkGObjectAccessible.object-hierarchy"></a><h2>Object Hierarchy</h2>
47
- <pre class="synopsis">
48
- GObject
49
- +----<a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>
50
- +----AtkGObjectAccessible
78
+ <pre class="screen"> GObject
79
+ <span class="lineart">╰──</span> <a class="link" href="AtkObject.html" title="AtkObject">AtkObject</a>
80
+ <span class="lineart">╰──</span> AtkGObjectAccessible
51
81
  </pre>
52
82
  </div>
53
83
  <div class="refsect1">
54
84
  <a name="AtkGObjectAccessible.description"></a><h2>Description</h2>
55
- <p>
56
- This object class is derived from AtkObject. It can be used as a
85
+ <p>This object class is derived from AtkObject. It can be used as a
57
86
  basis for implementing accessible objects for GObjects which are
58
87
  not derived from GtkWidget. One example of its use is in providing
59
- an accessible object for GnomeCanvasItem in the GAIL library.
60
- </p>
88
+ an accessible object for GnomeCanvasItem in the GAIL library.</p>
61
89
  </div>
62
90
  <div class="refsect1">
63
- <a name="AtkGObjectAccessible.details"></a><h2>Details</h2>
91
+ <a name="AtkGObjectAccessible.functions_details"></a><h2>Functions</h2>
64
92
  <div class="refsect2">
65
- <a name="AtkGObjectAccessible-struct"></a><h3>struct AtkGObjectAccessible</h3>
66
- <pre class="programlisting">struct AtkGObjectAccessible;</pre>
67
- <p>
68
- </p>
93
+ <a name="atk-gobject-accessible-for-object"></a><h3>atk_gobject_accessible_for_object ()</h3>
94
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
95
+ atk_gobject_accessible_for_object (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
96
+ <p>Gets the accessible object for the specified <em class="parameter"><code>obj</code></em>
97
+ .</p>
98
+ <div class="refsect3">
99
+ <a name="id-1.7.2.7.2.5"></a><h4>Parameters</h4>
100
+ <div class="informaltable"><table width="100%" border="0">
101
+ <colgroup>
102
+ <col width="150px" class="parameters_name">
103
+ <col class="parameters_description">
104
+ <col width="200px" class="parameters_annotations">
105
+ </colgroup>
106
+ <tbody><tr>
107
+ <td class="parameter_name"><p>obj</p></td>
108
+ <td class="parameter_description"><p>a <span class="type">GObject</span></p></td>
109
+ <td class="parameter_annotations"> </td>
110
+ </tr></tbody>
111
+ </table></div>
112
+ </div>
113
+ <div class="refsect3">
114
+ <a name="id-1.7.2.7.2.6"></a><h4>Returns</h4>
115
+ <p> a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is the accessible object for
116
+ the <em class="parameter"><code>obj</code></em>
117
+ . </p>
118
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
119
+ </div>
69
120
  </div>
70
121
  <hr>
71
122
  <div class="refsect2">
72
- <a name="atk-gobject-accessible-for-object"></a><h3>atk_gobject_accessible_for_object ()</h3>
73
- <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_gobject_accessible_for_object (<em class="parameter"><code><span class="type">GObject</span> *obj</code></em>);</pre>
74
- <p>
75
- Gets the accessible object for the specified <em class="parameter"><code>obj</code></em>.
76
- </p>
77
- <div class="variablelist"><table border="0">
78
- <col align="left" valign="top">
79
- <tbody>
80
- <tr>
81
- <td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td>
82
- <td>a <span class="type">GObject</span>
83
- </td>
84
- </tr>
85
- <tr>
86
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
87
- <td>a <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> which is the accessible object for
88
- the <em class="parameter"><code>obj</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
89
- </td>
90
- </tr>
91
- </tbody>
123
+ <a name="atk-gobject-accessible-get-object"></a><h3>atk_gobject_accessible_get_object ()</h3>
124
+ <pre class="programlisting"><span class="returnvalue">GObject</span> *
125
+ atk_gobject_accessible_get_object (<em class="parameter"><code><a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a> *obj</code></em>);</pre>
126
+ <p>Gets the GObject for which <em class="parameter"><code>obj</code></em>
127
+ is the accessible object.</p>
128
+ <div class="refsect3">
129
+ <a name="id-1.7.2.7.3.5"></a><h4>Parameters</h4>
130
+ <div class="informaltable"><table width="100%" border="0">
131
+ <colgroup>
132
+ <col width="150px" class="parameters_name">
133
+ <col class="parameters_description">
134
+ <col width="200px" class="parameters_annotations">
135
+ </colgroup>
136
+ <tbody><tr>
137
+ <td class="parameter_name"><p>obj</p></td>
138
+ <td class="parameter_description"><p>a <a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a></p></td>
139
+ <td class="parameter_annotations"> </td>
140
+ </tr></tbody>
92
141
  </table></div>
93
142
  </div>
94
- <hr>
143
+ <div class="refsect3">
144
+ <a name="id-1.7.2.7.3.6"></a><h4>Returns</h4>
145
+ <p> a <span class="type">GObject</span> which is the object for which <em class="parameter"><code>obj</code></em>
146
+ is
147
+ the accessible object. </p>
148
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ <div class="refsect1">
153
+ <a name="AtkGObjectAccessible.other_details"></a><h2>Types and Values</h2>
95
154
  <div class="refsect2">
96
- <a name="atk-gobject-accessible-get-object"></a><h3>atk_gobject_accessible_get_object ()</h3>
97
- <pre class="programlisting"><span class="returnvalue">GObject</span> * atk_gobject_accessible_get_object (<em class="parameter"><code><a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a> *obj</code></em>);</pre>
155
+ <a name="AtkGObjectAccessible-struct"></a><h3>struct AtkGObjectAccessible</h3>
156
+ <pre class="programlisting">struct AtkGObjectAccessible;</pre>
98
157
  <p>
99
- Gets the GObject for which <em class="parameter"><code>obj</code></em> is the accessible object.
100
158
  </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>obj</code></em> :</span></p></td>
106
- <td>a <a class="link" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible"><span class="type">AtkGObjectAccessible</span></a>
107
- </td>
108
- </tr>
109
- <tr>
110
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
111
- <td>a <span class="type">GObject</span> which is the object for which <em class="parameter"><code>obj</code></em> is
112
- the accessible object. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
113
- </td>
114
- </tr>
115
- </tbody>
116
- </table></div>
117
159
  </div>
118
160
  </div>
119
161
  </div>
120
162
  <div class="footer">
121
163
  <hr>
122
- Generated by GTK-Doc V1.19.1</div>
164
+ Generated by GTK-Doc V1.21.1</div>
123
165
  </body>
124
166
  </html>
@@ -2,34 +2,29 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
- <title>AtkHyperlink</title>
6
- <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
5
+ <title>ATK - Accessibility Toolkit: AtkHyperlink</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="accessibles.html" title="Custom accessible objects">
9
9
  <link rel="prev" href="AtkGObjectAccessible.html" title="AtkGObjectAccessible">
10
- <link rel="next" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinImpl">
11
- <meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
10
+ <link rel="next" href="AtkNoOpObject.html" title="AtkNoOpObject">
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="#AtkHyperlink.description" class="shortcut">Description</a>
20
-  | 
21
- <a href="#AtkHyperlink.object-hierarchy" class="shortcut">Object Hierarchy</a>
22
-  | 
23
- <a href="#AtkHyperlink.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
24
-  | 
25
- <a href="#AtkHyperlink.properties" class="shortcut">Properties</a>
26
-  | 
27
- <a href="#AtkHyperlink.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="#AtkHyperlink.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
19
+ <a href="#AtkHyperlink.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
20
+ <a href="#AtkHyperlink.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties">  <span class="dim">|</span> 
21
+ <a href="#AtkHyperlink.properties" class="shortcut">Properties</a></span><span id="nav_signals">  <span class="dim">|</span> 
22
+ <a href="#AtkHyperlink.signals" class="shortcut">Signals</a></span>
28
23
  </td>
29
24
  <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
30
- <td><a accesskey="u" href="atk.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
25
+ <td><a accesskey="u" href="accessibles.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
31
26
  <td><a accesskey="p" href="AtkGObjectAccessible.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
32
- <td><a accesskey="n" href="atk-AtkHyperlinkImpl.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
27
+ <td><a accesskey="n" href="AtkNoOpObject.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
33
28
  </tr></table>
34
29
  <div class="refentry">
35
30
  <a name="AtkHyperlink"></a><div class="titlepage"></div>
@@ -39,29 +34,153 @@
39
34
  <p>AtkHyperlink — An ATK object which encapsulates a link or set
40
35
  of links in a hypertext document.</p>
41
36
  </td>
42
- <td valign="top" align="right"></td>
37
+ <td class="gallery_image" valign="top" align="right"></td>
43
38
  </tr></table></div>
44
- <div class="refsynopsisdiv">
45
- <a name="AtkHyperlink.synopsis"></a><h2>Synopsis</h2>
46
- <pre class="synopsis">struct <a class="link" href="AtkHyperlink.html#AtkHyperlink-struct" title="struct AtkHyperlink">AtkHyperlink</a>;
47
- enum <a class="link" href="AtkHyperlink.html#AtkHyperlinkStateFlags" title="enum AtkHyperlinkStateFlags">AtkHyperlinkStateFlags</a>;
48
- <span class="returnvalue">gchar</span> * <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-uri" title="atk_hyperlink_get_uri ()">atk_hyperlink_get_uri</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
49
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
50
- <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-object" title="atk_hyperlink_get_object ()">atk_hyperlink_get_object</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
51
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);
52
- <span class="returnvalue">gint</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-end-index" title="atk_hyperlink_get_end_index ()">atk_hyperlink_get_end_index</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
53
- <span class="returnvalue">gint</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-start-index" title="atk_hyperlink_get_start_index ()">atk_hyperlink_get_start_index</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
54
- <span class="returnvalue">gboolean</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-valid" title="atk_hyperlink_is_valid ()">atk_hyperlink_is_valid</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
55
- <span class="returnvalue">gboolean</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-inline" title="atk_hyperlink_is_inline ()">atk_hyperlink_is_inline</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
56
- <span class="returnvalue">gint</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-n-anchors" title="atk_hyperlink_get_n_anchors ()">atk_hyperlink_get_n_anchors</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
57
- <span class="returnvalue">gboolean</span> <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-selected-link" title="atk_hyperlink_is_selected_link ()">atk_hyperlink_is_selected_link</a> (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);
58
- </pre>
39
+ <div class="refsect1">
40
+ <a name="AtkHyperlink.functions"></a><h2>Functions</h2>
41
+ <div class="informaltable"><table width="100%" border="0">
42
+ <colgroup>
43
+ <col width="150px" class="functions_return">
44
+ <col class="functions_name">
45
+ </colgroup>
46
+ <tbody>
47
+ <tr>
48
+ <td class="function_type">
49
+ <span class="returnvalue">gchar</span> *
50
+ </td>
51
+ <td class="function_name">
52
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-uri" title="atk_hyperlink_get_uri ()">atk_hyperlink_get_uri</a> <span class="c_punctuation">()</span>
53
+ </td>
54
+ </tr>
55
+ <tr>
56
+ <td class="function_type">
57
+ <a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
58
+ </td>
59
+ <td class="function_name">
60
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-object" title="atk_hyperlink_get_object ()">atk_hyperlink_get_object</a> <span class="c_punctuation">()</span>
61
+ </td>
62
+ </tr>
63
+ <tr>
64
+ <td class="function_type">
65
+ <span class="returnvalue">gint</span>
66
+ </td>
67
+ <td class="function_name">
68
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-end-index" title="atk_hyperlink_get_end_index ()">atk_hyperlink_get_end_index</a> <span class="c_punctuation">()</span>
69
+ </td>
70
+ </tr>
71
+ <tr>
72
+ <td class="function_type">
73
+ <span class="returnvalue">gint</span>
74
+ </td>
75
+ <td class="function_name">
76
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-start-index" title="atk_hyperlink_get_start_index ()">atk_hyperlink_get_start_index</a> <span class="c_punctuation">()</span>
77
+ </td>
78
+ </tr>
79
+ <tr>
80
+ <td class="function_type">
81
+ <span class="returnvalue">gboolean</span>
82
+ </td>
83
+ <td class="function_name">
84
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-valid" title="atk_hyperlink_is_valid ()">atk_hyperlink_is_valid</a> <span class="c_punctuation">()</span>
85
+ </td>
86
+ </tr>
87
+ <tr>
88
+ <td class="function_type">
89
+ <span class="returnvalue">gboolean</span>
90
+ </td>
91
+ <td class="function_name">
92
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-inline" title="atk_hyperlink_is_inline ()">atk_hyperlink_is_inline</a> <span class="c_punctuation">()</span>
93
+ </td>
94
+ </tr>
95
+ <tr>
96
+ <td class="function_type">
97
+ <span class="returnvalue">gint</span>
98
+ </td>
99
+ <td class="function_name">
100
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-get-n-anchors" title="atk_hyperlink_get_n_anchors ()">atk_hyperlink_get_n_anchors</a> <span class="c_punctuation">()</span>
101
+ </td>
102
+ </tr>
103
+ <tr>
104
+ <td class="function_type">
105
+ <span class="returnvalue">gboolean</span>
106
+ </td>
107
+ <td class="function_name">
108
+ <a class="link" href="AtkHyperlink.html#atk-hyperlink-is-selected-link" title="atk_hyperlink_is_selected_link ()">atk_hyperlink_is_selected_link</a> <span class="c_punctuation">()</span>
109
+ </td>
110
+ </tr>
111
+ </tbody>
112
+ </table></div>
113
+ </div>
114
+ <div class="refsect1">
115
+ <a name="AtkHyperlink.properties"></a><h2>Properties</h2>
116
+ <div class="informaltable"><table border="0">
117
+ <colgroup>
118
+ <col width="150px" class="properties_type">
119
+ <col width="300px" class="properties_name">
120
+ <col width="200px" class="properties_flags">
121
+ </colgroup>
122
+ <tbody>
123
+ <tr>
124
+ <td class="property_type"><span class="type">gint</span></td>
125
+ <td class="property_name"><a class="link" href="AtkHyperlink.html#AtkHyperlink--end-index" title="The “end-index” property">end-index</a></td>
126
+ <td class="property_flags">Read</td>
127
+ </tr>
128
+ <tr>
129
+ <td class="property_type"><span class="type">gint</span></td>
130
+ <td class="property_name"><a class="link" href="AtkHyperlink.html#AtkHyperlink--number-of-anchors" title="The “number-of-anchors” property">number-of-anchors</a></td>
131
+ <td class="property_flags">Read</td>
132
+ </tr>
133
+ <tr>
134
+ <td class="property_type"><span class="type">gboolean</span></td>
135
+ <td class="property_name"><a class="link" href="AtkHyperlink.html#AtkHyperlink--selected-link" title="The “selected-link” property">selected-link</a></td>
136
+ <td class="property_flags">Read</td>
137
+ </tr>
138
+ <tr>
139
+ <td class="property_type"><span class="type">gint</span></td>
140
+ <td class="property_name"><a class="link" href="AtkHyperlink.html#AtkHyperlink--start-index" title="The “start-index” property">start-index</a></td>
141
+ <td class="property_flags">Read</td>
142
+ </tr>
143
+ </tbody>
144
+ </table></div>
145
+ </div>
146
+ <div class="refsect1">
147
+ <a name="AtkHyperlink.signals"></a><h2>Signals</h2>
148
+ <div class="informaltable"><table border="0">
149
+ <colgroup>
150
+ <col width="150px" class="signals_return">
151
+ <col width="300px" class="signals_name">
152
+ <col width="200px" class="signals_flags">
153
+ </colgroup>
154
+ <tbody><tr>
155
+ <td class="signal_type"><span class="returnvalue">void</span></td>
156
+ <td class="signal_name"><a class="link" href="AtkHyperlink.html#AtkHyperlink-link-activated" title="The “link-activated” signal">link-activated</a></td>
157
+ <td class="signal_flags">Run Last</td>
158
+ </tr></tbody>
159
+ </table></div>
160
+ </div>
161
+ <div class="refsect1">
162
+ <a name="AtkHyperlink.other"></a><h2>Types and Values</h2>
163
+ <div class="informaltable"><table width="100%" border="0">
164
+ <colgroup>
165
+ <col width="150px" class="name">
166
+ <col class="description">
167
+ </colgroup>
168
+ <tbody>
169
+ <tr>
170
+ <td class="datatype_keyword">struct</td>
171
+ <td class="function_name"><a class="link" href="AtkHyperlink.html#AtkHyperlink-struct" title="struct AtkHyperlink">AtkHyperlink</a></td>
172
+ </tr>
173
+ <tr>
174
+ <td class="datatype_keyword">enum</td>
175
+ <td class="function_name"><a class="link" href="AtkHyperlink.html#AtkHyperlinkStateFlags" title="enum AtkHyperlinkStateFlags">AtkHyperlinkStateFlags</a></td>
176
+ </tr>
177
+ </tbody>
178
+ </table></div>
59
179
  </div>
60
180
  <div class="refsect1">
61
181
  <a name="AtkHyperlink.object-hierarchy"></a><h2>Object Hierarchy</h2>
62
- <pre class="synopsis">
63
- GObject
64
- +----AtkHyperlink
182
+ <pre class="screen"> GObject
183
+ <span class="lineart">╰──</span> AtkHyperlink
65
184
  </pre>
66
185
  </div>
67
186
  <div class="refsect1">
@@ -71,308 +190,341 @@ AtkHyperlink implements
71
190
  <a class="link" href="AtkAction.html" title="AtkAction">AtkAction</a>.</p>
72
191
  </div>
73
192
  <div class="refsect1">
74
- <a name="AtkHyperlink.properties"></a><h2>Properties</h2>
75
- <pre class="synopsis">
76
- "<a class="link" href="AtkHyperlink.html#AtkHyperlink--end-index" title='The "end-index" property'>end-index</a>" <span class="type">gint</span> : Read
77
- "<a class="link" href="AtkHyperlink.html#AtkHyperlink--number-of-anchors" title='The "number-of-anchors" property'>number-of-anchors</a>" <span class="type">gint</span> : Read
78
- "<a class="link" href="AtkHyperlink.html#AtkHyperlink--selected-link" title='The "selected-link" property'>selected-link</a>" <span class="type">gboolean</span> : Read
79
- "<a class="link" href="AtkHyperlink.html#AtkHyperlink--start-index" title='The "start-index" property'>start-index</a>" <span class="type">gint</span> : Read
80
- </pre>
81
- </div>
82
- <div class="refsect1">
83
- <a name="AtkHyperlink.signals"></a><h2>Signals</h2>
84
- <pre class="synopsis">
85
- "<a class="link" href="AtkHyperlink.html#AtkHyperlink-link-activated" title='The "link-activated" signal'>link-activated</a>" : <code class="literal">Run Last</code>
86
- </pre>
87
- </div>
88
- <div class="refsect1">
89
193
  <a name="AtkHyperlink.description"></a><h2>Description</h2>
90
- <p>
91
- An ATK object which encapsulates a link or set of links (for
194
+ <p>An ATK object which encapsulates a link or set of links (for
92
195
  instance in the case of client-side image maps) in a hypertext
93
196
  document. It may implement the AtkAction interface. AtkHyperlink
94
197
  may also be used to refer to inline embedded content, since it
95
198
  allows specification of a start and end offset within the host
96
- AtkHypertext object.
97
- </p>
199
+ AtkHypertext object.</p>
98
200
  </div>
99
201
  <div class="refsect1">
100
- <a name="AtkHyperlink.details"></a><h2>Details</h2>
101
- <div class="refsect2">
102
- <a name="AtkHyperlink-struct"></a><h3>struct AtkHyperlink</h3>
103
- <pre class="programlisting">struct AtkHyperlink;</pre>
104
- <p>
105
- </p>
106
- </div>
107
- <hr>
108
- <div class="refsect2">
109
- <a name="AtkHyperlinkStateFlags"></a><h3>enum AtkHyperlinkStateFlags</h3>
110
- <pre class="programlisting">typedef enum {
111
- ATK_HYPERLINK_IS_INLINE = 1 &lt;&lt; 0
112
- } AtkHyperlinkStateFlags;
113
- </pre>
114
- <p>
115
- Describes the type of link
116
- </p>
117
- <div class="variablelist"><table border="0">
118
- <col align="left" valign="top">
119
- <tbody><tr>
120
- <td><p><a name="ATK-HYPERLINK-IS-INLINE:CAPS"></a><span class="term"><code class="literal">ATK_HYPERLINK_IS_INLINE</code></span></p></td>
121
- <td>Link is inline
122
- </td>
123
- </tr></tbody>
124
- </table></div>
125
- </div>
126
- <hr>
202
+ <a name="AtkHyperlink.functions_details"></a><h2>Functions</h2>
127
203
  <div class="refsect2">
128
- <a name="atk-hyperlink-get-uri"></a><h3>atk_hyperlink_get_uri ()</h3>
129
- <pre class="programlisting"><span class="returnvalue">gchar</span> * atk_hyperlink_get_uri (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
130
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
131
- <p>
132
- Get a the URI associated with the anchor specified
133
- by <em class="parameter"><code>i</code></em> of <em class="parameter"><code>link_</code></em>.
134
- </p>
135
- <p>
136
- Multiple anchors are primarily used by client-side image maps.
137
- </p>
138
- <div class="variablelist"><table border="0">
139
- <col align="left" valign="top">
204
+ <a name="atk-hyperlink-get-uri"></a><h3>atk_hyperlink_get_uri ()</h3>
205
+ <pre class="programlisting"><span class="returnvalue">gchar</span> *
206
+ atk_hyperlink_get_uri (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
207
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
208
+ <p>Get a the URI associated with the anchor specified
209
+ by <em class="parameter"><code>i</code></em>
210
+ of <em class="parameter"><code>link_</code></em>
211
+ . </p>
212
+ <p>Multiple anchors are primarily used by client-side image maps.</p>
213
+ <div class="refsect3">
214
+ <a name="id-1.7.3.10.2.6"></a><h4>Parameters</h4>
215
+ <div class="informaltable"><table width="100%" border="0">
216
+ <colgroup>
217
+ <col width="150px" class="parameters_name">
218
+ <col class="parameters_description">
219
+ <col width="200px" class="parameters_annotations">
220
+ </colgroup>
140
221
  <tbody>
141
222
  <tr>
142
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
143
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
144
- </td>
223
+ <td class="parameter_name"><p>link_</p></td>
224
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
225
+ <td class="parameter_annotations"> </td>
145
226
  </tr>
146
227
  <tr>
147
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
148
- <td>a (zero-index) integer specifying the desired anchor</td>
149
- </tr>
150
- <tr>
151
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
152
- <td>a string specifying the URI</td>
228
+ <td class="parameter_name"><p>i</p></td>
229
+ <td class="parameter_description"><p>a (zero-index) integer specifying the desired anchor</p></td>
230
+ <td class="parameter_annotations"> </td>
153
231
  </tr>
154
232
  </tbody>
155
233
  </table></div>
156
234
  </div>
235
+ <div class="refsect3">
236
+ <a name="id-1.7.3.10.2.7"></a><h4>Returns</h4>
237
+ <p> a string specifying the URI </p>
238
+ <p></p>
239
+ </div>
240
+ </div>
157
241
  <hr>
158
242
  <div class="refsect2">
159
- <a name="atk-hyperlink-get-object"></a><h3>atk_hyperlink_get_object ()</h3>
160
- <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> * atk_hyperlink_get_object (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
161
- <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
162
- <p>
163
- Returns the item associated with this hyperlinks nth anchor.
243
+ <a name="atk-hyperlink-get-object"></a><h3>atk_hyperlink_get_object ()</h3>
244
+ <pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a> *
245
+ atk_hyperlink_get_object (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>,
246
+ <em class="parameter"><code><span class="type">gint</span> i</code></em>);</pre>
247
+ <p>Returns the item associated with this hyperlinks nth anchor.
164
248
  For instance, the returned <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> will implement <a class="link" href="AtkText.html" title="AtkText"><span class="type">AtkText</span></a>
165
- if <em class="parameter"><code>link_</code></em> is a text hyperlink, <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> if <em class="parameter"><code>link_</code></em> is an image
166
- hyperlink etc.
167
- </p>
168
- <p>
169
- Multiple anchors are primarily used by client-side image maps.
170
- </p>
171
- <div class="variablelist"><table border="0">
172
- <col align="left" valign="top">
249
+ if <em class="parameter"><code>link_</code></em>
250
+ is a text hyperlink, <a class="link" href="AtkImage.html" title="AtkImage"><span class="type">AtkImage</span></a> if <em class="parameter"><code>link_</code></em>
251
+ is an image
252
+ hyperlink etc. </p>
253
+ <p>Multiple anchors are primarily used by client-side image maps.</p>
254
+ <div class="refsect3">
255
+ <a name="id-1.7.3.10.3.6"></a><h4>Parameters</h4>
256
+ <div class="informaltable"><table width="100%" border="0">
257
+ <colgroup>
258
+ <col width="150px" class="parameters_name">
259
+ <col class="parameters_description">
260
+ <col width="200px" class="parameters_annotations">
261
+ </colgroup>
173
262
  <tbody>
174
263
  <tr>
175
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
176
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
177
- </td>
264
+ <td class="parameter_name"><p>link_</p></td>
265
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
266
+ <td class="parameter_annotations"> </td>
178
267
  </tr>
179
268
  <tr>
180
- <td><p><span class="term"><em class="parameter"><code>i</code></em> :</span></p></td>
181
- <td>a (zero-index) integer specifying the desired anchor</td>
182
- </tr>
183
- <tr>
184
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
185
- <td>an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> associated with this hyperlinks
186
- i-th anchor. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
187
- </td>
269
+ <td class="parameter_name"><p>i</p></td>
270
+ <td class="parameter_description"><p>a (zero-index) integer specifying the desired anchor</p></td>
271
+ <td class="parameter_annotations"> </td>
188
272
  </tr>
189
273
  </tbody>
190
274
  </table></div>
191
275
  </div>
276
+ <div class="refsect3">
277
+ <a name="id-1.7.3.10.3.7"></a><h4>Returns</h4>
278
+ <p> an <a class="link" href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a> associated with this hyperlinks
279
+ i-th anchor. </p>
280
+ <p><span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
281
+ </div>
282
+ </div>
192
283
  <hr>
193
284
  <div class="refsect2">
194
- <a name="atk-hyperlink-get-end-index"></a><h3>atk_hyperlink_get_end_index ()</h3>
195
- <pre class="programlisting"><span class="returnvalue">gint</span> atk_hyperlink_get_end_index (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
196
- <p>
197
- Gets the index with the hypertext document at which this link ends.
198
- </p>
199
- <div class="variablelist"><table border="0">
200
- <col align="left" valign="top">
201
- <tbody>
202
- <tr>
203
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
204
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
205
- </td>
206
- </tr>
207
- <tr>
208
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
209
- <td>the index with the hypertext document at which this link ends</td>
210
- </tr>
211
- </tbody>
285
+ <a name="atk-hyperlink-get-end-index"></a><h3>atk_hyperlink_get_end_index ()</h3>
286
+ <pre class="programlisting"><span class="returnvalue">gint</span>
287
+ atk_hyperlink_get_end_index (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
288
+ <p>Gets the index with the hypertext document at which this link ends.</p>
289
+ <div class="refsect3">
290
+ <a name="id-1.7.3.10.4.5"></a><h4>Parameters</h4>
291
+ <div class="informaltable"><table width="100%" border="0">
292
+ <colgroup>
293
+ <col width="150px" class="parameters_name">
294
+ <col class="parameters_description">
295
+ <col width="200px" class="parameters_annotations">
296
+ </colgroup>
297
+ <tbody><tr>
298
+ <td class="parameter_name"><p>link_</p></td>
299
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
300
+ <td class="parameter_annotations"> </td>
301
+ </tr></tbody>
212
302
  </table></div>
213
303
  </div>
304
+ <div class="refsect3">
305
+ <a name="id-1.7.3.10.4.6"></a><h4>Returns</h4>
306
+ <p> the index with the hypertext document at which this link ends</p>
307
+ <p></p>
308
+ </div>
309
+ </div>
214
310
  <hr>
215
311
  <div class="refsect2">
216
- <a name="atk-hyperlink-get-start-index"></a><h3>atk_hyperlink_get_start_index ()</h3>
217
- <pre class="programlisting"><span class="returnvalue">gint</span> atk_hyperlink_get_start_index (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
218
- <p>
219
- Gets the index with the hypertext document at which this link begins.
220
- </p>
221
- <div class="variablelist"><table border="0">
222
- <col align="left" valign="top">
223
- <tbody>
224
- <tr>
225
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
226
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
227
- </td>
228
- </tr>
229
- <tr>
230
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
231
- <td>the index with the hypertext document at which this link begins</td>
232
- </tr>
233
- </tbody>
312
+ <a name="atk-hyperlink-get-start-index"></a><h3>atk_hyperlink_get_start_index ()</h3>
313
+ <pre class="programlisting"><span class="returnvalue">gint</span>
314
+ atk_hyperlink_get_start_index (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
315
+ <p>Gets the index with the hypertext document at which this link begins.</p>
316
+ <div class="refsect3">
317
+ <a name="id-1.7.3.10.5.5"></a><h4>Parameters</h4>
318
+ <div class="informaltable"><table width="100%" border="0">
319
+ <colgroup>
320
+ <col width="150px" class="parameters_name">
321
+ <col class="parameters_description">
322
+ <col width="200px" class="parameters_annotations">
323
+ </colgroup>
324
+ <tbody><tr>
325
+ <td class="parameter_name"><p>link_</p></td>
326
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
327
+ <td class="parameter_annotations"> </td>
328
+ </tr></tbody>
234
329
  </table></div>
235
330
  </div>
331
+ <div class="refsect3">
332
+ <a name="id-1.7.3.10.5.6"></a><h4>Returns</h4>
333
+ <p> the index with the hypertext document at which this link begins</p>
334
+ <p></p>
335
+ </div>
336
+ </div>
236
337
  <hr>
237
338
  <div class="refsect2">
238
- <a name="atk-hyperlink-is-valid"></a><h3>atk_hyperlink_is_valid ()</h3>
239
- <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_valid (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
240
- <p>
241
- Since the document that a link is associated with may have changed
339
+ <a name="atk-hyperlink-is-valid"></a><h3>atk_hyperlink_is_valid ()</h3>
340
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
341
+ atk_hyperlink_is_valid (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
342
+ <p>Since the document that a link is associated with may have changed
242
343
  this method returns <code class="literal">TRUE</code> if the link is still valid (with
243
- respect to the document it references) and <code class="literal">FALSE</code> otherwise.
244
- </p>
245
- <div class="variablelist"><table border="0">
246
- <col align="left" valign="top">
247
- <tbody>
248
- <tr>
249
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
250
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
251
- </td>
252
- </tr>
253
- <tr>
254
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
255
- <td>whether or not this link is still valid</td>
256
- </tr>
257
- </tbody>
344
+ respect to the document it references) and <code class="literal">FALSE</code> otherwise.</p>
345
+ <div class="refsect3">
346
+ <a name="id-1.7.3.10.6.5"></a><h4>Parameters</h4>
347
+ <div class="informaltable"><table width="100%" border="0">
348
+ <colgroup>
349
+ <col width="150px" class="parameters_name">
350
+ <col class="parameters_description">
351
+ <col width="200px" class="parameters_annotations">
352
+ </colgroup>
353
+ <tbody><tr>
354
+ <td class="parameter_name"><p>link_</p></td>
355
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
356
+ <td class="parameter_annotations"> </td>
357
+ </tr></tbody>
258
358
  </table></div>
259
359
  </div>
360
+ <div class="refsect3">
361
+ <a name="id-1.7.3.10.6.6"></a><h4>Returns</h4>
362
+ <p> whether or not this link is still valid</p>
363
+ <p></p>
364
+ </div>
365
+ </div>
260
366
  <hr>
261
367
  <div class="refsect2">
262
- <a name="atk-hyperlink-is-inline"></a><h3>atk_hyperlink_is_inline ()</h3>
263
- <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_inline (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
264
- <p>
265
- Indicates whether the link currently displays some or all of its
368
+ <a name="atk-hyperlink-is-inline"></a><h3>atk_hyperlink_is_inline ()</h3>
369
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
370
+ atk_hyperlink_is_inline (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
371
+ <p>Indicates whether the link currently displays some or all of its
266
372
  content inline. Ordinary HTML links will usually return
267
- <code class="literal">FALSE</code>, but an inline &amp;lt;src&amp;gt; HTML element will return
268
- <code class="literal">TRUE</code>.
269
- a *
270
- </p>
271
- <div class="variablelist"><table border="0">
272
- <col align="left" valign="top">
273
- <tbody>
274
- <tr>
275
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
276
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
277
- </td>
278
- </tr>
279
- <tr>
280
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
281
- <td>whether or not this link displays its content inline.</td>
282
- </tr>
283
- </tbody>
373
+ <code class="literal">FALSE</code>, but an inline &lt;src&gt; HTML element will return
374
+ <code class="literal">TRUE</code>.</p>
375
+ <div class="refsect3">
376
+ <a name="id-1.7.3.10.7.5"></a><h4>Parameters</h4>
377
+ <div class="informaltable"><table width="100%" border="0">
378
+ <colgroup>
379
+ <col width="150px" class="parameters_name">
380
+ <col class="parameters_description">
381
+ <col width="200px" class="parameters_annotations">
382
+ </colgroup>
383
+ <tbody><tr>
384
+ <td class="parameter_name"><p>link_</p></td>
385
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
386
+ <td class="parameter_annotations"> </td>
387
+ </tr></tbody>
284
388
  </table></div>
285
389
  </div>
390
+ <div class="refsect3">
391
+ <a name="id-1.7.3.10.7.6"></a><h4>Returns</h4>
392
+ <p> whether or not this link displays its content inline.</p>
393
+ <p></p>
394
+ </div>
395
+ </div>
286
396
  <hr>
287
397
  <div class="refsect2">
288
- <a name="atk-hyperlink-get-n-anchors"></a><h3>atk_hyperlink_get_n_anchors ()</h3>
289
- <pre class="programlisting"><span class="returnvalue">gint</span> atk_hyperlink_get_n_anchors (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
290
- <p>
291
- Gets the number of anchors associated with this hyperlink.
292
- </p>
293
- <div class="variablelist"><table border="0">
294
- <col align="left" valign="top">
295
- <tbody>
296
- <tr>
297
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
298
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
299
- </td>
300
- </tr>
301
- <tr>
302
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
303
- <td>the number of anchors associated with this hyperlink</td>
304
- </tr>
305
- </tbody>
398
+ <a name="atk-hyperlink-get-n-anchors"></a><h3>atk_hyperlink_get_n_anchors ()</h3>
399
+ <pre class="programlisting"><span class="returnvalue">gint</span>
400
+ atk_hyperlink_get_n_anchors (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
401
+ <p>Gets the number of anchors associated with this hyperlink.</p>
402
+ <div class="refsect3">
403
+ <a name="id-1.7.3.10.8.5"></a><h4>Parameters</h4>
404
+ <div class="informaltable"><table width="100%" border="0">
405
+ <colgroup>
406
+ <col width="150px" class="parameters_name">
407
+ <col class="parameters_description">
408
+ <col width="200px" class="parameters_annotations">
409
+ </colgroup>
410
+ <tbody><tr>
411
+ <td class="parameter_name"><p>link_</p></td>
412
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
413
+ <td class="parameter_annotations"> </td>
414
+ </tr></tbody>
306
415
  </table></div>
307
416
  </div>
417
+ <div class="refsect3">
418
+ <a name="id-1.7.3.10.8.6"></a><h4>Returns</h4>
419
+ <p> the number of anchors associated with this hyperlink</p>
420
+ <p></p>
421
+ </div>
422
+ </div>
308
423
  <hr>
309
424
  <div class="refsect2">
310
- <a name="atk-hyperlink-is-selected-link"></a><h3>atk_hyperlink_is_selected_link ()</h3>
311
- <pre class="programlisting"><span class="returnvalue">gboolean</span> atk_hyperlink_is_selected_link (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
425
+ <a name="atk-hyperlink-is-selected-link"></a><h3>atk_hyperlink_is_selected_link ()</h3>
426
+ <pre class="programlisting"><span class="returnvalue">gboolean</span>
427
+ atk_hyperlink_is_selected_link (<em class="parameter"><code><a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *link_</code></em>);</pre>
312
428
  <div class="warning">
313
- <h3 class="title">Warning</h3>
314
- <p><code class="literal">atk_hyperlink_is_selected_link</code> is deprecated and should not be used in newly-written code. This method is deprecated since ATK version 1.8.
315
- Please use ATK_STATE_SELECTED to indicate when a hyperlink within a
316
- Hypertext container is selected.</p>
429
+ <p><code class="literal">atk_hyperlink_is_selected_link</code> is deprecated and should not be used in newly-written code.</p>
430
+ <p>This method is deprecated since ATK version 1.8.
431
+ Please use ATK_STATE_FOCUSABLE for all links, and ATK_STATE_FOCUSED
432
+ for focused links.</p>
433
+ </div>
434
+ <p>Determines whether this AtkHyperlink is selected</p>
435
+ <div class="refsect3">
436
+ <a name="id-1.7.3.10.9.7"></a><h4>Parameters</h4>
437
+ <div class="informaltable"><table width="100%" border="0">
438
+ <colgroup>
439
+ <col width="150px" class="parameters_name">
440
+ <col class="parameters_description">
441
+ <col width="200px" class="parameters_annotations">
442
+ </colgroup>
443
+ <tbody><tr>
444
+ <td class="parameter_name"><p>link_</p></td>
445
+ <td class="parameter_description"><p>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a></p></td>
446
+ <td class="parameter_annotations"> </td>
447
+ </tr></tbody>
448
+ </table></div>
449
+ </div>
450
+ <div class="refsect3">
451
+ <a name="id-1.7.3.10.9.8"></a><h4>Returns</h4>
452
+ <p> True if the AtkHyperlink is selected, False otherwise</p>
453
+ <p></p>
317
454
  </div>
455
+ <p class="since">Since 1.4</p>
456
+ </div>
457
+ </div>
458
+ <div class="refsect1">
459
+ <a name="AtkHyperlink.other_details"></a><h2>Types and Values</h2>
460
+ <div class="refsect2">
461
+ <a name="AtkHyperlink-struct"></a><h3>struct AtkHyperlink</h3>
462
+ <pre class="programlisting">struct AtkHyperlink;</pre>
318
463
  <p>
319
- Determines whether this AtkHyperlink is selected
320
464
  </p>
321
- <div class="variablelist"><table border="0">
322
- <col align="left" valign="top">
323
- <tbody>
324
- <tr>
325
- <td><p><span class="term"><em class="parameter"><code>link_</code></em> :</span></p></td>
326
- <td>an <a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a>
465
+ </div>
466
+ <hr>
467
+ <div class="refsect2">
468
+ <a name="AtkHyperlinkStateFlags"></a><h3>enum AtkHyperlinkStateFlags</h3>
469
+ <p>Describes the type of link</p>
470
+ <div class="refsect3">
471
+ <a name="id-1.7.3.11.3.4"></a><h4>Members</h4>
472
+ <div class="informaltable"><table width="100%" border="0">
473
+ <colgroup>
474
+ <col width="300px" class="enum_members_name">
475
+ <col class="enum_members_description">
476
+ <col width="200px" class="enum_members_annotations">
477
+ </colgroup>
478
+ <tbody><tr>
479
+ <td class="enum_member_name"><p><a name="ATK-HYPERLINK-IS-INLINE:CAPS"></a>ATK_HYPERLINK_IS_INLINE</p></td>
480
+ <td class="enum_member_description">
481
+ <p>Link is inline</p>
327
482
  </td>
328
- </tr>
329
- <tr>
330
- <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
331
- <td>True is the AtkHyperlink is selected, False otherwise</td>
332
- </tr>
333
- </tbody>
483
+ <td class="enum_member_annotations"> </td>
484
+ </tr></tbody>
334
485
  </table></div>
335
- <p class="since">Since 1.4</p>
486
+ </div>
336
487
  </div>
337
488
  </div>
338
489
  <div class="refsect1">
339
490
  <a name="AtkHyperlink.property-details"></a><h2>Property Details</h2>
340
491
  <div class="refsect2">
341
- <a name="AtkHyperlink--end-index"></a><h3>The <code class="literal">"end-index"</code> property</h3>
342
- <pre class="programlisting"> "end-index" <span class="type">gint</span> : Read</pre>
492
+ <a name="AtkHyperlink--end-index"></a><h3>The <code class="literal">“end-index”</code> property</h3>
493
+ <pre class="programlisting"> end-index <span class="type">gint</span></pre>
343
494
  <p>The end index of the AtkHyperlink object.</p>
495
+ <p>Flags: Read</p>
344
496
  <p>Allowed values: &gt;= 0</p>
345
497
  <p>Default value: 0</p>
346
498
  </div>
347
499
  <hr>
348
500
  <div class="refsect2">
349
- <a name="AtkHyperlink--number-of-anchors"></a><h3>The <code class="literal">"number-of-anchors"</code> property</h3>
350
- <pre class="programlisting"> "number-of-anchors" <span class="type">gint</span> : Read</pre>
501
+ <a name="AtkHyperlink--number-of-anchors"></a><h3>The <code class="literal">“number-of-anchors”</code> property</h3>
502
+ <pre class="programlisting"> number-of-anchors <span class="type">gint</span></pre>
351
503
  <p>The number of anchors associated with the AtkHyperlink object.</p>
504
+ <p>Flags: Read</p>
352
505
  <p>Allowed values: &gt;= 0</p>
353
506
  <p>Default value: 0</p>
354
507
  </div>
355
508
  <hr>
356
509
  <div class="refsect2">
357
- <a name="AtkHyperlink--selected-link"></a><h3>The <code class="literal">"selected-link"</code> property</h3>
358
- <pre class="programlisting"> "selected-link" <span class="type">gboolean</span> : Read</pre>
510
+ <a name="AtkHyperlink--selected-link"></a><h3>The <code class="literal">“selected-link”</code> property</h3>
511
+ <pre class="programlisting"> selected-link <span class="type">gboolean</span></pre>
512
+ <p>Selected link</p>
359
513
  <div class="warning">
360
- <h3 class="title">Warning</h3>
361
- <p><code class="literal">AtkHyperlink:selected-link</code> is deprecated and should not be used in newly-written code. Since 1.8. As atk_hyperlink_is_selected_link is
362
- deprecated this property is deprecated as well. Please use
363
- ATK_STATE_SELECTED to indicate when a hyperlink within a
364
- Hypertext container is selected.</p>
514
+ <p><code class="literal">AtkHyperlink:selected-link</code> is deprecated and should not be used in newly-written code.</p>
515
+ <p>Since 1.8. This property is deprecated since ATK
516
+ version 1.8. Please use ATK_STATE_FOCUSABLE for all links, and
517
+ ATK_STATE_FOCUSED for focused links.</p>
365
518
  </div>
366
- <p>
367
- Selected link
368
- </p>
519
+ <p>Flags: Read</p>
369
520
  <p>Default value: FALSE</p>
370
521
  </div>
371
522
  <hr>
372
523
  <div class="refsect2">
373
- <a name="AtkHyperlink--start-index"></a><h3>The <code class="literal">"start-index"</code> property</h3>
374
- <pre class="programlisting"> "start-index" <span class="type">gint</span> : Read</pre>
524
+ <a name="AtkHyperlink--start-index"></a><h3>The <code class="literal">“start-index”</code> property</h3>
525
+ <pre class="programlisting"> start-index <span class="type">gint</span></pre>
375
526
  <p>The start index of the AtkHyperlink object.</p>
527
+ <p>Flags: Read</p>
376
528
  <p>Allowed values: &gt;= 0</p>
377
529
  <p>Default value: 0</p>
378
530
  </div>
@@ -380,30 +532,39 @@ Selected link
380
532
  <div class="refsect1">
381
533
  <a name="AtkHyperlink.signal-details"></a><h2>Signal Details</h2>
382
534
  <div class="refsect2">
383
- <a name="AtkHyperlink-link-activated"></a><h3>The <code class="literal">"link-activated"</code> signal</h3>
384
- <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *atkhyperlink,
385
- <span class="type">gpointer</span> user_data) : <code class="literal">Run Last</code></pre>
386
- <p>
387
- The signal link-activated is emitted when a link is activated.
388
- </p>
389
- <div class="variablelist"><table border="0">
390
- <col align="left" valign="top">
535
+ <a name="AtkHyperlink-link-activated"></a><h3>The <code class="literal">“link-activated”</code> signal</h3>
536
+ <pre class="programlisting"><span class="returnvalue">void</span>
537
+ user_function (<a class="link" href="AtkHyperlink.html" title="AtkHyperlink"><span class="type">AtkHyperlink</span></a> *atkhyperlink,
538
+ <span class="type">gpointer</span> user_data)</pre>
539
+ <p>The signal link-activated is emitted when a link is activated.</p>
540
+ <div class="refsect3">
541
+ <a name="id-1.7.3.13.2.5"></a><h4>Parameters</h4>
542
+ <div class="informaltable"><table width="100%" border="0">
543
+ <colgroup>
544
+ <col width="150px" class="parameters_name">
545
+ <col class="parameters_description">
546
+ <col width="200px" class="parameters_annotations">
547
+ </colgroup>
391
548
  <tbody>
392
549
  <tr>
393
- <td><p><span class="term"><em class="parameter"><code>atkhyperlink</code></em> :</span></p></td>
394
- <td>the object which received the signal.</td>
550
+ <td class="parameter_name"><p>atkhyperlink</p></td>
551
+ <td class="parameter_description"><p>the object which received the signal.</p></td>
552
+ <td class="parameter_annotations"> </td>
395
553
  </tr>
396
554
  <tr>
397
- <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
398
- <td>user data set when the signal handler was connected.</td>
555
+ <td class="parameter_name"><p>user_data</p></td>
556
+ <td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
557
+ <td class="parameter_annotations"> </td>
399
558
  </tr>
400
559
  </tbody>
401
560
  </table></div>
402
561
  </div>
562
+ <p>Flags: Run Last</p>
563
+ </div>
403
564
  </div>
404
565
  </div>
405
566
  <div class="footer">
406
567
  <hr>
407
- Generated by GTK-Doc V1.19.1</div>
568
+ Generated by GTK-Doc V1.21.1</div>
408
569
  </body>
409
570
  </html>