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