1GDEACTIVATE_WS(3NCARG) NCAR GRAPHICS GDEACTIVATE_WS(3NCARG)
2
3
4
6 gdeactivate_ws (Deactivate workstation) - deactivates a workstation.
7
9 #include <ncarg/gks.h>
10
11 void gdeactivate_ws(Gint ws_id);
12
14 ws_id (Input) - A number identifying the workstation to be deac‐
15 tivated. ws_id must be the same as that used in some pre‐
16 vious gactivate_ws call.
17
19 The specified workstation is removed from the set of active worksta‐
20 tions. GKS output primitives are not sent to workstations that are not
21 active.
22
24 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
25 libraries.
26
28 Online: gopen_gks(3NCARG), gopen_ws(3NCARG), gactivate_ws(3NCARG),
29 gclose_ws(3NCARG), gclose_gks(3NCARG), opngks(3NCARG), clsgks(3NCARG),
30 gks(3NCARG), ncarg_gks_cbind(3NCARG)
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 GDEACTIVATE_WS(3NCARG)