Merge pull request #495 from MikeTheWatchGuy/Dev-latest
Minimize Window method
This commit is contained in:
commit
59b24439ad
|
@ -2681,6 +2681,8 @@ class Window:
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def Minimize(self):
|
||||||
|
self.TKroot.iconify()
|
||||||
|
|
||||||
|
|
||||||
def StartMove(self, event):
|
def StartMove(self, event):
|
||||||
|
|
Loading…
Reference in New Issue