Emmanuele Bassi > Clutter > xs/ClutterChildMeta.xs

Download:
Clutter-1.002.tar.gz

Annotate this POD

CPAN RT

New  2
Open  2
View Bugs
Report a bug
Source  

DESCRIPTION ^

Clutter::ChildMeta is a wrapper object created by Clutter::Container implementations in order to store child-specific data and properties.

A Clutter::ChildMeta wraps a Clutter::Actor inside a Clutter::Container and it is used to store child properties that can later be accessed using Clutter::Container::child_set() and Clutter::Container::child_get().

See the Clutter::Container documentation on how to create ChildMeta objects when implementing a Container actor.