~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-06 21:02:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090906210203-pqjxypxpcvdp4vr7
Tags: 1.0.4-0ubuntu1
* New upstream release (LP: #425339)
  - Depend on GObject-Introspection 0.6.4, to fix the generation of
    introspection data from uninstalled libraries
  - Fix a crash when closing multiple stages
  - Help gtk-doc pick up ClutterInterval as an object
  - Do not premultiply the color twice inside the CoglPango renderer
  - Fix keyboard navigation of works inside ClutterText
  - Allow key events to bubble up to its parent container if the
    event contains the control modifier is detected
  - Documentation fixes
  - Build fixes
  - Update the MingW script for building Clutter on Windows
  - Update the build instructions for OS X
  - On X11, make sure to destroy the stage Window when switching to
    a foreign one
  - Fix a bug where clutter_actor_apply_relative_transform() was no
    using the right vertex to perform the transformation
* debian/control: bump gobject-introspection and related from 0.6.3 to
  0.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Generic list model</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7
 
<link rel="home" href="index.html" title="Clutter 1.0.0 Reference Manual">
 
7
<link rel="home" href="index.html" title="Clutter Reference Manual">
8
8
<link rel="up" href="pt06.html" title="Part VI. Clutter Tools">
9
9
<link rel="prev" href="ClutterScriptable.html" title="ClutterScriptable">
10
10
<link rel="next" href="ClutterModel.html" title="ClutterModel">
47
47
<td><a accesskey="p" href="ClutterScriptable.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
48
48
<td><a accesskey="u" href="pt06.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
49
49
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
50
 
<th width="100%" align="center">Clutter 1.0.0 Reference Manual</th>
 
50
<th width="100%" align="center">Clutter Reference Manual</th>
51
51
<td><a accesskey="n" href="ClutterModel.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
52
52
</tr></table>
53
53
<div class="chapter" title="Generic list model">
54
54
<div class="titlepage"><div><div><h2 class="title">
55
 
<a name="id2571038"></a>Generic list model</h2></div></div></div>
 
55
<a name="id3053478"></a>Generic list model</h2></div></div></div>
56
56
<div class="toc"><dl>
57
57
<dt>
58
58
<span class="refentrytitle"><a href="ClutterModel.html">ClutterModel</a></span><span class="refpurpose"> — A generic model implementation</span>