Version 0.2

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to:


          The Free Software Foundation, Inc.,
          59 Temple Place - Suite 330,
          BostonMA 02111-1307,
          USA
        


Clutter Overview
Clutter Actors And Objects
ClutterActor — Base abstract class for all visual stage actors.
ClutterStage — Top level visual element to which actors are placed.
ClutterGroup — Base class for actors which contain multiple child actors.
ClutterRectangle — An actor that displays simple rectangles.
ClutterTexture — An actor for displaying and manipulating images.
ClutterCloneTexture — Actor for cloning existing textures in an efficient way.
ClutterLabel — Actor for displaying text
ClutterTimeline — A base class for managing time based events such as animations.
clutter-media — An interface for controlling playback of media data.
Clutter Behaviours
ClutterAlpha — A class for calculating an alpha value as a function of time.
ClutterBehaviour — Class for providing behaviours to actors
ClutterBehaviourOpacity — Behaviour controlling the opacity
ClutterBehaviourPath — A behaviour class interpolating actors along a defined path.
ClutterBehaviourScale — Behaviour controlling the scale of a set of actors
Clutter Tools
clutter-main — Various 'global' clutter functions.
clutter-event — User and window system event functionality
clutter-color — Color management and manipulation.
clutter-util — Misc utility functions.
clutter-fixed — Fixed point API
clutter-version — Versioning utilities
Index
A. License