sundarvenkata 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
> 

You might want to take a look at gmane.comp.python.wxpython for better replies 
to wxPython specific questions.  Looks like you might want OnEnter(self, x, y, 
d) and OnLeave(self) methods of wxDropTarget class

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

Reply via email to