A split window (EwSplitWindow) arranges widgets within a composite. Users can resize the visible potion of the child widgets in a split window by dragging split bars. The
orientation resource controls the layout of the widgets. A value of
XmHORIZONTAL causes the child widgets to be added from left to right, in the order they are created; a value of
XmVERTICAL causes the child widgets to be added from top to bottom in the order they are created. Split bars are automatically inserted between child widgets.
The childProportions resource can specify the initial size of the child widgets. The
childProportions resource contains an array of integers indicating the relative percentage of the window to be occupied by each child. If the resource is not specified, the child widgets are sized equally within the window.