1GCLKS(3NCARG) NCAR GRAPHICS GCLKS(3NCARG)
2
3
4
6 GCLKS (Close GSK) - closes the GKS package.
7
9 CALL GCLKS
10
12 #include <ncarg/gks.h>
13
14 void gclose_gks( void );
15
17 A call to GCLKS insures that the graphics package is properly termi‐
18 nated. No graphics calls depending on GKS should be made during the
19 time that GKS is closed. If output to a CGM has been the exclusive
20 requirement of the graphics job, and the SPPS entry OPNGKS has been
21 used to open GKS and to open and activate a CGM workstation, then CLS‐
22 GKS can be used to deactivate and close the CGM workstation, and to
23 close GKS, making a direct call to GCLKS unnecessary in that case.
24
26 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
27
29 Online: gopks, gopwk, gacwk, gdawk, gclwk, gupwk, opngks, clsgks,
30 gclose_gks
31
32 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
33 mentals, UNIX Version
34
36 Copyright (C) 1987-2009
37 University Corporation for Atmospheric Research
38 The use of this Software is governed by a License Agreement.
39
40
41
42UNIX March 1993 GCLKS(3NCARG)