winset(3G) winset(3G)
NAME
winset - sets the current graphics window
SPECIFICATION
C winset(gid)
long gid;
FORTRAN subroutine winset(gid)
integer*4 gid
DESCRIPTION
winset makes the graphics window associated with identifier
gid the current window. The system directs all graphics
output routines to the current graphics window.
SEE ALSO
winget
Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)