constraint: Add ClutterConstraint base class
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 14 May 2010 11:13:49 +0000 (12:13 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 19 May 2010 11:28:30 +0000 (12:28 +0100)
commitb842f0ad8edacae353facf33b9ad3d43b02a60af
tree5ff56ccfb081ab4208650e966fa546056deb5f2f
parentc007b7489b240af4fc7b3c24cdf62252757c6aa7
constraint: Add ClutterConstraint base class

The Constraint base, abstract class should be used to implement Actor
modifiers that affect the way an actor is sized or positioned inside a
fixed layout manager.
clutter/Makefile.am
clutter/clutter-actor.c
clutter/clutter-constraint.c [new file with mode: 0644]
clutter/clutter-constraint.h [new file with mode: 0644]
clutter/clutter-types.h
clutter/clutter.h