GtkBox::set_homogeneous

void set_homogeneous(bool homogeneous);

set_homogeneous() sizes all the child widgets in the container to the dimensions of the largest child widget if set to true. The default setting is false.

See also: get_homogeneous()