1
0
Fork 0
mutter-performance-source/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 cookbook: Added a recipe about making an actor transparent 2010-07-16 15:34:09 +01:00
actors-opacity.png cookbook: Added a recipe about making an actor transparent 2010-07-16 15:34:09 +01:00
clutter-logo.png cookbook: Re-style 2010-06-30 17:24:51 +01:00
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 cookbook: Added layout introduction and "stacking actors" recipe 2010-08-09 16:25:48 +01:00
text-shadow.png cookbook: Add an empty recipe for shadows under text 2010-07-18 10:56:35 +01:00
textures-reflection.png cookbook: Add a recipe for texture reflection 2010-07-16 17:04:31 +01:00
textures-sub-texture.png cookbook: Add a recipe on how to create sub-textures 2010-08-06 15:43:15 +01:00