Newbie Tkinter Question

André Dahlqvist andre at beta.telenordia.se
Wed May 31 22:22:20 EDT 2000


While we're on the beginner level in Tkinter I thought I would ask a
question which I guess is simple. How can I get the word that has been 
clicked in a Text widget? I have bound a tag to this text, but I am not sure
how to get the actual text. tag_ranges gives me the positions all the
words that has this tag, but how do I know which one was clicked?

// André



More information about the Python-list mailing list