1GDAWK(3NCARG) NCAR GRAPHICS GDAWK(3NCARG)
2
3
4
6 GDAWK (Deactivate workstation) - deactivates a workstation.
7
9 CALL GDAWK (WKID)
10
12 #include <ncarg/gks.h>
13
14 void gdeactivate_ws(Gint ws_id);
15
17 WKID (Integer, Input) - A number identifying the workstation to
18 be deactivated. WKID must be the same as that used in some
19 previous GACWK call.
20
22 The specified workstation is removed from the set of active worksta‐
23 tions. GKS output primitives are not sent to workstations that are not
24 active.
25
27 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
28
30 Online: gopks, gopwk, gacwk, gclwk, gclks, opngks, clsgks, gdeacti‐
31 vate_ws
32
33 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
34 mentals, UNIX Version
35
37 Copyright (C) 1987-2009
38 University Corporation for Atmospheric Research
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX March 1993 GDAWK(3NCARG)