Class
ClutterActorMeta
[−]
Description [src]
abstract class Clutter.ActorMeta : GObject.InitiallyUnowned
{
/* No available fields */
}
Base class of actor modifiers
ClutterActorMeta
is an abstract class providing a common API for
modifiers of ClutterActor
behaviour, appearance or layout.
A ClutterActorMeta
can only be owned by a single ClutterActor
at
any time.
Every sub-class of ClutterActorMeta
should check if the
ClutterActorMeta:enabled
property is set to TRUE
before applying
any kind of modification.
[+]
Descendants
[+]
Class structure
[−]
Virtual methods
Clutter.ActorMetaClass.set_actor
Virtual function, called when meta
is attached or detached
from a ClutterActor
.