[comp.windows.x] Synchronization of event handling in X

DAY%POGUN@dupont.COM (06/07/91)

Is there any way of controlling the priority of event handling under X?
I have added a keyboard event handler to Text widgets to augment their
behavior. Hovever, I find that it is entirely unpredictable as to whether
the event handler or the text widget gets to deal with the keyboard
event 1st.  Is there any way to force the event handler to always deal
with the event before the (motif) widget does??

Anyone have a good solution to the above problem??

                                       Richard