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-2007
37 University Corporation for Atmospheric Research
38
39 This documentation is free software; you can redistribute it and/or
40 modify it under the terms of the GNU General Public License as pub‐
41 lished by the Free Software Foundation; either version 2 of the
42 License, or (at your option) any later version.
43
44 This software is distributed in the hope that it will be useful, but
45 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
46 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
47 Public License for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with this software; if not, write to the Free Software Foundation,
51 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
52
53
54
55UNIX March 1993 GCLWK(3NCARG)