Minimize Window method
This commit is contained in:
parent
5606525486
commit
a89d6b562d
|
@ -2681,6 +2681,8 @@ class Window:
|
|||
except:
|
||||
pass
|
||||
|
||||
def Minimize(self):
|
||||
self.TKroot.iconify()
|
||||
|
||||
|
||||
def StartMove(self, event):
|
||||
|
|
Loading…
Reference in New Issue