Mouse hover event in wxpython
kyosohma at gmail.com
kyosohma at gmail.com
Fri Oct 26 08:59:04 EDT 2007
On Oct 26, 3:55 am, sundarvenkata <sundarvenk... at gmail.com> wrote:
> Hi All,
>
> Can somebody tell me if there is an event to indicate mouse hover over
> a control in wxPython? EVT_MOTION does not seem to cut it.
>
> Thanks in advance,
> Sundar
What are you trying to do? I use EVT_MOTION for mouse hovering and it
works great in my application. You might try EVT_ENTER_WINDOW too.
See also:
http://www.wxpython.org/docs/api/wx.MouseEvent-class.html
Larry is right. The wxPython mailing list would give you even more
accurate answers.
Mike
More information about the Python-list
mailing list