1GCSGWK(3NCARG) NCAR GRAPHICS GCSGWK(3NCARG)
2
3
4
6 GCSGWK (Copy segment to workstation) - copies a GKS segment to a GKS
7 workstation.
8
10 CALL GCSGWK(WKID,SGNA)
11
13 #include <ncarg/gks.h>
14
15 void gcopy_seg_ws(Gint ws_id, Gint seg_name);
16
18 WKID (Integer, Input) - Specifies the workstation identifier (as
19 defined in a GOPWK call) that is to receive the segment
20 copy.
21
22 SGNA (Integer, Input) - Identifies the segment that is to be
23 copied to the specified workstation. SGNA must have been
24 used in a previous call to GCRSG.
25
27 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
28
30 Online: gevtm, gactm, gclsg, gcrsg, gdsg, gqopsg, gqsgus, gssgt.,
31 gcopy_seg_ws
32
33 Hardcopy: "User's Guide for NCAR GKS-0A Graphics"
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 GCSGWK(3NCARG)