Added new API for ATK 1.11/1.12. Minor docs cleanup.
[platform/upstream/atk.git] / docs / tmpl / atkhypertext.sgml
1 <!-- ##### SECTION Title ##### -->
2 AtkHypertext
3
4 <!-- ##### SECTION Short_Description ##### -->
5 The ATK interface which provides standard mechanism for manipulating hyperlinks.
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9
10 </para>
11
12 <!-- ##### SECTION See_Also ##### -->
13 <para>
14
15 </para>
16
17 <!-- ##### SECTION Stability_Level ##### -->
18
19
20 <!-- ##### STRUCT AtkHypertext ##### -->
21 <para>
22 The AtkHypertext structure does not contain any fields.
23 </para>
24
25
26 <!-- ##### SIGNAL AtkHypertext::link-selected ##### -->
27 <para>
28 The "link-selected" signal is emitted by an AtkHyperText object when one of
29 the hyperlinks associated with the object is selected.
30 </para>
31
32 @atkhypertext: the object which received the signal.
33 @arg1: the index of the hyperlink which is selected
34
35 <!-- ##### FUNCTION atk_hypertext_get_link ##### -->
36 <para>
37
38 </para>
39
40 @hypertext: 
41 @link_index: 
42 @Returns: 
43
44
45 <!-- ##### FUNCTION atk_hypertext_get_n_links ##### -->
46 <para>
47
48 </para>
49
50 @hypertext: 
51 @Returns: 
52
53
54 <!-- ##### FUNCTION atk_hypertext_get_link_index ##### -->
55 <para>
56
57 </para>
58
59 @hypertext: 
60 @char_index: 
61 @Returns: 
62
63