Gtk.HBox.new

function new(homogeneous:Boolean, spacing:Number):Gtk.Widget {
    // Gjs wrapper for gtk_hbox_new()
}

Creates a new Gtk.HBox.

homogeneous

true if all children are to be given equal space allotments.

spacing

the number of pixels to place by default between children.

Returns

a new Gtk.HBox.