wierd tkinter window issue

Scott Hathaway slhath at home.com
Tue Mar 6 15:51:01 EST 2001


I have a window that I call overridedirect(1) on to remove the titlebar on
Windows.  Then, I have a button that minimizes the app.  To minimize by
code, I have to call overridedirect(0) and then iconify() to minimize.

Then, what event is called when the window is maximized again, so that I can
remove the titlebar again with overridedirect(1)?

I have tried Activate, Enter, and FocusIn.

TIA,
Scott





More information about the Python-list mailing list