I want to know when a user minimizes my tk app so I can put a small status indicator in the corner.
I have looked in tk::widgets, tk::wm, tk::bind, and tk::toplevel docs and found nothing about events like this (minimize, maximize). I also searched the perl directory for any mention of the word "minimize". Am I looking for the wrong word? How can I set callbacks for these events?