Window management: Difference between revisions

m
→‎version 2: added/changed comments and whitespace.
(Added "gintro" version.)
m (→‎version 2: added/changed comments and whitespace.)
Line 18:
Treat windows or at least window identities as [[wp:First-class_object|first class objects]].
 
* Store window identities in variables, compare them for equality.
* Provide examples of performing some of the following:
** hide,
**hide, show, close, minimize, maximize, move, and resize a window.
** show,
** close,
** minimize,
** maximize,
** move,     and
** resize a window.
 
 
The window of interest may or may not have been created by your program.
<br><br>
 
=={{header|AutoHotkey}}==