Minimize Window method

This commit is contained in:
MikeTheWatchGuy 2018-10-16 19:29:25 -04:00
parent 5606525486
commit a89d6b562d

View file

@ -2681,6 +2681,8 @@ class Window:
except:
pass
def Minimize(self):
self.TKroot.iconify()
def StartMove(self, event):