winclose(3G) — Silicon Graphics
NAME
winclose − closes the identified graphics window
SPECIFICATION
C
winclose(gid)
long gid;
FORTRAN
subroutine winclo(gid)
integer*4 gid
Pascal
procedure winclose(gid: longint);
DESCRIPTION
winclose closes the graphics window associated with identifier gid .
SEE ALSO
winopen Using mex, Chapter 2, Programming with mex
NOTE
This routine is available only in immediate mode under the window manager.
Version 3.6 — December 20, 1987