Minimize Window method

This commit is contained in:
MikeTheWatchGuy 2018-10-16 19:29:25 -04:00
parent 5606525486
commit a89d6b562d
1 changed files with 2 additions and 0 deletions

View File

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