Gtk.Paned.new

function new(orientation:Gtk.Orientation):Gtk.Widget {
    // Gjs wrapper for gtk_paned_new()
}

Creates a new Gtk.Paned widget.

Since 3.0

orientation

the paned's orientation.

Returns

a new Gtk.Paned.