Merge pull request #495 from MikeTheWatchGuy/Dev-latest

Minimize Window method
This commit is contained in:
MikeTheWatchGuy 2018-10-16 19:30:23 -04:00 committed by GitHub
commit 59b24439ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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