I don't know of any class that does that for you. However you can
listen for the signal described in
<http://developer.gnome.org/pygtk/stable/class-gtkwidget.html#signal-gtkwidget--enter-notify-event>
using connect() as documented in
<http://www.pygtk.org/docs/pygobject/class-gobject.html#method-gobject--connect>
when you've called add_events() as described in
<http://developer.gnome.org/pygtk/stable/class-gtkwidget.html#method-gtkwidget--add-events>.
That is, you can connect a function that draws information to
enter-notify-event.
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to