1GACWK(3NCARG) NCAR GRAPHICS GACWK(3NCARG)
2
3
4
6 GACWK (Activate workstation) - activates a GKS workstation.
7
9 CALL GACWK (WKID)
10
12 #include <ncarg/gks.h>
13
14 void gactivate_ws(Gint ws_id);
15
17 WKID (Integer, Input) - A number identifying the workstation to
18 be activated. WKID must be the same as that used in some
19 previous GOPWK call.
20
22 Active workstations receive all GKS output primitives.
23
25 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
26
28 Online: gopks, gopwk, gdawk, gclwk, gclks, opngks, clsgks, gactivate_ws
29
30 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
31 mentals, UNIX Version
32
34 Copyright (C) 1987-2009
35 University Corporation for Atmospheric Research
36 The use of this Software is governed by a License Agreement.
37
38
39
40UNIX March 1993 GACWK(3NCARG)