A movable and resizable dialog aka window.
A movable and resizable dialog aka window.A Window implements a dialog that has a frame with a caption area, three icons for minimizing, maximizing and closing the window and a client area for holding the window's contents. A window can be modal (it takes exclusive input focus) or modeless (it coexists with other widgets in a dialog). A window can but doeasn't have to be movable and/or resizable. It can use it's own client area for holding its contents or you can give it any dialog to act as a client area.
W_MINIMIZED=1 - the window is minimized
W_MAXIMIZED=2 - the window is maximized
W_AUTOROLLUP=4 - the window automatically minimizes when it loses the mouse
Note: this can change in the future.
Alphabetic index Hierarchy of classes