[comp.windows.x.motif] Multiple clicks in XmDrawingArea

twl@cadreri.UUCP (Todd W. Lainhart) (06/15/91)

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
<grin>.  Thanks.

    -- Todd