function new(orientation:Gtk.Orientation, spacing:Number):Gtk.Widget { // Gjs wrapper for gtk_box_new() }
Creates a new Gtk.Box.
Since 3.0
the box's orientation.
the number of pixels to place by default between children.
a new Gtk.Box.