Re: Mouse hover event in wxpython

2007-10-26 Thread kyosohma
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 hove

Re: Mouse hover event in wxpython

2007-10-26 Thread Larry Bates
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 s