Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!ns-mx!cadfx.ccad.uiowa.edu!koch From: koch@cadfx.ccad.uiowa.edu (Peter Koch) Newsgroups: comp.windows.x.motif Subject: Changing XmNrightOffset in a form widget Message-ID: <2144@ns-mx.uiowa.edu> Date: 16 Aug 90 18:47:46 GMT Sender: news@ns-mx.uiowa.edu Reply-To: koch@cadfx.ccad.uiowa.edu (Peter Koch) Organization: CAD-Research, U of Iowa, Iowa City, IA Lines: 14 I have a "Form" widget with labels attached to the left and right sides The "Form" is inside another form. The "Form's" left side is attached to the left side of the enclosing form and the "Form's" right side is attached to the left side of the enclosing form with a negative right offset value. What I am trying to do is have a push button, when activated, change the right offset value of the "Form". The only way I can get the offset value to change with XtSetArgs is to first unmanage the Form with the labels, change the right offset value, and then manage it again. Is there any way to avoid unmanaging and then managing the "Form" to change the XmNrightOffset resource?