Xref: utzoo comp.windows.x:25266 comp.windows.x.motif:326 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!halley!san From: san@halley.UUCP (Steve Sanderson) Newsgroups: comp.windows.x,comp.windows.x.motif Subject: Drag and drop w/MOTIF Keywords: drag drop motif Message-ID: <935@halley.UUCP> Date: 2 Aug 90 23:06:22 GMT Organization: Tandem Computers, Austin, TX Lines: 20 Has anyone done drop (& drag) of widgets (or anything...) under MOTIF? Specifically, I'd like to have objects on screen which I can select w/a mouse button, drag it around & possibly drop it somewhere, w/the object underneath being notified. I've tried using a drawing area w/diff. widgets (label, pushbutton): I used the translation table/actions to work off of a Button1MotionNotify event; but they aren't propagated up to the drawing area when I button1 a widget - even though they don't appear to be using that event - is there anyway to make a widget insensitive *AND* propagate it's events up to the parent? - has anyone done something like this? Thanks, Steve Sanderson halley!san@cs.utexas.edu