home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.windows.x:20765 comp.windows.x.intrinsics:712 comp.windows.x.motif:8345
- Path: sparky!uunet!munnari.oz.au!spool.mu.edu!hri.com!noc.near.net!gateway!miki!oj
- From: oj@miki.pictel.com (Oliver Jones)
- Newsgroups: comp.windows.x,comp.windows.x.intrinsics,comp.windows.x.motif
- Subject: Re: X/Xt/Motif Event Interleaving?
- Summary: OwnerGrabButtonMask!
- Message-ID: <1993Jan5.151850.628@miki.pictel.com>
- Date: 5 Jan 93 15:18:50 GMT
- References: <BUZZ.93Jan4135708@lion.bear.com>
- Organization: PictureTel Corporation
- Lines: 12
-
- In article <BUZZ.93Jan4135708@lion.bear.com> buzz@bear.com (Buzz Moschetti) writes:
- > XtAddEventHandler(widget,
- > EnterWindowMask |
- > ButtonPressMask | ButtonReleaseMask | Button1MotionMask,
- > FALSE, my_event_proc, client_data);
- >
- >What we thought would happen is while, say, widget 1 was dragged over
- >widget 2, the latter's EnterNotify event would appear in the "stream" of
- >widget 1's MotionNotify events...
- >We do *not* see this behavior.
-
- Put OwnerGrabButtonMask in your list of mask bits.
-