Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!linac!att!rutgers!rochester!pt.cs.cmu.edu!o.gp.cs.cmu.edu!GLOBE.EDRC.CMU.EDU!pp0s From: pp0s@GLOBE.EDRC.CMU.EDU (Peter Colin Piela) Newsgroups: comp.windows.x Subject: help requested on form widget Message-ID: <1991Jan18.162515.28252@cs.cmu.edu> Date: 18 Jan 91 16:25:15 GMT Sender: netnews@cs.cmu.edu (USENET News Group Software) Reply-To: pp0s@GLOBE.EDRC.CMU.EDU (Peter Colin Piela) Organization: Carnegie Mellon University Lines: 14 I am new to interface buiding with X, and have been using Wcl to do prototyping with the Athena widgets. I need help to resolve the following: I have a window which contains a Form with a row of three menubuttons. When I resize the window I don't want the buttons to change size. My attempt to make this work was to set the resizable field of the buttons to false, and add a fourth button which would act as slack space. This approach does not seem to work. All buttons are proportionally resized. Thanks, Peter