Box.setHomogeneous
void setHomogeneous(bool homogeneous)Sets whether or not all children of box are given equal space in the box.
Parameters
homogeneous | a boolean value, true to create equal allotments, false for variable allotments |
void setHomogeneous(bool homogeneous)Sets 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 |