How to send event to another window in wxPython?

Miki Tebeka miki.tebeka at zoran.com
Tue Mar 9 01:04:37 EST 2004


Hello J.R.,

> A parent window (wxFrame object), which has the reference to its child
> window(also wxFrame object).
> I want to send event or message to the child window from the parent window,
> just like simulating the mouse
> or keyboard activities on child window. How to implement it?
Have a look at the `threads' program in the wx demo and in newevent.py 
in the wx library.

HTH.
Miki



More information about the Python-list mailing list