~ubuntu-branches/ubuntu/lucid/atk1.0/lucid

« back to all changes in this revision

Viewing changes to docs/html/AtkHypertext.html

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Ribeiro
  • Date: 2007-07-30 16:27:32 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730162732-31bivl3v67orco16
Tags: 1.19.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
29
29
<td><a accesskey="n" href="AtkImage.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
30
30
</tr>
31
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2573513" class="shortcut">Top</a>
32
 
                  &#160;|&#160;
33
 
                  <a href="#id2574347" class="shortcut">Description</a>
34
 
                  &#160;|&#160;
35
 
                  <a href="#id2574272" class="shortcut">Object Hierarchy</a>
36
 
                  &#160;|&#160;
37
 
                  <a href="#id2574296" class="shortcut">Known Implementations</a>
38
 
                  &#160;|&#160;
39
 
                  <a href="#id2574319" class="shortcut">Signals</a></nobr></td></tr>
 
31
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id342680" class="shortcut">Top</a>
 
32
                  &#160;|&#160;
 
33
                  <a href="#id343418" class="shortcut">Description</a>
 
34
                  &#160;|&#160;
 
35
                  <a href="#id343347" class="shortcut">Object Hierarchy</a>
 
36
                  &#160;|&#160;
 
37
                  <a href="#id343370" class="shortcut">Known Implementations</a>
 
38
                  &#160;|&#160;
 
39
                  <a href="#id343392" class="shortcut">Signals</a></nobr></td></tr>
40
40
</table>
41
41
<div class="refentry" lang="en">
42
42
<a name="AtkHypertext"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
45
45
<h2>
46
 
<a name="id2573513"></a><span class="refentrytitle">AtkHypertext</span>
 
46
<a name="id342680"></a><span class="refentrytitle">AtkHypertext</span>
47
47
</h2>
48
48
<p>AtkHypertext &#8212; The ATK interface which provides standard mechanism for manipulating hyperlinks.</p>
49
49
</td>
65
65
</pre>
66
66
</div>
67
67
<div class="refsect1" lang="en">
68
 
<a name="id2574272"></a><h2>Object Hierarchy</h2>
 
68
<a name="id343347"></a><h2>Object Hierarchy</h2>
69
69
<pre class="synopsis">
70
70
 
71
71
  GInterface
73
73
</pre>
74
74
</div>
75
75
<div class="refsect1" lang="en">
76
 
<a name="id2574296"></a><h2>Known Implementations</h2>
 
76
<a name="id343370"></a><h2>Known Implementations</h2>
77
77
<p>
78
78
AtkHypertext is implemented by
79
79
 <a href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
80
80
</div>
81
81
<div class="refsect1" lang="en">
82
 
<a name="id2574319"></a><h2>Signals</h2>
 
82
<a name="id343392"></a><h2>Signals</h2>
83
83
<pre class="synopsis">
84
84
 
85
85
  "<a href="AtkHypertext.html#AtkHypertext-link-selected">link-selected</a>"                                  : Run Last
86
86
</pre>
87
87
</div>
88
88
<div class="refsect1" lang="en">
89
 
<a name="id2574347"></a><h2>Description</h2>
 
89
<a name="id343418"></a><h2>Description</h2>
90
90
<p>
91
91
An interface used for objects which implement linking between multiple
92
92
resource or content locations, or multiple 'markers' within a single
96
96
</p>
97
97
</div>
98
98
<div class="refsect1" lang="en">
99
 
<a name="id2574370"></a><h2>Details</h2>
 
99
<a name="id343437"></a><h2>Details</h2>
100
100
<div class="refsect2" lang="en">
101
 
<a name="id2574380"></a><h3>
 
101
<a name="id343447"></a><h3>
102
102
<a name="AtkHypertext-struct"></a>AtkHypertext</h3>
103
 
<a class="indexterm" name="id2574392"></a><pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
 
103
<a class="indexterm" name="id343459"></a><pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
104
104
<p>
105
105
The AtkHypertext structure does not contain any fields.
106
106
</p>
107
107
</div>
108
108
<hr>
109
109
<div class="refsect2" lang="en">
110
 
<a name="id2574409"></a><h3>
 
110
<a name="id343474"></a><h3>
111
111
<a name="atk-hypertext-get-link"></a>atk_hypertext_get_link ()</h3>
112
 
<a class="indexterm" name="id2574422"></a><pre class="programlisting"><a href="AtkHyperlink.html" title="AtkHyperlink">AtkHyperlink</a>*       atk_hypertext_get_link              (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
 
112
<a class="indexterm" name="id343487"></a><pre class="programlisting"><a href="AtkHyperlink.html" title="AtkHyperlink">AtkHyperlink</a>*       atk_hypertext_get_link              (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
113
113
                                                         gint link_index);</pre>
114
114
<p>
115
115
Gets the link in this hypertext document at index 
141
141
</div>
142
142
<hr>
143
143
<div class="refsect2" lang="en">
144
 
<a name="id2574525"></a><h3>
 
144
<a name="id343586"></a><h3>
145
145
<a name="atk-hypertext-get-n-links"></a>atk_hypertext_get_n_links ()</h3>
146
 
<a class="indexterm" name="id2574539"></a><pre class="programlisting">gint                atk_hypertext_get_n_links           (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext);</pre>
 
146
<a class="indexterm" name="id343598"></a><pre class="programlisting">gint                atk_hypertext_get_n_links           (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext);</pre>
147
147
<p>
148
148
Gets the number of links within this hypertext document.</p>
149
149
<p>
167
167
</div>
168
168
<hr>
169
169
<div class="refsect2" lang="en">
170
 
<a name="id2574609"></a><h3>
 
170
<a name="id343666"></a><h3>
171
171
<a name="atk-hypertext-get-link-index"></a>atk_hypertext_get_link_index ()</h3>
172
 
<a class="indexterm" name="id2574622"></a><pre class="programlisting">gint                atk_hypertext_get_link_index        (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
 
172
<a class="indexterm" name="id343679"></a><pre class="programlisting">gint                atk_hypertext_get_link_index        (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
173
173
                                                         gint char_index);</pre>
174
174
<p>
175
175
Gets the index into the array of hyperlinks that is associated with
201
201
</div>
202
202
</div>
203
203
<div class="refsect1" lang="en">
204
 
<a name="id2574729"></a><h2>Signal Details</h2>
 
204
<a name="id343781"></a><h2>Signal Details</h2>
205
205
<div class="refsect2" lang="en">
206
 
<a name="id2574740"></a><h3>
 
206
<a name="id343792"></a><h3>
207
207
<a name="AtkHypertext-link-selected"></a>The "link-selected" signal</h3>
208
 
<a class="indexterm" name="id2574750"></a><pre class="programlisting">void                user_function                      (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *atkhypertext,
 
208
<a class="indexterm" name="id343801"></a><pre class="programlisting">void                user_function                      (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *atkhypertext,
209
209
                                                        gint          arg1,
210
210
                                                        gpointer      user_data)         : Run Last</pre>
211
211
<p>
235
235
</div>
236
236
</div>
237
237
<div class="refsect1" lang="en">
238
 
<a name="id2574846"></a><h2>See Also</h2>
 
238
<a name="id343892"></a><h2>See Also</h2>
239
239
<p>
240
240
AtkHyperlink
241
241
</p>