Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!unmvax!pprg.unm.edu!hc!lanl!opus!jthomas From: jthomas@nmsu.edu (James Thomas) Newsgroups: comp.windows.x Subject: Re: events after an XWarpPointer Message-ID: Date: 26 Apr 89 23:45:42 GMT References: Sender: news@nmsu.edu Organization: NMSU Computer Science Lines: 17 In-reply-to: jthomas@nmsu.edu's message of 26 Apr 89 22:54:11 GMT In article I write: me> (I'm using X11R3 on a Sun-3 with SunOS 3.5 .) me> I have two label widgets on the screen. The first has separate routines me> XtAddEventHandler'ed for ButtonPressMask, ButtonReleaseMask, me> PointerMotionMask, and LeaveWindowMask . The second has separate routines me> XtAddEventHandler'ed for ButtonReleaseMask, PointerMotionMask, and me> LeaveWindowMask . If I add an event handler for ButtonPress events to the second widget, it does get called, but only when the button is released. (Yes, I just looked at the code again, and unless the xxxMask symbols are read-once/redefine-after-use, I have the routines matched with the right event masks.) ?? Jim Thomas jthomas@nmsu.edu