Mouse hover event in wxpython
Larry Bates
larry.bates at websafe.com
Fri Oct 26 08:30:32 EDT 2007
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
More information about the Python-list
mailing list