This is what I am trying to do:
I create a window and there is text that is displayed on it, as a user I click on the text,
example: the displayed text is.
'Hello World, I am a Python program.'
So if the user clicks words, I want it to generate an event and it would go into a function and I want to do something in the function (like changing the color of that word, so I also need to track which word I clicked)
I am not so sure how to do that, I could potentially make each word a button but that would be ugly.
or using htmlwin … but it underlines all the words… I wasnt able to figure out how to not do that