Getting Control of the Kids

I have a window that has added a PtAddEventHandler() for Ph_EV_KEY.

My callback is working great. But some widgets seem to grab the keystroke
from the window and the window never sees them. How can I prevent this?

My child widgets consist of several combo boxes and a list box.

Specifically I want to grab the up and down arrow keystrokes back from the
children.