I know there are different methods to change the icon image in the window like iconphoto
and iconbitmap
,
but is there any event which can tell if the default tkinter icon is changed?
Asked
Active
Viewed 55 times
0

Akascape
- 219
- 2
- 11
-
1Since there are no events that are fired when the `icon` is changed, maybe you can use a flag manually, somewhere in your code, but this would not be dynamic – Delrius Euphoria Jan 24 '23 at 08:36