mutter/doc/cookbook
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
..
examples cookbook: Example using allocation-changed to sync actor size 2010-09-17 15:58:48 +01:00
images cookbook: Add recipe about sync'ing actor sizes 2010-09-17 15:58:48 +01:00
videos cookbook: Added a recipe for reusing a complex animation 2010-09-13 14:31:17 +01:00
actors.xml cookbook: Added recipe for non-rectangular actor 2010-08-10 11:08:05 +01:00
animations.xml cookbook: Added a recipe for reusing a complex animation 2010-09-13 14:31:17 +01:00
clutter-cookbook.xml.in cookbook: Added skeleton for script chapter of cookbook 2010-08-27 11:21:30 +01:00
events.xml cookbook: Use the new CLUTTER_KEY_* symbol constants 2010-09-10 18:21:45 +01:00
introduction.xml cookbook: Split the cookbook chapters 2010-07-01 12:19:17 +01:00
layouts.xml cookbook: Add recipe about sync'ing actor sizes 2010-09-17 15:58:48 +01:00
Makefile.am cookbook: Add recipe about sync'ing actor sizes 2010-09-17 15:58:48 +01:00
recipe-template.xml cookbook: Split the cookbook chapters 2010-07-01 12:19:17 +01:00
script.xml cookbook: Added recipe for signal handling in ClutterScript 2010-08-31 14:39:47 +01:00
text.xml cookbook: Add a short introduction for the Text chapter 2010-09-03 15:44:03 +01:00
textures.xml Replace cogl_color_set_from_* with cogl_color_init_from_* 2010-09-03 16:58:47 +01:00
version.xml.in Add the Clutter Cookbook to the build 2009-11-30 21:31:19 +00:00