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
CurrentWindows is currently structured in such a way that it only represents all windows on the system.
It would be better if it could represent any group of windows.
Potential API thoughts
When keyed by window titles, this class returns a list of matching windows. Instead return another instance of CurrentWindows.
Many of the methods and properties on the Window class could be mirrored onto the CurrentWindows class so you could, for example, minimize all of the represented windows, or move all of them to a specified monitor.
Is it worth supporting indexing and slicing like the lists that we currently return? How would this work with keying by title?
The text was updated successfully, but these errors were encountered:
CurrentWindows
is currently structured in such a way that it only represents all windows on the system.It would be better if it could represent any group of windows.
Potential API thoughts
CurrentWindows
.Window
class could be mirrored onto theCurrentWindows
class so you could, for example, minimize all of the represented windows, or move all of them to a specified monitor.The text was updated successfully, but these errors were encountered: