1GACTIVATE_WS(3NCARG) NCAR GRAPHICS GACTIVATE_WS(3NCARG)
2
3
4
6 gactivate_ws (Activate workstation) - activates a GKS workstation.
7
9 #include <ncarg/gks.h>
10
11 void gactivate_ws(Gint ws_id);
12
14 ws_id (Input) - A number identifying the workstation to be acti‐
15 vated. ws_id must be the same as that used in some previ‐
16 ous gopen_ws call.
17
19 Active workstations receive all GKS output primitives.
20
22 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
23 libraries.
24
26 Online: gopen_gks(3NCARG), gopen_ws(3NCARG), gdeactivate_ws(3NCARG),
27 gclose_ws(3NCARG), gclose_gks(3NCARG), opngks(3NCARG), clsgks(3NCARG),
28 gks(3NCARG), ncarg_gks_cbind(3NCARG)
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 GACTIVATE_WS(3NCARG)