function new(homogeneous:Boolean, spacing:Number):Gtk.Widget { // Gjs wrapper for gtk_vbox_new() }
Creates a new Gtk.VBox.
true if all children are to be given equal space allotments.
the number of pixels to place by default between children.
a new Gtk.VBox.