constraints: Add AlignConstraint
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 19 May 2010 12:02:43 +0000 (13:02 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 19 May 2010 12:02:43 +0000 (13:02 +0100)
commitf857457b9d01cbbc5b59609e28b2e6a3fd0c3636
tree9a7151e857781749053d7ea9a677d4bdb8f6b663
parent56e8e7d62f782266d510ff52269507a9d7796b93
constraints: Add AlignConstraint

AlignConstraint is a simple constraint that keeps an actor's position
aligned to the width or height of another actor, multiplied by an
alignment factor.
clutter/Makefile.am
clutter/clutter-align-constraint.c [new file with mode: 0644]
clutter/clutter-align-constraint.h [new file with mode: 0644]
clutter/clutter.h
tests/interactive/test-constraints.c