472,119 Members | 934 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

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

How to?

I couldn't find anything except EVT_ENTER_WINDOW that didn't work.
Jan 2 '08 #1
1 3528
On Jan 2, 6:55 am, SMALLp <po...@mzm.hrwrote:
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....ent-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
Jan 2 '08 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Ganesh | last post: by
reply views Thread by Bsiang Tan | last post: by
2 posts views Thread by Chuck Bowling | last post: by
2 posts views Thread by scott_gui | last post: by
3 posts views Thread by wanwan | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.