winset() — Silicon Graphics Silicon Graphics
NAME
winset − sets the current graphics window
SPECIFICATION
C
winset(gid)
long gid;
FORTRAN
subroutine winset(gid)
integer*4 gid
Pascal
function winset(a:longint):longint;
DESCRIPTION
winset makes the graphics window associated with identifier gid the current window. The IRIS directs all graphics output routines to the current graphics window.
SEE ALSO
winget Using mex, the IRIS Window Manager
NOTE
This routine is available only in immediate mode.
Version 2.5 — April 22, 1987