Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!bcm!rdargahi From: rdargahi@wilkins.iaims.bcm.tmc.edu (Ross Dargahi) Newsgroups: comp.windows.x.motif Subject: Form Widget Message-ID: <4368@gazette.bcm.tmc.edu> Date: 1 Mar 91 22:13:32 GMT Sender: usenet@bcm.tmc.edu Reply-To: rdargahi@wilkins.iaims.bcm.tmc.edu (Ross Dargahi) Organization: Baylor College of Medicine, Houston, Tx Lines: 15 Nntp-Posting-Host: wilkins.iaims.bcm.tmc.edu Originator: rdargahi@wilkins.iaims.bcm.tmc.edu 1) Can anyone CLEARLY explain what the XmATTACH_SELF specifier in the form widget does and how it shoukd be used? 2) What is the point of the XmATTACH_OPPOSITE_FORM specifier? it seems to be that it would be easier, for example, to attach the right side of a widget to the right side of the form and not have to worry about any offsets to make the widget visible 3) if I have a form with two widgets of differing heights bu the same width stacked one of top of the other and I want them to grow proportionally in the vertival direction on a form expansion, how would I do this? I though of using a dummy widget inbetween the to main widgets to be an anchor point, but this seems like a very bad way of dong things.