diff --git a/clutter/clutter-bind-constraint.c b/clutter/clutter-bind-constraint.c index a234721ba..fc7690287 100644 --- a/clutter/clutter-bind-constraint.c +++ b/clutter/clutter-bind-constraint.c @@ -77,6 +77,21 @@ * NULL); * ]| * + * + * Animating the offset property of ClutterBindConstraint + * + * + * FIXME: MISSING XINCLUDE CONTENT + * + * + * The example above creates eight rectangles and binds them to a + * rectangle positioned in the center of the stage; when the user presses + * the center rectangle, the #ClutterBindConstraint:offset property is + * animated through the clutter_actor_animate() function to lay out the + * eight rectangles around the center one. Pressing one of the outer + * rectangles will animate the offset back to 0. + * + * * #ClutterBindConstraint is available since Clutter 1.4 */