Nevermind I figured it out...
I set self.dummyvar = self.scrolledtext.component('rowheader')
and then did something like so self.dummyvar.index("@%d,%d" %
(event.x,event.y))
not sure why it worked like that...but it did :-)
--
http://mail.python.org/mailman/listinfo/python-list
