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