1GCLWK(3NCARG) NCAR GRAPHICS GCLWK(3NCARG)
2
3
4
6 GCLWK (Close workstation) - closes a workstation.
7
9 CALL GCLWK (WKID)
10
12 #include <ncarg/gks.h>
13
14 void gclose_ws(Gint ws_id);
15
17 WKID (Input, Integer) - A number identifying the workstation to
18 be closed. WKID must be the same as that used in some pre‐
19 vious GOPWK call.
20
22 Close workstation updates the workstation and removes its identifier
23 from the set of open workstations. The connection to the workstation
24 is released and the associated connection ID is available for re-use.
25
27 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
28
30 Online: gopks, gopwk, gacwk, gdawk, gclks, opngks, clsgks, gclear_ws
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 GCLWK(3NCARG)