On Oct 26, 3:55 am, sundarvenkata <[EMAIL PROTECTED]> 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

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

Reply via email to