I would like to track the mouse position, ala xeyes, in a sugar activity with many different gtk components.<br><br>Any ideas on how to do this?&nbsp; I tried <span style="font-family: courier new,monospace;"></span>adding this code to the activity subclass object:
<br><span style="font-family: courier new,monospace;"><br></span><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">self.add_events(gtk.gdk.MOTION_NOTIFY)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">self.connect(&quot;motion_notify_event&quot;, self.motionNotifyEvent)<br><br></span></div>...and it follows the mouse, but
loses the events when the mouse enters another element in the activity (e.g.,
gtk.Button).<br><br>Ideas?<br><br>Thanks<br>Erik<br>