Moving to the bottom left corner of the window part, we'll set the attachments for the push buttons. This time, we'll attach their bottom and left edges to the window part, leaving the top and right edges unattached to allow room for a change in font size or a change in text due to translation. For Push Button1, these are the settings:
Offset: 10
Offset: 10
Notice that you cannot set the top edge to XmATTACHNONE until you have changed the value for the bottom edge.
Attach Push Button2 so that it is positioned as follows:
Offset: 0
Attached parts: Push Button1
Offset: 20
Attached parts: Push Button1
Notice the overall pattern. As you work from the top left in toward the center, you generally leave the bottom and right edges unattached. As you work from the bottom left in toward the center, you generally leave the top and right edges unattached. As parts grow or shrink, space is taken away from or added to the center of the window part.