David Hughes wrote:
EVT_KILL_FOCUS(func) # Process a wxEVT_KILL_FOCUS event.
For some reason it takes one argument less than most of the event handler macros.
Because it is not a command event and so it is only delivered to the window it happens to, and so there is no need for the ID.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!