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

kyosohma at gmail.com kyosohma at gmail.com
Wed Jan 2 09:33:36 EST 2008


On Jan 2, 6:55 am, SMALLp <po... at mzm.hr> 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-class.html

which details all the mouse events in wxPython.

As I have mentioned to you before, wxPython questions really ought to
be addressed to the wxPython users group, which you can join here:

http://wxpython.org/maillist.php

Mike



More information about the Python-list mailing list