Stage


Description:

[ CCode ( has_construct_function = false , type = "ClutterActor*" ) ]
[ Version ( since = "0.8" ) ]
public Stage ()

Creates a new, non-default stage.

A non-default stage is a new top-level actor which can be used as another container. It works exactly like the default stage, but while get_default will always return the same instance, you will have to keep a pointer to any Stage returned by Stage .

The ability to support multiple stages depends on the current backend. Use is_available and STAGE_MULTIPLE to check at runtime whether a backend supports multiple stages.

Returns:

a new stage, or null if the default backend does not support multiple stages. Use destroy to programmatically close the returned stage.