Path: utzoo!attcan!uunet!samsung!usc!apple!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!converse From: converse@EXPO.LCS.MIT.EDU Newsgroups: comp.windows.x Subject: Re: Help on moving widget Message-ID: <9010111430.AA07358@excess.lcs.mit.edu> Date: 11 Oct 90 14:30:02 GMT References: <1990Oct05.004138.29281@ecst.csuchico.edu> Sender: root@athena.mit.edu (Wizard A. Root) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 15 > I am using aw form widget, in it I have > a button or two of command widget. I have been trying make the widget > move to a new location. I try using both the ArgList x, y position and > XtMoveWidget function without any success. Read section 6.3.4 of the Athena widget set manual, and do what it says there, or, unmanage the child, set the approprate resources on the child widget, and then manage the child. XtMoveWidget is used in writing constraint widgets. It is not used by applications to move the children of constaint widgets. Richard Hesketh posted an excellent answer to a similar question on October 4th, under the subject: Re: Resetting fromHoriz or fromVert resources.