remove_container


Description:

public void remove_container (Actor container)

Removes the container.

This is a utility function that works by first removing all the children of the container, then the children itself. This effectively spreads the load of removing a large container. All prior operations associated with this container will be cancelled.

Note:

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

Parameters:

this

A ActorManager

container

A Actor




2022 vala-language.org