~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/reference/clutter/html/ch03.html

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-07-18 17:21:49 UTC
  • mfrom: (1.2.1 upstream) (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100718172149-j6s9u4chocaoykme
Tags: 1.2.12-1
* New upstream release.
* debian/libclutter-1.0-0.symbols,
  debian/rules:
  - Add a symbols file.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Standards-Version is 3.9.0, no changes needed.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="clutterbase.html" title="Part IV. Clutter Core Reference">
9
9
<link rel="prev" href="ClutterCairoTexture.html" title="ClutterCairoTexture">
10
10
<link rel="next" href="ClutterGroup.html" title="ClutterGroup">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="clutter-overview.html" title="Part I. Overview">
14
 
<link rel="part" href="building-clutter.html" title="Part II. Building Clutter">
15
 
<link rel="part" href="running-clutter.html" title="Part III. Running Clutter">
16
 
<link rel="part" href="clutterbase.html" title="Part IV. Clutter Core Reference">
17
 
<link rel="chapter" href="ch01.html" title="Abstract classes and interfaces">
18
 
<link rel="chapter" href="ch02.html" title="Base actors">
19
 
<link rel="chapter" href="ch03.html" title="Container actors">
20
 
<link rel="part" href="clutteranimation.html" title="Part V. Clutter Animation Framework">
21
 
<link rel="chapter" href="ch04.html" title="Base classes">
22
 
<link rel="chapter" href="ch05.html" title="Behaviours">
23
 
<link rel="chapter" href="ch06.html" title="High Level API">
24
 
<link rel="part" href="cluttertools.html" title="Part VI. Clutter Tools">
25
 
<link rel="chapter" href="ch07.html" title="General purpose API">
26
 
<link rel="chapter" href="ch08.html" title="User interface definition">
27
 
<link rel="chapter" href="ch09.html" title="Generic list model">
28
 
<link rel="part" href="clutterbackends.html" title="Part VII. Clutter Backends">
29
 
<link rel="part" href="additionaldocs.html" title="Part VIII. Additional Documentation">
30
 
<link rel="chapter" href="clutter-subclassing-ClutterActor.html" title="Implementing a new actor">
31
 
<link rel="chapter" href="clutter-animations.html" title="Creating Animations with Clutter">
32
 
<link rel="chapter" href="creating-your-own-behaviours.html" title="Creating You Own Behaviours">
33
 
<link rel="part" href="migration.html" title="Part IX. Migrating from previous version of Clutter">
34
 
<link rel="part" href="pt10.html" title="Part I. ">
35
 
<link rel="chapter" href="migrating-ClutterEffect.html" title="Migrating from ClutterEffect">
36
 
<link rel="chapter" href="migrating-ClutterPath.html" title="Migrating to ClutterPath">
37
 
<link rel="part" href="clutterobjects.html" title="Part X. Clutter Actors and Objects">
38
 
<link rel="chapter" href="clutterobjecthierarchy.html" title="Object Hierarchy">
39
 
<link rel="chapter" href="clutterobjectindex.html" title="Object Index">
40
 
<link rel="part" href="clutterglossary.html" title="Part XI. Glossaries">
41
 
<link rel="glossary" href="go01.html" title="Glossary">
42
 
<link rel="glossary" href="annotation-glossary.html" title="Annotation Glossary">
43
 
<link rel="index" href="ix01.html" title="Index of all symbols">
44
 
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
45
 
<link rel="index" href="ix03.html" title="Index of new symbols in 0.2">
46
 
<link rel="index" href="ix04.html" title="Index of new symbols in 0.4">
47
 
<link rel="index" href="ix05.html" title="Index of new symbols in 0.6">
48
 
<link rel="index" href="ix06.html" title="Index of new symbols in 0.8">
49
 
<link rel="index" href="ix07.html" title="Index of new symbols in 1.0">
50
 
<link rel="appendix" href="license.html" title="Appendix A. License">
51
13
</head>
52
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
53
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
59
21
</tr></table>
60
22
<div class="chapter" title="Container actors">
61
23
<div class="titlepage"><div><div><h2 class="title">
62
 
<a name="id2898760"></a>Container actors</h2></div></div></div>
 
24
<a name="id2968874"></a>Container actors</h2></div></div></div>
63
25
<div class="toc"><dl>
64
26
<dt>
65
 
<span class="refentrytitle"><a href="ClutterGroup.html">ClutterGroup</a></span><span class="refpurpose"> — Actor class containing multiple children.
66
 
actors.</span>
 
27
<span class="refentrytitle"><a href="ClutterGroup.html">ClutterGroup</a></span><span class="refpurpose"> — A fixed layout container</span>
67
28
</dt>
68
29
<dt>
69
30
<span class="refentrytitle"><a href="ClutterStage.html">ClutterStage</a></span><span class="refpurpose"> — Top level visual element to which actors are placed.</span>
70
31
</dt>
 
32
<dt>
 
33
<span class="refentrytitle"><a href="ClutterBox.html">ClutterBox</a></span><span class="refpurpose"> — A Generic layout container</span>
 
34
</dt>
71
35
</dl></div>
72
36
</div>
73
37
<div class="footer">
74
38
<hr>
75
 
          Generated by GTK-Doc V1.11</div>
 
39
          Generated by GTK-Doc V1.15.1</div>
76
40
</body>
77
 
</html>
 
41
</html>
 
 
b'\\ No newline at end of file'