How to Notify the window event from an application

BALA wrote:

Hi,
    I want to know how to notify the new window event..Without using timer i want to watch the any event is occuring...if any event(ie new window)occured.
I should get notified by the event...

There is no easy way to get *all* events other than binding them all to handlers. To get notified of window creation you can use EVT_WINDOW_CREATE.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!