You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has a nice symmetry to get the maximized state of a window with notepad.maximized and to set the state of the window with notepad.maximized = False.
On the other hand, generally you expect to use a method call to do something.
Maybe we could support an API wherein you can do it either way?
notepad.maximize = True and notepad.set_maximized(True)?
The text was updated successfully, but these errors were encountered:
notepad.maximized
and to set the state of the window withnotepad.maximized = False
.Maybe we could support an API wherein you can do it either way?
notepad.maximize = True
andnotepad.set_maximized(True)
?The text was updated successfully, but these errors were encountered: