update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / CallyTexture.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>CallyTexture</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="Cally Reference Manual">
8 <link rel="up" href="ch01.html" title="Base Classes">
9 <link rel="prev" href="CallyStage.html" title="CallyStage">
10 <link rel="next" href="CallyRectangle.html" title="CallyRectangle">
11 <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16 <tr valign="middle">
17 <td><a accesskey="p" href="CallyStage.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">Cally Reference Manual</th>
21 <td><a accesskey="n" href="CallyRectangle.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#CallyTexture.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#CallyTexture.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#CallyTexture.object-hierarchy" class="shortcut">Object Hierarchy</a>
29                    | 
30                   <a href="#CallyTexture.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31 </td></tr>
32 </table>
33 <div class="refentry">
34 <a name="CallyTexture"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="CallyTexture.top_of_page"></a>CallyTexture</span></h2>
38 <p>CallyTexture — Implementation of the ATK interfaces for a <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</span></a></p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsynopsisdiv">
43 <a name="CallyTexture.synopsis"></a><h2>Synopsis</h2>
44 <pre class="synopsis">struct              <a class="link" href="CallyTexture.html#CallyTexture-struct" title="struct CallyTexture">CallyTexture</a>;
45 struct              <a class="link" href="CallyTexture.html#CallyTextureClass" title="struct CallyTextureClass">CallyTextureClass</a>;
46 <a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="CallyTexture.html#cally-texture-new" title="cally_texture_new ()">cally_texture_new</a>                   (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);
47 </pre>
48 </div>
49 <div class="refsect1">
50 <a name="CallyTexture.object-hierarchy"></a><h2>Object Hierarchy</h2>
51 <pre class="synopsis">
52   <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53    +----<a href="../atk/AtkObject.html">AtkObject</a>
54          +----<a href="../atk/AtkGObjectAccessible.html">AtkGObjectAccessible</a>
55                +----<a class="link" href="CallyActor.html" title="CallyActor">CallyActor</a>
56                      +----CallyTexture
57 </pre>
58 </div>
59 <div class="refsect1">
60 <a name="CallyTexture.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
61 <p>
62 CallyTexture implements
63  <a href="../atk/AtkComponent.html">AtkComponent</a> and  <a href="../atk/AtkAction.html">AtkAction</a>.</p>
64 </div>
65 <div class="refsect1">
66 <a name="CallyTexture.description"></a><h2>Description</h2>
67 <p>
68 <a class="link" href="CallyTexture.html" title="CallyTexture"><span class="type">CallyTexture</span></a> implements the required ATK interfaces of <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</span></a>
69 </p>
70 <p>
71 In particular it sets a proper role for the texture.
72 </p>
73 </div>
74 <div class="refsect1">
75 <a name="CallyTexture.details"></a><h2>Details</h2>
76 <div class="refsect2">
77 <a name="CallyTexture-struct"></a><h3>struct CallyTexture</h3>
78 <pre class="programlisting">struct CallyTexture;</pre>
79 <p>
80 The <span class="structname">CallyTexture</span> structure contains only
81 private data and should be accessed using the provided API
82 </p>
83 <p class="since">Since 1.4</p>
84 </div>
85 <hr>
86 <div class="refsect2">
87 <a name="CallyTextureClass"></a><h3>struct CallyTextureClass</h3>
88 <pre class="programlisting">struct CallyTextureClass {
89 };
90 </pre>
91 <p>
92 The <span class="structname">CallyTextureClass</span> structure contains
93 only private data
94 </p>
95 <p class="since">Since 1.4</p>
96 </div>
97 <hr>
98 <div class="refsect2">
99 <a name="cally-texture-new"></a><h3>cally_texture_new ()</h3>
100 <pre class="programlisting"><a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         cally_texture_new                   (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
101 <p>
102 Creates a new <a class="link" href="CallyTexture.html" title="CallyTexture"><span class="type">CallyTexture</span></a> for the given <em class="parameter"><code>actor</code></em>. <em class="parameter"><code>actor</code></em> must be
103 a <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</span></a>.
104 </p>
105 <div class="variablelist"><table border="0">
106 <col align="left" valign="top">
107 <tbody>
108 <tr>
109 <td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
110 <td>a <a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
111 </td>
112 </tr>
113 <tr>
114 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
115 <td>the newly created <a href="../atk/AtkObject.html"><span class="type">AtkObject</span></a>
116 </td>
117 </tr>
118 </tbody>
119 </table></div>
120 <p class="since">Since 1.4</p>
121 </div>
122 </div>
123 <div class="refsect1">
124 <a name="CallyTexture.see-also"></a><h2>See Also</h2>
125 <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</span></a>
126 </div>
127 </div>
128 <div class="footer">
129 <hr>
130           Generated by GTK-Doc V1.18.1</div>
131 </body>
132 </html>