GRAPHIC WINDOW NONSTABLE statement  

Purpose

Make a graphic window non-stable (closeable).

Syntax

GRAPHIC WINDOW NONSTABLE [hWin]

Remarks

The GRAPHIC WINDOW identified by the handle hWin is made non-stable, meaning that it can be closed by the user.  If there is a system menu, the close option and the close box are enabled.  The ALT-F4 close key is also enabled.  This is the default mode of operation.

If hWin is omitted, or is equal to zero (0), the currently attached graphic window is made non-stable.

See also

GRAPHIC WINDOW HIDE, GRAPHIC WINDOW MINIMIZE, GRAPHIC WINDOW NORMALIZE, GRAPHIC WINDOW STABILIZE