asweigart / PyGetWindow

A simple, cross-platform module for obtaining GUI information on applications' windows.
BSD 3-Clause "New" or "Revised" License
362 stars 69 forks source link

Update _pygetwindow_win.py #30

Closed arkulinskis closed 4 years ago

arkulinskis commented 4 years ago

There were more window controls in this link: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-showwindow

I added show and hide based on how you have implemented maximize and minimize.

asweigart commented 4 years ago

Thanks!