Gtk.Box.prototype.get_homogeneous

function get_homogeneous():Boolean {
    // Gjs wrapper for gtk_box_get_homogeneous()
}

Returns whether the box is homogeneous (all children are the same size). See Gtk.set_homogeneous.

Returns

true if the box is homogeneous.