[ Version ( since = "1.0" ) ]
public virtual void map ()
Sets the clutter_actor_mapped flag on the actor and possibly maps and realizes its children if they are visible.
Does nothing if the actor is not visible.
Calling this function is strongly disencouraged: the default implementation of map will map all the children of an actor when mapping its parent.
When overriding map, it is mandatory to chain up to the parent implementation.
| this |
A Actor |