GtkClutter.Embed.prototype.get_stage

function get_stage(): Clutter.Actor {
    // Gjs wrapper for gtk_clutter_embed_get_stage()
}
  

Retrieves the Clutter.Stage from embed. The returned stage can be used to add actors to the Clutter scene.

Returns

the Clutter stage. You should never destroy or unref the returned actor.