Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!MAPS.CS.CMU.EDU!Sherman.Uitzetter From: Sherman.Uitzetter@MAPS.CS.CMU.EDU Newsgroups: comp.windows.x Subject: Form Widget question Message-ID: <8907132335.AA08429@ATHENA.MIT.EDU> Date: 13 Jul 89 23:34:05 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 I am using X11R3 and have a Form Widget with (let's say) two buttons in it. How can I stick a third button between the first two? I tried the obvious - set XtNfromHoriz for the new button to the first (left) button and XtNfromHoriz for the second (right) button to the new button and then realized the Form. What happened was - the new button ends up under the first button (upper left of the Form) and the right button ends up to the right of the new button and, thus, obscured by the first button. Basically, the middle button doesn't end up in the middle but underneath the button at the left. Thanks in advance for any response. -Sherman.