David a écrit :
> Plaese look at this simple class.
(...code...)
> Hovering mouse over the StaticText Control should generate an
> EVT_ENTER_WINDOW event like the TextCtrl Control, but it does not happen.
> 
> How can I make the StaticText event working?

I quick Google search found the following thread:

http://lists.wxwidgets.org/archive/wx-users/msg31855.html
or
http://lists.wxwidgets.org/archive/wx-users/msg31983.html

It suggest that you use another kind of control instead.
Is a disabled TextCtrl acceptable?

Hope this helps,

-- 
Amaury
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to