Add ClutterContent
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 1 Feb 2012 18:33:55 +0000 (18:33 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 16 Mar 2012 12:33:36 +0000 (12:33 +0000)
commitbe4746b15f339c7959ff5a3df94b8f289c274ab3
tree1c4326af86015a80478b171ebabf23badde8c4bf
parent6f0782e0a41deb34e8eeedd492d33f1efa8b3a90
Add ClutterContent

ClutterContent is an interface for creating delegate objects that handle
what an actor is going to paint.

Since they are a newly added type, they only hook into the new PaintNode
based API.

The position and size of the content is controlled in part by the
content's own preferred size, and by the ClutterContentGravity
enumeration.
clutter/Makefile.am
clutter/clutter-actor.c
clutter/clutter-actor.h
clutter/clutter-content-private.h [new file with mode: 0644]
clutter/clutter-content.c [new file with mode: 0644]
clutter/clutter-content.h [new file with mode: 0644]
clutter/clutter-enums.h
clutter/clutter-types.h
clutter/clutter.h
tests/interactive/Makefile.am
tests/interactive/test-content.c [new file with mode: 0644]