VMS Help  —  CREATE  /TERMINAL  Qualifiers  /WINDOW_ATTRIBUTES
       /WINDOW_ATTRIBUTES=(parameter [,...])

    Specifies initial attributes for the created terminal window
    to override the defaults read from the resource file. These
    parameters include:

    Parameter        Description

    BACKGROUND       The background color.

    FOREGROUND       The foreground color.

    WIDTH            The width, in pixels.

    HEIGHT           The height, in pixels.

    X_POSITION       The x-position, in pixels.

    Y_POSITION       The y-position, in pixels.

    ROWS             The number of rows in the window, in character
                     cells. If the Auto Resize Window option is
                     enabled, the ROWS and COLUMNS parameters
                     override the size specified by the WIDTH and
                     HEIGHT parameters.

    COLUMNS          The number of columns in the window, in
                     character cells. If the Auto Resize Window
                     option is enabled, the ROWS and COLUMNS
                     parameters override the size specified by the
                     WIDTH and HEIGHT parameters.

    INITIAL_STATE    The initial state of the window, either ICON or
                     WINDOW.

    TITLE            A character string specifying the window title.

    ICON_NAME        A character string specifying the window icon
                     name.

    FONT             The name of the font to be used in the window.
                     If you specify the /LITTLE_FONT qualifier,
                     or omit both the /LITTLE_FONT and /BIG_FONT
                     qualifiers, this overrides the name of the
                     little font that is set in the resource files;
                     otherwise it overrides the name of the big font.
                     The font name can be a logical name, and it can
                     be (but does not have to be) the base font in a
                     complete font set.
Close Help