Path: utzoo!attcan!uunet!husc6!linus!gatech!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: positioning buttons Message-ID: <8808052037.AA06863@LYRE.MIT.EDU> Date: 5 Aug 88 20:37:08 GMT References: <7175@burdvax.PRC.Unisys.COM> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 8 Xaw/Box will _always_ try to resize itself to be the smallest size that will contain it's children with a width equal to its widest child (plus padding). It's up to the parent of the Box to impose some other constraints, such as an alternate width. In contrib/menus there is the beginning of a subclass of Box, MenuBox, which would have other options such as the horizontal placement you desire.