mutter/doc/reference/clutter
Emmanuele Bassi 58ffcfb10e actor: Add ClutterActorIter
Iterating over children and ancestors of an actor is a relatively common
operation. Currently, you only have one option: start a for() loop, get
the first child of the actor, and advance to the next sibling for the
list of children; or start a for() loop and advance to the parent of the
actor.

These operations can be easily done through the ClutterActor API, but
they all require going through the public API, and performing multiple
type checks on the arguments.

Along with the DOM API, it would be nice to have an ancillary, utility
API that uses an iterator structure to hold the state, and can be
advanced in a loop.

https://bugzilla.gnome.org/show_bug.cgi?id=668669
2012-01-27 11:55:39 +00:00
..
actor-box.png
animator-key-frames.png
animator-key-frames.svg
bin-layout.png
box-layout.png
building-clutter.xml
clutter-animation-tutorial.xml
clutter-docs.xml.in
clutter-overview.xml
clutter-sections.txt
clutter.types
constraints-example.png
easing-modes.png
easing-modes.svg
event-flow.dia
event-flow.png
flow-layout-horizontal.png
flow-layout-vertical.png
glossary.xml
Makefile.am
migrating-ClutterBehaviour.xml
migrating-ClutterEffect.xml
migrating-ClutterPath.xml
offscreen-redirect.png
path-alpha-func.png
running-clutter.xml