Still new at Python and TK, Can someone please help me on this?
I have a button widget that calls a function. The function runs once when the button is depressed. I want the function to loop as long as the button is held down. But I need some kind of event handler for "mouse-1" to tell me if the mouse is still depressed over the button.
How can I write a function that will continue to loop as long as the button widget is pressed?
Thanks!
Josiah7