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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/lib/2.0/atk.so +0 -0
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/include/atk-1.0/atk/atk-enum-types.h +16 -0
- data/vendor/local/include/atk-1.0/atk/atk.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkaction.h +8 -1
- data/vendor/local/include/atk-1.0/atk/atkcomponent.h +20 -2
- data/vendor/local/include/atk-1.0/atk/atkdocument.h +29 -2
- data/vendor/local/include/atk-1.0/atk/atkeditabletext.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +3 -0
- data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +9 -1
- data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkhypertext.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atkimage.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkmisc.h +19 -19
- data/vendor/local/include/atk-1.0/atk/atknoopobject.h +4 -0
- data/vendor/local/include/atk-1.0/atk/atknoopobjectfactory.h +2 -0
- data/vendor/local/include/atk-1.0/atk/atkobject.h +133 -26
- data/vendor/local/include/atk-1.0/atk/atkobjectfactory.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkplug.h +5 -0
- data/vendor/local/include/atk-1.0/atk/atkrange.h +59 -0
- data/vendor/local/include/atk-1.0/atk/atkregistry.h +5 -15
- data/vendor/local/include/atk-1.0/atk/atkrelation.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkrelationset.h +10 -0
- data/vendor/local/include/atk-1.0/atk/atkselection.h +8 -0
- data/vendor/local/include/atk-1.0/atk/atksocket.h +6 -0
- data/vendor/local/include/atk-1.0/atk/atkstate.h +14 -2
- data/vendor/local/include/atk-1.0/atk/atkstateset.h +12 -0
- data/vendor/local/include/atk-1.0/atk/atkstreamablecontent.h +6 -1
- data/vendor/local/include/atk-1.0/atk/atktable.h +30 -6
- data/vendor/local/include/atk-1.0/atk/atktablecell.h +104 -0
- data/vendor/local/include/atk-1.0/atk/atktext.h +30 -5
- data/vendor/local/include/atk-1.0/atk/atkutil.h +35 -4
- data/vendor/local/include/atk-1.0/atk/atkvalue.h +88 -17
- data/vendor/local/include/atk-1.0/atk/atkversion.h +281 -2
- data/vendor/local/include/atk-1.0/atk/atkwindow.h +1 -0
- data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/lib/libatk-1.0.la +3 -3
- data/vendor/local/lib/pkgconfig/atk.pc +1 -1
- data/vendor/local/share/gir-1.0/Atk-1.0.gir +3410 -899
- data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +343 -233
- data/vendor/local/share/gtk-doc/html/atk/AtkComponent.html +872 -578
- data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +558 -251
- data/vendor/local/share/gtk-doc/html/atk/AtkEditableText.html +298 -192
- data/vendor/local/share/gtk-doc/html/atk/AtkGObjectAccessible.html +117 -75
- data/vendor/local/share/gtk-doc/html/atk/AtkHyperlink.html +434 -273
- data/vendor/local/share/gtk-doc/html/atk/AtkHypertext.html +195 -119
- data/vendor/local/share/gtk-doc/html/atk/AtkImage.html +224 -143
- data/vendor/local/share/gtk-doc/html/atk/AtkMisc.html +191 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +83 -59
- data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObjectFactory.html +66 -49
- data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +2398 -1337
- data/vendor/local/share/gtk-doc/html/atk/AtkObjectFactory.html +154 -96
- data/vendor/local/share/gtk-doc/html/atk/AtkRegistry.html +192 -118
- data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +496 -278
- data/vendor/local/share/gtk-doc/html/atk/AtkRelationSet.html +294 -193
- data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +333 -201
- data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +403 -256
- data/vendor/local/share/gtk-doc/html/atk/AtkStreamableContent.html +192 -130
- data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +1363 -776
- data/vendor/local/share/gtk-doc/html/atk/AtkTableCell.html +497 -0
- data/vendor/local/share/gtk-doc/html/atk/AtkText.html +1975 -1446
- data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +862 -524
- data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +638 -108
- data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +302 -175
- data/vendor/local/share/gtk-doc/html/atk/accessibles.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-12.html +18 -18
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-13.html +21 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-20.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-22.html +10 -10
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-3.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-30.html +15 -15
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-4.html +9 -9
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-6.html +11 -11
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-9.html +39 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-10.html +35 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-12.html +78 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-2.html +53 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-2-8.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +75 -25
- data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +358 -288
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +82 -60
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html +99 -52
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkRange.html +328 -0
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html +139 -91
- data/vendor/local/share/gtk-doc/html/atk/atk-AtkState.html +355 -226
- data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +203 -142
- data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +378 -547
- data/vendor/local/share/gtk-doc/html/atk/atkobject.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/data.html +49 -0
- data/vendor/local/share/gtk-doc/html/atk/deprecated.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/index.html +70 -46
- data/vendor/local/share/gtk-doc/html/atk/index.sgml +419 -519
- data/vendor/local/share/gtk-doc/html/atk/{atk.html → interfaces.html} +17 -60
- data/vendor/local/share/gtk-doc/html/atk/overview.html +47 -0
- data/vendor/local/share/gtk-doc/html/atk/style.css +260 -105
- data/vendor/local/share/gtk-doc/html/atk/toolkit.html +33 -0
- data/vendor/local/share/gtk-doc/html/atk/utilities.html +28 -14
- data/vendor/local/share/license/atk/AUTHORS +18 -5
- data/vendor/local/share/locale/an/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/atk10.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/atk10.mo +0 -0
- metadata +27 -19
- data/lib/1.9/atk.so +0 -0
- data/lib/2.1/atk.so +0 -0
- data/vendor/local/lib/atk-1.0.def +0 -248
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-18.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-24.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-26.html +0 -31
- data/vendor/local/share/gtk-doc/html/atk/api-index-1-28.html +0 -31
- 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.
|
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="
|
9
|
-
<link rel="prev" href="
|
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.
|
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="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#AtkGObjectAccessible.
|
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="
|
25
|
-
<td><a accesskey="p" href="
|
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="
|
39
|
-
<a name="AtkGObjectAccessible.
|
40
|
-
<
|
41
|
-
<
|
42
|
-
<
|
43
|
-
|
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="
|
48
|
-
|
49
|
-
|
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.
|
91
|
+
<a name="AtkGObjectAccessible.functions_details"></a><h2>Functions</h2>
|
64
92
|
<div class="refsect2">
|
65
|
-
<a name="
|
66
|
-
<pre class="programlisting"
|
67
|
-
<
|
68
|
-
|
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-
|
73
|
-
<pre class="programlisting"><
|
74
|
-
<
|
75
|
-
Gets the
|
76
|
-
|
77
|
-
<div class="
|
78
|
-
<
|
79
|
-
<
|
80
|
-
<
|
81
|
-
<
|
82
|
-
<
|
83
|
-
|
84
|
-
</
|
85
|
-
<tr>
|
86
|
-
<td
|
87
|
-
<td>a <a class="link" href="
|
88
|
-
|
89
|
-
</
|
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
|
-
<
|
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="
|
97
|
-
<pre class="programlisting"
|
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.
|
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.
|
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="
|
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="
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
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="
|
16
|
-
<td width="100%" align="left">
|
17
|
-
<a href="#" class="shortcut">Top</a>
|
18
|
-
|
19
|
-
<a href="#AtkHyperlink.
|
20
|
-
|
21
|
-
<a href="#AtkHyperlink.
|
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="
|
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="
|
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="
|
45
|
-
<a name="AtkHyperlink.
|
46
|
-
<
|
47
|
-
|
48
|
-
<
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
<
|
53
|
-
<
|
54
|
-
<span class="returnvalue">
|
55
|
-
|
56
|
-
<
|
57
|
-
<
|
58
|
-
</
|
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="
|
63
|
-
|
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.
|
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 << 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
|
129
|
-
<pre class="programlisting"><span class="returnvalue">gchar</span>
|
130
|
-
|
131
|
-
<
|
132
|
-
Get a the URI associated with the anchor specified
|
133
|
-
by <em class="parameter"><code>i</code></em>
|
134
|
-
</
|
135
|
-
|
136
|
-
Multiple anchors are primarily used by client-side image maps
|
137
|
-
|
138
|
-
<
|
139
|
-
<
|
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
|
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
|
148
|
-
<td>a (zero-index) integer specifying the desired anchor</td>
|
149
|
-
</
|
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
|
160
|
-
<pre class="programlisting"><a class="link" href="AtkObject.html" title="AtkObject"><span class="returnvalue">AtkObject</span></a>
|
161
|
-
|
162
|
-
<
|
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>
|
166
|
-
hyperlink
|
167
|
-
|
168
|
-
|
169
|
-
Multiple anchors are primarily used by client-side image maps
|
170
|
-
|
171
|
-
<
|
172
|
-
<
|
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
|
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
|
181
|
-
<td>a (zero-index) integer specifying the desired anchor</td>
|
182
|
-
</
|
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
|
195
|
-
<pre class="programlisting"><span class="returnvalue">gint</span>
|
196
|
-
<
|
197
|
-
Gets the index with the hypertext document at which this link ends
|
198
|
-
|
199
|
-
<
|
200
|
-
<
|
201
|
-
<
|
202
|
-
<
|
203
|
-
<
|
204
|
-
<
|
205
|
-
</
|
206
|
-
|
207
|
-
<
|
208
|
-
<td><p
|
209
|
-
<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
|
217
|
-
<pre class="programlisting"><span class="returnvalue">gint</span>
|
218
|
-
<
|
219
|
-
Gets the index with the hypertext document at which this link begins
|
220
|
-
|
221
|
-
<
|
222
|
-
<
|
223
|
-
<
|
224
|
-
<
|
225
|
-
<
|
226
|
-
<
|
227
|
-
</
|
228
|
-
|
229
|
-
<
|
230
|
-
<td><p
|
231
|
-
<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
|
239
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
240
|
-
<
|
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
|
-
|
245
|
-
<
|
246
|
-
<
|
247
|
-
<
|
248
|
-
<
|
249
|
-
<
|
250
|
-
<
|
251
|
-
</
|
252
|
-
|
253
|
-
<
|
254
|
-
<td><p
|
255
|
-
<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
|
263
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
264
|
-
<
|
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 &
|
268
|
-
<code class="literal">TRUE</code
|
269
|
-
|
270
|
-
</
|
271
|
-
<div class="
|
272
|
-
<
|
273
|
-
<
|
274
|
-
<
|
275
|
-
<
|
276
|
-
|
277
|
-
|
278
|
-
</
|
279
|
-
<
|
280
|
-
<td
|
281
|
-
|
282
|
-
</tr>
|
283
|
-
</tbody>
|
373
|
+
<code class="literal">FALSE</code>, but an inline <src> 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
|
289
|
-
<pre class="programlisting"><span class="returnvalue">gint</span>
|
290
|
-
<
|
291
|
-
Gets the number of anchors associated with this hyperlink
|
292
|
-
|
293
|
-
<
|
294
|
-
<
|
295
|
-
<
|
296
|
-
<
|
297
|
-
<
|
298
|
-
<
|
299
|
-
</
|
300
|
-
|
301
|
-
<
|
302
|
-
<td><p
|
303
|
-
<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
|
311
|
-
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
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
|
-
<
|
314
|
-
<p
|
315
|
-
Please use
|
316
|
-
|
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
|
-
|
322
|
-
<
|
323
|
-
<
|
324
|
-
<
|
325
|
-
<
|
326
|
-
<
|
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
|
-
</
|
329
|
-
|
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
|
-
|
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"
|
342
|
-
<pre class="programlisting">
|
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: >= 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"
|
350
|
-
<pre class="programlisting">
|
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: >= 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"
|
358
|
-
<pre class="programlisting">
|
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
|
-
<
|
361
|
-
<p
|
362
|
-
|
363
|
-
|
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"
|
374
|
-
<pre class="programlisting">
|
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: >= 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"
|
384
|
-
<pre class="programlisting"><span class="returnvalue">void</span>
|
385
|
-
|
386
|
-
<
|
387
|
-
The signal link-activated is emitted when a link is activated
|
388
|
-
|
389
|
-
<
|
390
|
-
<
|
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
|
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
|
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.
|
568
|
+
Generated by GTK-Doc V1.21.1</div>
|
408
569
|
</body>
|
409
570
|
</html>
|