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