Can a custom control be made to intercept TABS/RETURNS like the text control can?

The standard text control allows interception of Returns and Tabs when
TE_PROCESS_ENTER and TE_PROCESS_TAB are used. Is there some way of
getting the same sort of thing to happen with other controls? A way
of preventing the navigation keys from leaving the stream without
having to disable navigation altogether? Could this be done by
subclassing an existing standard control e.g. the choice control, and
overriding some functionality? I will have to do some more research
on this if it looks promising but is this even worth exploring?

Redundant - see solution to underlying problem here
http://groups.google.com/group/wxpython-users/browse_thread/thread/d5169a1b1bbadaae?hl=en

ยทยทยท

On Oct 14, 9:52 am, pyGrant <gr...@p-s.co.nz> wrote:

The standard text control allows interception of Returns and Tabs when
TE_PROCESS_ENTER and TE_PROCESS_TAB are used. Is there some way of
getting the same sort of thing to happen with other controls? A way
of preventing the navigation keys from leaving the stream without
having to disable navigation altogether? Could this be done by
subclassing an existing standard control e.g. the choice control, and
overriding some functionality? I will have to do some more research
on this if it looks promising but is this even worth exploring?