Re: Bind mouse over event for panel (or Static text) wxPython

2008-01-02 Thread kyosohma
On Jan 2, 6:55 am, SMALLp <[EMAIL PROTECTED]> wrote: > How to? > > I couldn't find anything except EVT_ENTER_WINDOW that didn't work. I use wx.EVT_MOTION, which you would have found had you googled for "wxpython mouse events". The first result is: http://www.wxpython.org/docs/api/wx.MouseEvent-cl

Bind mouse over event for panel (or Static text) wxPython

2008-01-02 Thread SMALLp
How to? I couldn't find anything except EVT_ENTER_WINDOW that didn't work. -- http://mail.python.org/mailman/listinfo/python-list