Path: utzoo!attcan!uunet!mcsun!ukc!dcl-cs!andy From: andy@comp.lancs.ac.uk (Andy Colebourne) Newsgroups: comp.windows.x.motif Subject: Moving motif widgets Message-ID: <1073@dcl-vitus.comp.lancs.ac.uk> Date: 24 Oct 90 14:39:36 GMT Reply-To: andy@dcl-cs.UUCP (Andy Colebourne) Organization: Department of Computing at Lancaster University, UK. Lines: 18 I want to use motif to have a window containing a number of widgets that can be moved around using the mouse. I have tried: [1] unmanage the widget [2] set the resources for the position (XmNx, XmNy) using XtSetValues [3] manage the widget This causes the parent window (and scrollbars) to be redrawn each time the widget is moved. (the parent window is a bulletin board widget) Is there a better way of accomplishing the same task? Any help would be greatly appreciated! Andy [ andy@uk.ac.lancs.comp ]