GPR_$SET_WINDOW_ID GPR Calls GPR_$SET_WINDOW_ID
NAME
gpr_$set_window_id - establishes the window ID.
FORMAT
gpr_$set_window_id (character, status)
DESCRIPTION
This routine establishes the character that identifies the current
bitmap's window.
This character is returned by gpr_$event_wait and gpr_$cond_event_wait
when they return gpr_$entered_window events. The character indicates
which window was entered.
The character 'A' is the default value of the window identification for
all windows.
Input Parameters
character
The character that identifies the current bitmap's window. This is
a character variable.
Output Parameters
status
Completion status, in status_$t format.
NOTES
You may assign the same character to more than one window. However, if
you do so, you cannot distinguish input from the two windows.