1GCOPY_SEG_WS(3NCARG) NCAR GRAPHICS GCOPY_SEG_WS(3NCARG)
2
3
4
6 gcopy_seg_ws (Copy segment to workstation) - copies a GKS segment to a
7 GKS workstation.
8
10 #include <ncarg/gks.h>
11
12 void gcopy_seg_ws(Gint ws_id, Gint seg_name);
13
15 ws_id (Input) - Specifies the workstation identifier (as defined
16 in a gopen_ws call) that is to receive the segment copy.
17
18 seg_name (Input) - Identifies the segment that is to be copied to
19 the specified workstation. seg_name must have been used in
20 a previous call to gcreate_seg.
21
23 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
24 libraries.
25
27 Online: geval_tran_matrix(3NCARG), gaccum_tran_matrix(3NCARG),
28 gclose_seg(3NCARG), gcreate_seg(3NCARG), gdel_seg(3NCARG),
29 ginq_name_open_seg(3NCARG), ginq_set_seg_names(3NCARG),
30 gset_seg_tran(3NCARG), gks(3NCARG), ncarg_gks_cbind(3NCARG)
31
32 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
33 mentals, UNIX Version
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 GCOPY_SEG_WS(3NCARG)