I need to implement a "smart focus", i.e. when the mouse leaves a certain wxFrame, to switch the focus to the window beneath it. To do this I hooked the EVT_LEAVE_WINDOW event but the handler is never called. Anyone could please share a piece of advice?
On Sunday, November 23, 2003, at 12:35 PM, C. Iacob wrote:
Hi folks,
I need to implement a "smart focus", i.e. when the mouse leaves a certain wxFrame, to switch the focus to the window beneath it. To do this I hooked the EVT_LEAVE_WINDOW event but the handler is never called. Anyone could please share a piece of advice?
Thank you,
Cristina.
-------------------
from wxPython.wx import *
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org