mutter/doc/cookbook/images
Elliot Smith e92b186719 cookbook: Add recipe about sync'ing actor sizes
The recipe covers how to use ClutterBindConstraint
to bind actor sizes together.

It gives some examples of where this approach is appropriate,
as well as explaining an alternative using allocation-changed
or notify::* signals.

Three examples are given:

1. Resizing a texture to the stage.
2. Resizing a rectangle to act as a transparent overlay on
top of a texture (using constraints).
3. Resizing a rectangle to act as a transparent overlay on
top of a texture, but with a size proportional to the texture
(using a handler connected to allocation-changed signals
emitted by the texture).
2010-09-17 15:58:48 +01:00
..
actors-opacity-container-affects-opacity.png
actors-opacity.png
clutter-logo.png
events-pointer-motion-stacking.png cookbook: Added recipe for handling pointer events on an actor 2010-08-20 13:56:17 +01:00
layouts-bind-constraint-stage.png cookbook: Add recipe about sync'ing actor sizes 2010-09-17 15:58:48 +01:00
layouts-stacking-diff-actor-sizes.png
text-shadow.png
textures-reflection.png
textures-sub-texture.png