GtkClutter.Window.prototype.get_stage

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

Retrieves the Clutter.Stage that this window is embedding

Use this function if you wish to add other actors to the Clutter.Stage.

Returns

the window's Clutter.Stage