Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!cadreri.UUCP!twl From: twl@cadreri.UUCP (Todd W. Lainhart) Newsgroups: comp.windows.x.motif Subject: Multiple clicks in XmDrawingArea Message-ID: <9106142006.AA15480@sun.Eng.Sun.COM> Date: 14 Jun 91 19:43:39 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 9 Can anyone give me some advice on how to accurately and efficiently trap multiple mouse button clicks in an XmDrawingArea? I would like to duplicate the input semantics of an XmText widget in the graphics space of the DrawingArea widget. I've added the inputCallback to the DrawingArea, but of course it reports only the lowest level X events. Ideally, I would like X to report this information . Thanks. -- Todd