Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!bloom-beacon!dont-send-mail-to-path-lines From: converse@expo.lcs.mit.EDU (Donna Converse) Newsgroups: comp.windows.x Subject: Re: commandWidgetClass question Message-ID: <9104161414.AA06145@excess.lcs.mit.edu> Date: 16 Apr 91 14:14:35 GMT References: <102@pilat.Silvaco.Com> Sender: daemon@athena.mit.edu (Mr Background) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 12 > Resizing the window causing replacement > of the buttons, but they remain the same size. > What do I need to do in order to have variable-width buttons ? Read about the constraint resources of the composite widget which is the parent of the command buttons. The parent manages the layout of the command buttons, and the constraint resources allow the parent to vary the layout policy according to the resource values. The constraint resources of the composite widget apply to each child of the composite; they allow the children to give individual layout requirements.