GtkClutter.Actor.new

function new(): Clutter.Actor {
    // Gjs wrapper for gtk_clutter_actor_new()
}
  

Creates a new GtkClutter.Actor.

This widget can be used to embed a Gtk.Widget into a Clutter scene, by retrieving the internal Gtk.Bin container using GtkClutter.Actor.prototype.get_widget and adding the Gtk.Widget to it.

Returns

the newly created GtkClutter.Actor