update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / CallyRectangle.html
index 72f4c05..0bb8392 100644 (file)
 <a name="CallyRectangle.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="CallyRectangle.html#CallyRectangle-struct" title="struct CallyRectangle">CallyRectangle</a>;
 struct              <a class="link" href="CallyRectangle.html#CallyRectangleClass" title="struct CallyRectangleClass">CallyRectangleClass</a>;
-<span class="returnvalue">AtkObject</span> *         <a class="link" href="CallyRectangle.html#cally-rectangle-new" title="cally_rectangle_new ()">cally_rectangle_new</a>                 (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);
+<a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="CallyRectangle.html#cally-rectangle-new" title="cally_rectangle_new ()">cally_rectangle_new</a>                 (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);
 </pre>
 </div>
 <div class="refsect1">
 <a name="CallyRectangle.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a href="../atk/AtkObject.html">AtkObject</a>
+         +----<a href="../atk/AtkGObjectAccessible.html">AtkGObjectAccessible</a>
                +----<a class="link" href="CallyActor.html" title="CallyActor">CallyActor</a>
                      +----CallyRectangle
 </pre>
@@ -60,7 +60,7 @@ struct              <a class="link" href="CallyRectangle.html#CallyRectangleClas
 <a name="CallyRectangle.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 <p>
 CallyRectangle implements
AtkComponent and  AtkAction.</p>
<a href="../atk/AtkComponent.html">AtkComponent</a> and  <a href="../atk/AtkAction.html">AtkAction</a>.</p>
 </div>
 <div class="refsect1">
 <a name="CallyRectangle.description"></a><h2>Description</h2>
@@ -97,7 +97,7 @@ only private data
 <hr>
 <div class="refsect2">
 <a name="cally-rectangle-new"></a><h3>cally_rectangle_new ()</h3>
-<pre class="programlisting"><span class="returnvalue">AtkObject</span> *         cally_rectangle_new                 (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
+<pre class="programlisting"><a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         cally_rectangle_new                 (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
 <p>
 Creates a new <a class="link" href="CallyRectangle.html" title="CallyRectangle"><span class="type">CallyRectangle</span></a> for the given <em class="parameter"><code>actor</code></em>. <em class="parameter"><code>actor</code></em> must be
 a <a href="../clutter/ClutterRectangle.html"><span class="type">ClutterRectangle</span></a>.
@@ -112,7 +112,7 @@ a <a href="../clutter/ClutterRectangle.html"><span class="type">ClutterRectangle
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the newly created <span class="type">AtkObject</span>
+<td>the newly created <a href="../atk/AtkObject.html"><span class="type">AtkObject</span></a>
 </td>
 </tr>
 </tbody>