I would like to track the mouse position, ala xeyes, in a sugar activity
with many different gtk components.
Any ideas on how to do this? I tried adding this code to the activity
subclass object:
self.add_events(gtk.gdk.MOTION_NOTIFY)
self.connect("motion_notify_event", self.motionNotifyEvent)
...and it follows the mouse, but loses the events when the mouse enters
another element in the activity (e.g., gtk.Button).
Ideas?
Thanks
Erik
_______________________________________________
Sugar mailing list
[email protected]
http://lists.laptop.org/listinfo/sugar