Version 0.0

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
        


Table of Contents

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.
ClutterVideoTexture - Actor for playback of video files.
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 Tools
clutter-main - Various 'global' clutter functionality.
clutter-event - User and window system event functionality
clutter-color - Color management and manipulation.
clutter-util - Misc utility functions.
A. License