KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21572/root/usr/share/gtk-doc/html/atk/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21572/root/usr/share/gtk-doc/html/atk/AtkHypertext.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>AtkHypertext</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="ATK - Accessibility Toolkit">
<link rel="up" href="atk.html" title="ATK Library">
<link rel="prev" href="atk-AtkHyperlinkImpl.html" title="AtkHyperlinkImpl">
<link rel="next" href="AtkImage.html" title="AtkImage">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="atk.html" title="ATK Library">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in ATK 1.3">
<link rel="index" href="ix04.html" title="Index of new symbols in ATK 1.4">
<link rel="index" href="ix05.html" title="Index of new symbols in ATK 1.6">
<link rel="index" href="ix06.html" title="Index of new symbols in ATK 1.9">
<link rel="index" href="ix07.html" title="Index of new symbols in ATK 1.12">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="atk-AtkHyperlinkImpl.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="atk.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">ATK - Accessibility Toolkit</th>
<td><a accesskey="n" href="AtkImage.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2548182" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2548905" class="shortcut">Description</a>
                  &#160;|&#160;
                  <a href="#id2548800" class="shortcut">Object Hierarchy</a>
                  &#160;|&#160;
                  <a href="#id2548824" class="shortcut">Known Implementations</a>
                  &#160;|&#160;
                  <a href="#id2548847" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="AtkHypertext"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2548182"></a><span class="refentrytitle">AtkHypertext</span>
</h2>
<p>AtkHypertext &#8212; The ATK interface which provides standard mechanism for manipulating hyperlinks.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">



            <a href="AtkHypertext.html#AtkHypertext-struct">AtkHypertext</a>;
<a href="AtkHyperlink.html" title="AtkHyperlink">AtkHyperlink</a>* <a href="AtkHypertext.html#atk-hypertext-get-link">atk_hypertext_get_link</a>        (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
                                             <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> link_index);
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>        <a href="AtkHypertext.html#atk-hypertext-get-n-links">atk_hypertext_get_n_links</a>       (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext);
<a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>        <a href="AtkHypertext.html#atk-hypertext-get-link-index">atk_hypertext_get_link_index</a>    (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
                                             <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> char_index);

</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548800"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">

  GInterface
   +----AtkHypertext
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548824"></a><h2>Known Implementations</h2>
<p>
AtkHypertext is implemented by
 <a href="AtkNoOpObject.html" title="AtkNoOpObject">AtkNoOpObject</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2548847"></a><h2>Signals</h2>
<pre class="synopsis">

"<a href="AtkHypertext.html#AtkHypertext-link-selected">link-selected</a>"
            void        user_function      (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *atkhypertext,
                                            <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>          arg1,
                                            <a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a>      user_data)         : Run last
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548905"></a><h2>Description</h2>
<p>
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.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2548928"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2548937"></a><h3>
<a name="AtkHypertext-struct"></a>AtkHypertext</h3>
<a class="indexterm" name="id2548950"></a><pre class="programlisting">typedef struct _AtkHypertext AtkHypertext;</pre>
<p>
The AtkHypertext structure does not contain any fields.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2548966"></a><h3>
<a name="atk-hypertext-get-link"></a>atk_hypertext_get_link ()</h3>
<a class="indexterm" name="id2548979"></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,
                                             <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> link_index);</pre>
<p>
Gets the link in this hypertext document at index 
<em class="parameter"><code>link_index</code></em></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hypertext</code></em>&#160;:</span></td>
<td> an <a href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>link_index</code></em>&#160;:</span></td>
<td> an integer specifying the desired link
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> the link in this hypertext document at
index <em class="parameter"><code>link_index</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2549082"></a><h3>
<a name="atk-hypertext-get-n-links"></a>atk_hypertext_get_n_links ()</h3>
<a class="indexterm" name="id2549096"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>        atk_hypertext_get_n_links       (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext);</pre>
<p>
Gets the number of links within this hypertext document.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hypertext</code></em>&#160;:</span></td>
<td> an <a href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a>
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> the number of links within this hypertext document
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2549166"></a><h3>
<a name="atk-hypertext-get-link-index"></a>atk_hypertext_get_link_index ()</h3>
<a class="indexterm" name="id2549179"></a><pre class="programlisting"><a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>        atk_hypertext_get_link_index    (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *hypertext,
                                             <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a> char_index);</pre>
<p>
Gets the index into the array of hyperlinks that is associated with
the character specified by <em class="parameter"><code>char_index</code></em>.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>hypertext</code></em>&#160;:</span></td>
<td> an <a href="AtkHypertext.html" title="AtkHypertext"><span class="type">AtkHypertext</span></a>
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>char_index</code></em>&#160;:</span></td>
<td> a character index
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> an index into the array of hyperlinks in <em class="parameter"><code>hypertext</code></em>,
or -1 if there is no hyperlink associated with this character.
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2549285"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2549296"></a><h3>
<a name="AtkHypertext-link-selected"></a>The "link-selected" signal</h3>
<a class="indexterm" name="id2549306"></a><pre class="programlisting">void        user_function                  (<a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a> *atkhypertext,
                                            <a
href="../glib/glib-Basic-Types.html#gint"
>gint</a>          arg1,
                                            <a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a>      user_data)         : Run last</pre>
<p>
The "link-selected" signal is emitted by an AtkHyperText object when one of
the hyperlinks associated with the object is selected.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>atkhypertext</code></em>&#160;:</span></td>
<td>the object which received the signal.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>arg1</code></em>&#160;:</span></td>
<td>the index of the hyperlink which is selected

</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2549401"></a><h2>See Also</h2>
<p>
AtkHyperlink
</p>
</div>
</div>
</body>
</html>

Anon7 - 2021