logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GCSGWK - copies a GKS segment to a GKS workstation

Access

       To use GKS routines, load the NCAR GKS-0A library ncarg_gks.

C-Binding Synopsis

       #include <ncarg/gks.h>

       void gcopy_seg_ws(Gint ws_id, Gint seg_name);

Description

       WKID        (Integer,  Input) - Specifies the workstation identifier (as defined in a GOPWK call) that is
                   to receive the segment copy.

       SGNA        (Integer, Input) - Identifies the segment that is to be copied to the specified  workstation.
                   SGNA must have been used in a previous call to GCRSG.

Name

       GCSGWK - copies a GKS segment to a GKS workstation

See Also

       Online: gevtm, gactm, gclsg, gcrsg, gdsg, gqopsg, gqsgus, gssgt., gcopy_seg_ws

       Hardcopy: "User's Guide for NCAR GKS-0A Graphics"

Synopsis

       CALL GCSGWK(WKID,SGNA)

See Also