GtkClutter.Window.new

function new(): Gtk.Widget {
    // Gjs wrapper for gtk_clutter_window_new()
}
  

Creates a new GtkClutter.Window widget.

This window provides a hidden Clutter.Stage on which the child Gtk.Widget<!-- -->s are placed. This allows other Clutter.Actor<!-- -->s to also be placed on the stage.

Returns

the newly created GtkClutter.Window