remove_actor


Description:

public ulong remove_actor (Actor container, Actor actor)

Removes actor from container.

On successful completion, the actor_removed signal will be fired.

Note:

The actor may not be removed immediately, and thus you may want to set the actor's opacity to 0 before calling this function.

Parameters:

this

A ActorManager

container

A Actor

actor

A Actor

Returns:

The ID for this operation.




2022 vala-language.org