ScrolledText get xy index of rowheader component?

J Wolfe vorticitywolfe at gmail.com
Tue Dec 22 21:39:21 EST 2009


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 :-)



More information about the Python-list mailing list