wxPython: StaticText Event
Amaury Forgeot d'Arc
afaNOSPAM at neuf.fr
Thu Sep 7 20:32:41 EDT 2006
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
More information about the Python-list
mailing list