1CLSGKS(3NCARG) NCAR GRAPHICS CLSGKS(3NCARG)
2
3
4
6 CLSGKS - Deactivates workstation 1, closes workstation 1, and closes
7 GKS.
8
10 CLSGKS is somewhat dated. It was primarily used with NCAR GKS-0A when
11 this package only allowed for a single metacode workstation. Now that
12 the NCAR GKS package provides for multiple workstations to be open, it
13 is recommended that standard GKS calls to GDAWK, GCLWK, and GCLKS be
14 used instead.
15
17 CALL CLSGKS
18
20 #include <ncarg/ncargC.h>
21
22 void c_clsgks()
23
25 Use the ncargex command to see the following relevant examples: agex01.
26
28 To use CLSGKS or c_clsgks, load the NCAR Graphics libraries ncarg,
29 ncarg_gks, and ncarg_c, preferably in that order.
30
32 Online: spps, gdawk, gclwk, gclks, opngks, setusv, getusv, ncarg_cbind
33
34 Hardcopy: NCAR Graphics Fundamentals, UNIX Version; User's Guide for
35 NCAR GKS-0A Graphics
36
38 Copyright (C) 1987-2007
39 University Corporation for Atmospheric Research
40
41 This documentation is free software; you can redistribute it and/or
42 modify it under the terms of the GNU General Public License as
43 published by the Free Software Foundation; either version 2 of the
44 License, or (at your option) any later version.
45
46 This software is distributed in the hope that it will be useful, but
47 WITHOUT ANY WARRANTY; without even the implied warranty of
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
49 General Public License for more details.
50
51 You should have received a copy of the GNU General Public License along
52 with this software; if not, write to the Free Software Foundation,
53 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
54
55
56
57UNIX March 1993 CLSGKS(3NCARG)