Files
build
clutter
doc
common
cookbook
examples
images
actors-opacity-container-affects-opacity.png
actors-opacity.png
clutter-logo.png
effects-basic-background.png
effects-basic.png
effects-built-in.png
effects-custom-deform-back-material.png
effects-custom-deform.png
events-pointer-motion-stacking.png
layouts-bind-constraint-stage.png
layouts-box.png
layouts-stacking-diff-actor-sizes.png
text-shadow.png
textures-reflection.png
textures-sub-texture.png
videos
Makefile.am
actors.xml
animations.xml
clutter-cookbook.xml.in
effects.xml
events.xml
introduction.xml
layouts.xml
recipe-template.xml
script.xml
text.xml
textures.xml
version.xml.in
reference
AUTHORS.old
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING
actor-invariants.txt
size-negotiation.txt
po
tests
.gitignore
COPYING
ChangeLog.pre-git-import
Makefile.am
NEWS
README.in
README.md
autogen.sh
clutter.doap
config.h.win32.in
configure.ac
mutter/doc/cookbook/images
Elliot Smith b5af8fbfac docs: Add recipe about implementing a ClutterEffect
Add a recipe showing how to implement two simple
effects, based on ClutterEffect: an always gray background,
and a border with configurable width and color.

Also explains the necessity to queue a redraw on
the associated actor if the effect's properties change,
and shows how to implement that.

The example gives the GObject code for both effects,
as well as an example application showing how to use them.
The example also demonstrates how to disable/enable an effect,
making the border round an actor togglable.
2011-03-17 15:56:55 +00:00
..
2010-06-30 17:24:51 +01:00