Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!uxc.cso.uiuc.edu!mcdurb!ebina From: ebina@mcdurb.Urbana.Gould.COM Newsgroups: comp.windows.x Subject: Events, children, and window manage Message-ID: <60200006@mcdurb> Date: 21 Feb 89 17:37:00 GMT Lines: 17 Nf-ID: #N:mcdurb:60200006:000:625 Nf-From: mcdurb.Urbana.Gould.COM!ebina Feb 21 11:37:00 1989 I need some help with event handling using the XtAddEventHandler call. I have a composite widget that uses XtAddEventHandler to catch configure events, and as a child of that widget I have another composite widget that uses XtAddEventHandler to catch Button1Motion events. The parent widget receives its events properly, but the child widget never gets its events. If I then kill the window manager (I am using uwm), the child widget will start getting its events correctly. Is there a way I can get events to the child widget while still running a window manager? Thanks, Eric Bina ebina@urbana.mcd.mot.com