|
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/21585/root/usr/share/gtk-doc/html/atk/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>AtkHyperlinkImpl</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="AtkHyperlink.html" title="AtkHyperlink">
<link rel="next" href="AtkHypertext.html" title="AtkHypertext">
<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="AtkHyperlink.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="AtkHypertext.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="#id2548221" class="shortcut">Top</a>
 | 
<a href="#id2548264" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="atk-AtkHyperlinkImpl"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2548221"></a><span class="refentrytitle">AtkHyperlinkImpl</span>
</h2>
<p>AtkHyperlinkImpl — An interface from which the AtkHyperlink associated with an
AtkObject may be obtained.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
<a href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">AtkHyperlinkImpl</a>;
<a href="AtkHyperlink.html" title="AtkHyperlink">AtkHyperlink</a>* <a href="atk-AtkHyperlinkImpl.html#atk-hyperlink-impl-get-hyperlink">atk_hyperlink_impl_get_hyperlink</a>
(<a href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">AtkHyperlinkImpl</a> *obj);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2548264"></a><h2>Description</h2>
<p>
AtkHyperlinkImpl allows AtkObjects to
refer to their associated AtkHyperlink instance, if one
exists. AtkHyperlinkImpl differs from AtkHyperlink in that
AtkHyperlinkImpl is an interface, whereas AtkHyperlink is
a object type. The AtkHyperlinkImpl interface allows
a client to query an AtkObject for the availability of
an associated AtkHyperlink instance, and obtain that
instance. It is thus particularly useful in cases where
embedded content or inline content within a text object
is present, since the embedding text object implements
AtkHypertext and the inline/embedded objects are
exposed as children which implement AtkHyperlinkImpl,
in addition to their being obtainable via AtkHypertext:getLink
followed by AtkHyperlink:getObject.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2548291"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2548301"></a><h3>
<a name="AtkHyperlinkImpl"></a>AtkHyperlinkImpl</h3>
<a class="indexterm" name="id2548313"></a><pre class="programlisting">typedef struct _AtkHyperlinkImpl AtkHyperlinkImpl;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2548329"></a><h3>
<a name="atk-hyperlink-impl-get-hyperlink"></a>atk_hyperlink_impl_get_hyperlink ()</h3>
<a class="indexterm" name="id2548344"></a><pre class="programlisting"><a href="AtkHyperlink.html" title="AtkHyperlink">AtkHyperlink</a>* atk_hyperlink_impl_get_hyperlink
(<a href="atk-AtkHyperlinkImpl.html#AtkHyperlinkImpl">AtkHyperlinkImpl</a> *obj);</pre>
<p>
Gets the hyperlink associated with this object.</p>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>obj</code></em> :</span></td>
<td> a GObject instance that implements AtkHyperlinkImplIface
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td>an AtkHyperlink object which points to this implementing AtkObject.
</td>
</tr>
</tbody>
</table></div>
<p>Since ATK 1.12
</p>
</div>
</div>
</div>
</body>
</html>