summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkhypertext.sgml
blob: de83006d2c818e3b3f0c85fa66f69ba4734ce060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!-- ##### SECTION Title ##### -->
AtkHypertext

<!-- ##### SECTION Short_Description ##### -->
The ATK interface which provides standard mechanism for manipulating hyperlinks.

<!-- ##### SECTION Long_Description ##### -->
<para>
An interface used for objects which implement linking between multiple
resource or content locations, or multiple 'markers' within a single
document.  A Hypertext instance is associated with one or more Hyperlinks,
which are associated with particular offsets within the Hypertext's included
content.  While this interface is derived from Text, there is no requirement that Hypertext instances have textual content; they may implement Image as well, and Hyperlinks need not have non-zero text offsets.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
AtkHyperlink
</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT AtkHypertext ##### -->
<para>
The AtkHypertext structure does not contain any fields.
</para>


<!-- ##### SIGNAL AtkHypertext::link-selected ##### -->
<para>
The "link-selected" signal is emitted by an AtkHyperText object when one of
the hyperlinks associated with the object is selected.
</para>

@atkhypertext: the object which received the signal.
@arg1: the index of the hyperlink which is selected

<!-- ##### FUNCTION atk_hypertext_get_link ##### -->
<para>

</para>

@hypertext: 
@link_index: 
@Returns: 


<!-- ##### FUNCTION atk_hypertext_get_n_links ##### -->
<para>

</para>

@hypertext: 
@Returns: 


<!-- ##### FUNCTION atk_hypertext_get_link_index ##### -->
<para>

</para>

@hypertext: 
@char_index: 
@Returns: