GWM_WSETC

Set a character string window option

Description:

The window options are used to control the characteristics of the GWM window and to override the default values. These must be set before the window is created with GWM_CRWIN. The TITLE’ option is an example of an character string option.

Invocation

CALL GWM_WSETC( OPTION, VALUE, STATUS )

Arguments

OPTION = CHARACTER() (Given)
The option name.
VALUE = CHARACTER() (Given)
The option value.
STATUS = INTEGER (Given and Returned)
The global status.