[comp.windows.x.motif] Form Widget

rdargahi@wilkins.iaims.bcm.tmc.edu (Ross Dargahi) (03/02/91)

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.