update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / CallyGroup.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>CallyGroup</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="CallyActor.html" title="CallyActor">
10 <link rel="next" href="CallyStage.html" title="CallyStage">
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="CallyActor.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="CallyStage.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="#CallyGroup.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#CallyGroup.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#CallyGroup.object-hierarchy" class="shortcut">Object Hierarchy</a>
29                    | 
30                   <a href="#CallyGroup.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31 </td></tr>
32 </table>
33 <div class="refentry">
34 <a name="CallyGroup"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="CallyGroup.top_of_page"></a>CallyGroup</span></h2>
38 <p>CallyGroup — Implementation of the ATK interfaces for a <a href="../clutter/ClutterGroup.html"><span class="type">ClutterGroup</span></a></p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsynopsisdiv">
43 <a name="CallyGroup.synopsis"></a><h2>Synopsis</h2>
44 <pre class="synopsis">struct              <a class="link" href="CallyGroup.html#CallyGroup-struct" title="struct CallyGroup">CallyGroup</a>;
45 struct              <a class="link" href="CallyGroup.html#CallyGroupClass" title="struct CallyGroupClass">CallyGroupClass</a>;
46 <a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="CallyGroup.html#cally-group-new" title="cally_group_new ()">cally_group_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="CallyGroup.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                      +----CallyGroup
57                            +----<a class="link" href="CallyStage.html" title="CallyStage">CallyStage</a>
58 </pre>
59 </div>
60 <div class="refsect1">
61 <a name="CallyGroup.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
62 <p>
63 CallyGroup implements
64  <a href="../atk/AtkComponent.html">AtkComponent</a> and  <a href="../atk/AtkAction.html">AtkAction</a>.</p>
65 </div>
66 <div class="refsect1">
67 <a name="CallyGroup.description"></a><h2>Description</h2>
68 <p>
69 <a class="link" href="CallyGroup.html" title="CallyGroup"><span class="type">CallyGroup</span></a> implements the required ATK interfaces of <a href="../clutter/ClutterGroup.html"><span class="type">ClutterGroup</span></a>
70 In particular it exposes:
71 </p>
72 <p>
73 </p>
74 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">Each of the Clutter actors contained in the
75   Group.</li></ul></div>
76 <p>
77 </p>
78 </div>
79 <div class="refsect1">
80 <a name="CallyGroup.details"></a><h2>Details</h2>
81 <div class="refsect2">
82 <a name="CallyGroup-struct"></a><h3>struct CallyGroup</h3>
83 <pre class="programlisting">struct CallyGroup;</pre>
84 <p>
85 The <span class="structname">CallyGroup</span> structure contains only
86 private data and should be accessed using the provided API
87 </p>
88 <p class="since">Since 1.4</p>
89 </div>
90 <hr>
91 <div class="refsect2">
92 <a name="CallyGroupClass"></a><h3>struct CallyGroupClass</h3>
93 <pre class="programlisting">struct CallyGroupClass {
94 };
95 </pre>
96 <p>
97 The <span class="structname">CallyGroupClass</span> structure contains only
98 private data
99 </p>
100 <p class="since">Since 1.4</p>
101 </div>
102 <hr>
103 <div class="refsect2">
104 <a name="cally-group-new"></a><h3>cally_group_new ()</h3>
105 <pre class="programlisting"><a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         cally_group_new                     (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
106 <p>
107 Creates a <a class="link" href="CallyGroup.html" title="CallyGroup"><span class="type">CallyGroup</span></a> for <em class="parameter"><code>actor</code></em>
108 </p>
109 <div class="variablelist"><table border="0">
110 <col align="left" valign="top">
111 <tbody>
112 <tr>
113 <td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
114 <td>a <a href="../clutter/ClutterGroup.html"><span class="type">ClutterGroup</span></a>
115 </td>
116 </tr>
117 <tr>
118 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
119 <td>the newly created <a class="link" href="CallyGroup.html" title="CallyGroup"><span class="type">CallyGroup</span></a>
120 </td>
121 </tr>
122 </tbody>
123 </table></div>
124 <p class="since">Since 1.4</p>
125 </div>
126 </div>
127 <div class="refsect1">
128 <a name="CallyGroup.see-also"></a><h2>See Also</h2>
129 <a href="../clutter/ClutterGroup.html"><span class="type">ClutterGroup</span></a>
130 </div>
131 </div>
132 <div class="footer">
133 <hr>
134           Generated by GTK-Doc V1.18.1</div>
135 </body>
136 </html>