The Grid widget is a Motif equivalent of the Java GridLayout class. The Grid widget makes all its children the same size and lays them out in a grid pattern. The number of columns in the grid is specified by a resource - the number of rows is calculated based upon this and the number of children. Resizing the Grid widget will cause all its children to resize to fit.
See also: