Gtk.Box.prototype.set_homogeneous

function set_homogeneous(homogeneous:Boolean):void {
    // Gjs wrapper for gtk_box_set_homogeneous()
}

Sets the Gtk.homogeneous property of box, controlling whether or not all children of box are given equal space in the box.

homogeneous

a boolean value, true to create equal allotments, false for variable allotments