Merge pull request #495 from MikeTheWatchGuy/Dev-latest
Minimize Window method
This commit is contained in:
commit
59b24439ad
1 changed files with 2 additions and 0 deletions
|
@ -2681,6 +2681,8 @@ class Window:
|
|||
except:
|
||||
pass
|
||||
|
||||
def Minimize(self):
|
||||
self.TKroot.iconify()
|
||||
|
||||
|
||||
def StartMove(self, event):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue