winset() — Silicon Graphics Silicon Graphics
NAME
winset - make the identified graphics port current
SPECIFICATION
C
winset(gid)
long gid;
FORTRAN
subroutine winset(gid)
integer*4 gid
Pascal
function winset(a:longint):longint;
DESCRIPTION
winset makes the graphics port associated with identifier gid the current port. All graphics output commands are directed to the current graphics port.
SEE ALSO
winget
“Multiple Exposure: The IRIS Window Manager” in the IRIS User’s Guide
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986