diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 38427878..5e9d3a52 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -2681,6 +2681,8 @@ class Window: except: pass + def Minimize(self): + self.TKroot.iconify() def StartMove(self, event):