Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Command Widgets - Resizing Message-ID: <8901031619.AA00156@LYRE.MIT.EDU> Date: 3 Jan 89 16:19:52 GMT References: <201@h.cs.wvu.wvnet.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 10 > The outside structure is a form widget. > Inside that form are two more form widgets where > the top form widget have three command widgets. > My question is: when the user uses the window manager > to resize the outside widget, how do I PREVENT the buttons > from being resized??? Specify ChainLeft for the values of XtNleft and XtNright for each of the Command widgets. You can do this in the resource file without touching the code.