gcopy_seg_ws(3) copies a GKS segment to a GKS workstation

SYNOPSIS

#include <ncarg/gks.h>

void gcopy_seg_ws(Gint ws_id, Gint seg_name);

DESCRIPTION

ws_id
(Input) - Specifies the workstation identifier (as defined in a gopen_ws call) that is to receive the segment copy.
seg_name
(Input) - Identifies the segment that is to be copied to the specified workstation. seg_name must have been used in a previous call to gcreate_seg.

ACCESS

To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.

COPYRIGHT

Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.