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-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 GCOPY_SEG_WS(3NCARG)