Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > c31b0671c1e0b891b97d2df4bc209047 > files > 10

atk-apidocs-1.11.4-1.amd64.rpm

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>AtkNoOpObject</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.64.1">
<link rel="home" href="index.html" title="ATK - Accessibility Toolkit">
<link rel="up" href="atk.html" title="ATK Library">
<link rel="previous" href="AtkImage.html" title="AtkImage">
<link rel="next" href="AtkNoOpObjectFactory.html" title="AtkNoOpObjectFactory">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="atk.html" title="ATK Library">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="AtkImage.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="AtkNoOpObjectFactory.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" lang="en">
<a name="AtkNoOpObject"></a><div class="titlepage">
<div></div>
<div></div>
</div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">AtkNoOpObject</span></h2>
<p>AtkNoOpObject &#8212; An AtkObject which purports to implement all ATK interfaces.</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">



            <a href="AtkNoOpObject.html#AtkNoOpObject-struct">AtkNoOpObject</a>;
<a href="AtkObject.html" title="AtkObject">AtkObject</a>*  <a href="AtkNoOpObject.html#atk-no-op-object-new">atk_no_op_object_new</a>            (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a> *obj);

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

  <a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
   +----<a href="AtkObject.html" title="AtkObject">AtkObject</a>
         +----AtkNoOpObject
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id277716"></a><h2>Implemented Interfaces</h2>
<p>
AtkNoOpObject implements
 <a href="AtkAction.html" title="AtkAction">AtkAction</a>,  <a href="AtkComponent.html" title="AtkComponent">AtkComponent</a>,  <a href="AtkEditableText.html" title="AtkEditableText">AtkEditableText</a>,  <a href="AtkHypertext.html" title="AtkHypertext">AtkHypertext</a>,  <a href="AtkImage.html" title="AtkImage">AtkImage</a>,  <a href="AtkTable.html" title="AtkTable">AtkTable</a>,  <a href="AtkSelection.html" title="AtkSelection">AtkSelection</a>,  <a href="AtkText.html" title="AtkText">AtkText</a> and  <a href="AtkValue.html" title="AtkValue">AtkValue</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="id277788"></a><h2>Description</h2>
<p>
An AtkNoOpObject is an AtkObject which purports to implement all ATK 
interfaces. It is the type of AtkObject which is created if an accessible
object is requested for an object type for which no factory type is specified.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id277800"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id277806"></a><h3>
<a name="AtkNoOpObject-struct"></a>AtkNoOpObject</h3>
<a class="indexterm" name="id277815"></a><pre class="programlisting">typedef struct _AtkNoOpObject AtkNoOpObject;</pre>
<p>
The AtkNoOpObject structure should not be accessed directly.
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id277831"></a><h3>
<a name="atk-no-op-object-new"></a>atk_no_op_object_new ()</h3>
<a class="indexterm" name="id277841"></a><pre class="programlisting"><a href="AtkObject.html" title="AtkObject">AtkObject</a>*  atk_no_op_object_new            (<a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a> *obj);</pre>
<p>
Provides a default (non-functioning stub) <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>.
Application maintainers should not use this method.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><i class="parameter"><tt>obj</tt></i>&#160;:</span></td>
<td> a <a
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
><span class="type">GObject</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a default (non-functioning stub) <a href="AtkObject.html" title="AtkObject"><span class="type">AtkObject</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="AtkImage.html"><b>&lt;&lt;&#160;AtkImage</b></a></td>
<td align="right"><a accesskey="n" href="AtkNoOpObjectFactory.html"><b>AtkNoOpObjectFactory&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>